A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Can I control 2 flvPlayback components at the same time?

Hybrid View

  1. #1
    Vaster Graphics
    Join Date
    Jun 2006
    Posts
    165

    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.

  2. #2
    Vaster Graphics
    Join Date
    Jun 2006
    Posts
    165
    Ohh found this
    http://board.flashkit.com/board/showthread.php?t=746988
    Works for what I need

  3. #3
    Vaster Graphics
    Join Date
    Jun 2006
    Posts
    165
    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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center