Linking external video
ok, tried linking to an external video file
Surprised Kitty (Original) from youtube
wont fly
tried
import fl.video.*;
var flvPlayer:FLVPlayback = new FLVPlayback();
addChild(flvPlayer);
flvPlayer.skin = "./SkinUnderPlaySeekMute.swf"
flvPlayer.source = "helpexamples.com/flash/video/water.flv";
Surprised Kitty (Original) from youtube
***************************
// below sample from Flash tutorials.
import fl.video.*;
var flvPlayer:FLVPlayback = new FLVPlayback();
addChild(flvPlayer);
flvPlayer.skin = "./SkinUnderPlaySeekMute.swf"
flvPlayer.source = "helpexamples.com/flash/video/water.flv";
trying to make a button that when clicked, the video will play W/O having the video on the stage.
thanks.
Happy Mothers day BTW.
|