A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Video player auto stop

  1. #1
    Member
    Join Date
    Apr 2004
    Location
    Toronto, Ca
    Posts
    33

    Video player auto stop

    I've just downloaded an open source video player. What is irritating me is that I want the video not be played automatically. Whatever I do i can't figure it out.

    Another thing is that I want to import two SWFs containing the player, each loading a different video. Is it possible to command play/pause button to stop whatever the other player is playing (audio&video)?


    I'd greatly appreciate it if someone looked at attachment, as I am not very good with codes, I wouldn't know where to insert them!

    Thank you guys.
    Attached Files Attached Files

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Try this:
    stream.play("ad01.mp4");
    stream.pause();
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3
    Member
    Join Date
    Apr 2004
    Location
    Toronto, Ca
    Posts
    33
    Thank you! it worked perfectly.

    Now is there any way you could help me with the second issue?

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