duncmorley
03-04-2008, 01:20 PM
I am having a few issues with the video component and the control skin. I have my flv, skin.swf and video.swf all located in the same folder (videos). I have used the following code as well.
import fl.video.*;
import flash.system.*;
Security.allowDomain("http://www.mydomain.com");
var flvPlayer:FLVPlayback = new FLVPlayback();
addChild(flvPlayer);
flvPlayer.skin = "SkinUnderPlaySeekMute.swf";
flvPlayer.source = "http://www.mydomain.com/videos/myvideo.flv";
All I get is the skin loading in with the stripey loading bar and no flv playing or progressively loading.
Any help would be greatly appreciated.
import fl.video.*;
import flash.system.*;
Security.allowDomain("http://www.mydomain.com");
var flvPlayer:FLVPlayback = new FLVPlayback();
addChild(flvPlayer);
flvPlayer.skin = "SkinUnderPlaySeekMute.swf";
flvPlayer.source = "http://www.mydomain.com/videos/myvideo.flv";
All I get is the skin loading in with the stripey loading bar and no flv playing or progressively loading.
Any help would be greatly appreciated.