A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [RESOLVED] flv volume slider

  1. #1
    Senior Member
    Join Date
    Mar 2006
    Posts
    139

    resolved [RESOLVED] flv volume slider

    hello!

    was wondering if it's possible to target the volume slider on an flv skin so i can set it to 50% instead of 100%...

    i was hoping 'setVolume' might do it but that doesn't affect the slider, only the volume...

    i've attached a pic just for clarification...

    thumb.jpg


    thanks!

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

    Try
    PHP Code:
    flvPlayback.volume 50
    or
    PHP Code:
    MYPLAYERSNAME.volume 50
    or even
    PHP Code:
    flvPlayback.volume sameAsOtherSetting 
    Last edited by fruitbeard; 12-06-2012 at 11:37 AM.

  3. #3
    Senior Member
    Join Date
    Mar 2006
    Posts
    139
    thanks!

    myVid.volume = 50; worked.

Tags for this Thread

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