/t5/animate-discussions/stop-looping-in-swf-loader/m-p/476944#M13770Dec 30, 2007
Dec 30, 2007
Copy link to clipboard
Copied
Its a swiff loaded by another swiff, the embedded video is
what keeps looping. Normally, in the actual video swiff, I can set
the loop to false using the embed tag attributes, but this doesn't
work when applied to another swiff which is loading another.
/t5/animate-discussions/stop-looping-in-swf-loader/m-p/476945#M13771Dec 30, 2007
Dec 30, 2007
Copy link to clipboard
Copied
LATEST
you must explicitly stop the video stream. if you're using
the flvplayback class to start the video's play, you'll need to
apply the stop() method to that class instance.
you can access the main timeline of your external swf by
referencing the content property of your loader (and casting that
as a movieclip). from there, use the path to your flvplayback
instance and apply a stop() when the playheadPercentage of your
flvplayback instance reaches 100.