|
-
Can I control 2 flvPlayback components at the same time?
Hey,
I need 2 movies to play at the exact same time(no audio). I need to be able to play and pause them at the exact same time as well. Is there any solution to getting a single play/pause component to control 2 flvplayback components?
Thanks in advance
Sorry, I'm using flash 8 with AS 2.0
Last edited by steveffg; 05-09-2008 at 09:05 AM.
-
-
Ok but know how can I apply this to the seek bar? I tried butting the see component on the stage and add a similar function but no good. Any thoughts?
function isScrubing(eventObject:Object):Void {
_root.viewOne.my_FLVPlybkTwo.seek();
};
_root.viewOne.my_FLVPlybk.addEventListener("scrubF inish", isScrubing);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|