clbeech wrote:
is this a swf file? or and FLV file being played using the FLVPlayback Component?
an swf file 'loop' by default unless you add a 'stop()' action to it. But you mention 'streaming' so that would lead me to believe you're using a Playback Component, in that case you can use a Listener and the 'complete' handler for the FLV Component.
I am also trying to get my swf to loop.
Yes I am using the option to Load External Video with playback component but with playback component set to none. I don't know much Action Script but am learning as I appreciate how powerful it is.
Would you or anyone be kind enough to show me the code? I got this code (which I am grateful for but can't now find the post) from an older post but can't get it to work - reports error 1046 in line 2
myVideo.addEventListener(VideoEvent.COMPLETE,doLoop);
function doLoop(evt:VideoEvent):void {
evt.currentTarget.play();
and should the action be added to the same frame as the video or another layer?
Grateful thanks to anyone who can help me out as I have spent ages trying to find the answer myself.
Angela
North America
Europe, Middle East and Africa
Asia Pacific