A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Muting FLV playback as well as stopping it from automatically playing

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    6

    Muting FLV playback as well as stopping it from automatically playing

    Hi guys, I am running AS2 and I have an FLV video and want to know how I can stop it from automatically playing and I also want to know how I can mute the video constantly (rather than having to mute it once it started)

  2. #2
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,

    Maybe

    PHP Code:
    myVideo.autoPlay false;
    // or
    myVideo.autoPlay true;

    myVideo.volume 0;
    // or
    myVideo.volume 100

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