Hi: Is there any way to embed a youtube video in a stack and play it?
The only way I can think of off-hand, is to have the LiveCode app write an html page with the YouTube vid embedded, then view the html with a browser. I'd rather keep it all in LC if possible.
Thanks!
playing a YouTube vid in a stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 349
- Joined: Tue Oct 28, 2008 1:23 am
- Contact:
Re: playing a YouTube vid in a stack
Hi Greg,
you can keep in LC and use the browser object to display your selfmade html
Best
Klaus
you can keep in LC and use the browser object to display your selfmade html

Best
Klaus
-
- Posts: 349
- Joined: Tue Oct 28, 2008 1:23 am
- Contact:
Re: playing a YouTube vid in a stack
Thanks Klaus - I was just looking at RevBrowser. I guess the best way would be to whip up some custom html that includes the embed code (resizing the youtube as required), then display it in a RevBrowser window. right?Klaus wrote:Hi Greg,
you can keep in LC and use the browser object to display your selfmade html![]()
Best
Klaus
Re: playing a YouTube vid in a stack
EX-ACTLY
If you want to include the Flash video (or whatever you want to show) you could store it in a custom property
of the stack and write it to file specialfolderpath("temporary") when needed.
Best
Klaus

If you want to include the Flash video (or whatever you want to show) you could store it in a custom property
of the stack and write it to file specialfolderpath("temporary") when needed.
Best
Klaus