Mute button default state

Hi all,
how to set the FLV Playback Custom UI's mute button to
default state to "OFF"?
Any ideas?

In case I don't come back:
AS2:
Drag the component on stage, double click to get inside.
Create a new layer and open up the actions panel, add this:
off_mc.swapDepths(on_mc);
AS3:
Drag the component on stage, click it once and give it an
instance name of, mute_btn, create a new layer and open the actions
panel, add this:
mute_btn.setChildIndex(mute_btn.getChildAt(1), 0);
**Notice Difference**
AS2 you go into the component to add the actions, and the
instance names are already there by default. AS3 you need to give
the component an instance name, and don't go into the component,
put that script on the main stage.

Similar Messages

  • Video Component Mute Button to Off by Default

    Hello,
    I want to set the FLV component Mute button off by default. I
    have seen this question asked across many forums but not answered.
    All the literature I read it only tells you how to associate
    the mute button with the video clip but not how to control it. The
    only control is the volume. When set to 0 overrides any toggle of
    the mute button and keeps the sound off.
    ex. videoclip.muteButton = mute; //mute being instance name
    of the mute button component
    Can someone give me any direction on how to set the default
    to mute.
    Thank You, Jacob

    There is a Product Specific Configuration Layout option called Hide Video By Default which does exactly that.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • How to add a mute button without using the default skin?

    I want to use a mute/unmute button for my current project which does not use the default skin.  I searched the web and found the following solution.
    http://kb2.adobe.com/cps/163/2ed9f163.html
    I followed the instruction and it works fine on single slide. The problem is that it does not carry through the whole project.  If I mute the first slide, the audio is on again on the next slide. My mute/unmute setting doesn't go to the next slide.
    Any one have a solution to this problem? Any help or tips are greatly appreciated.

    Hi there
    Did you pay close attention to step 4?
    Click image to see larger...
    Addtionally, your post reads as if you feel the mute button is only avaliable with the Default playback control set. Note that there are all sorts of options with the supplied playback controls that offer enabling a mute button.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • This doesn't work - Reset Firefox to its default state "Click the menu button New Fx Menu and then click help Help-29 .

    You say this will help and first sentence under your "Reset Firefox to its default state." is worthless !!!!!!!!!!!!!!!!!!!!!!!

    https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems
    If you don't see the '''Reset Firefox''' button on the Troubleshooting Information page in Firefox, you may not be using the ''default=1'' Profile as listed in the profiles.ini file.

  • Where is the mute button on a MacBook? Thanks.

    Where is the mute button on a MacBook? I see F10, F11 and  F12, but when I push each, nothing happens when I'm in iPhoto running a slide show and trying to turn the volume down. (I now understand how to mute the music...just have to be sure to punch "set as default" after un-checking the play music button.

    Please continue the original conversation rather than starting multiple threads on the same topic. Otherwise it clutters up the forums.

  • Mute Buttons

    Hello again bound to be getting used to me by now lol. Basically, i want to make a mute facility for the sound in a game controlled via a single button. The button changes member depending on its state ie. If its muted it will have the button with the image of a speakerphone with a line through it or if sound is playing it will have the image of a speakerphone.
    So if the button is in the mute state(no sound) and it is clicked the sound will start playing again and if the button is in the unmute state (sound playing) the sound will stop.
    How would i go about doing this?
    Pseudocode:
    on mousedown
         if currentmember = mute button is clicked then
              Sound1 played    
              Sound2 played    
              Change member to unmute button
         end
         if currentmember = unmute button is clicked then
              Sound1 stops    
              Sound2 stops
              Change member to mute button
         end
    end
    Thanks for any help, been trying this for a few hours getting absolutely no where although i think the above pseudocode is correct or at least close.

    Figured it out if ya follow the pseudocode it pretty much worked.
    use sprite(1).member.name = "NameOfButton" then.....

  • How to retain the button over state while scrolling over a Pop-up Menu

    Are there updated instruction for Fireworks 8?
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15926&sliceId=1

    I just wouldn't use those menus at all - there are much
    better ways. Have
    you considered them?
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "turpya" <[email protected]> wrote in
    message
    news:f2ilfs$7gr$[email protected]..
    > Hi,
    >
    > I am trying to work out how to retain button over state
    while scrolling
    > over a
    > pop-up menu. By default the button changes back to mouse
    out state, when
    > scrolling over menu items for that button.
    >
    > I have tried to follow the advice in the below technote
    (see link below),
    > but
    > it seems the instructions are incorrect.
    >
    > I am using Fireworks 8 - it appears the instructions are
    for a prior
    > version.
    > I cannot find function fwLoadMenus() mentioned in Step 3
    (number 6.).
    >
    > Has anyone accomplished this in Fireworks 8, that could
    provide me with
    > instructions?
    >
    > Thanks in advance,
    >
    > turpya.
    >
    >
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15926
    >

  • Retain button over state with Pop-up Menu

    Hi,
    I am trying to work out how to retain button over state while
    scrolling over a pop-up menu. By default the button changes back to
    mouse out state, when scrolling over menu items for that button.
    I have tried to follow the advice in the below technote (see
    link below), but it seems the instructions are incorrect.
    I am using Fireworks 8 - it appears the instructions are for
    a prior version. I cannot find function fwLoadMenus() mentioned in
    Step 3 (number 6.).
    Has anyone accomplished this in Fireworks 8, that could
    provide me with instructions?
    Thanks in advance,
    turpya.
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15926

    I just wouldn't use those menus at all - there are much
    better ways. Have
    you considered them?
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "turpya" <[email protected]> wrote in
    message
    news:f2ilfs$7gr$[email protected]..
    > Hi,
    >
    > I am trying to work out how to retain button over state
    while scrolling
    > over a
    > pop-up menu. By default the button changes back to mouse
    out state, when
    > scrolling over menu items for that button.
    >
    > I have tried to follow the advice in the below technote
    (see link below),
    > but
    > it seems the instructions are incorrect.
    >
    > I am using Fireworks 8 - it appears the instructions are
    for a prior
    > version.
    > I cannot find function fwLoadMenus() mentioned in Step 3
    (number 6.).
    >
    > Has anyone accomplished this in Fireworks 8, that could
    provide me with
    > instructions?
    >
    > Thanks in advance,
    >
    > turpya.
    >
    >
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15926
    >

  • The sound mute button doesn't work on my HP pavilion dv6

    The finger button on the pavilion dv6 doesn't work for the sound mute button.  I'm not sure if a setting has been disabled or not. Anyone have any ideas on how to restore it ?

    Hi,
    Try the following.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp48501-49000/sp48668.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  Right click the IDT device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.
    When complete, restart the notebook and let Windows fully load.  Open your Downloads folder, right click on the IDT installer and select 'Run as Administrator' to start the installation.  When this has completed, right click the speaker icon in the Taskbar and select Playback Devices.  Left click 'Speakers and Headphones' once to highlight it and then click the Set Default button - check if the mute button now functions correctly
    Regards,
    DP-K.
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How do i make the hdpi button default to on

    I've noticed that if I add an HiDPI button to a Muse site, the default state for retina display devices is for it to be off (ie content is not shown in HiDPI), however if I do not add the button to the site, it defaults to on.  I'd like my site to default to "on", but include the button so users have the option to turn it off.
    Does anybody know how to make Muse default to HiDPI "on" when the button is included?

    Hi Sanjit
    Thanks for your reply.  I am aware of the meaning of the hiDPI button states, but that is not really my question.  If I access one of my Muse websites with HiDPI content from an iPad, and have not included a HiDPI button, the iPad will display the HD version of the site by default.  However if I add the hiDPI button to the site, the iPad will display the standard definition version of the site by default (until the user hits the hiDPI button to go to the HD version).
    I would like to be able to include the hiDPI button AND have the site serve the HD version of the sites content to an iPad user by default.
    Hopefully my question is a bit easier to understand.
    Cheers
    Wade

  • T420 Mute button queues up unnaceptable amount of Kernel work

    FAO someone from Lenovo - for the Driver dev team.
    To reproduce:
    Download DPC Latency Checker or LatencyMon
    Run either utility
    Hit the Hardware mute button on the T420.
    Watch the DPC Latency Spike to around 4000 micro seconds.  Same applies when unmuting.  Also occurs when using windows mute option, because it lights up/turns off the hardware mute internal led.
    I fail to understand why the hardware driver (simple HID device) needs to queue kernel work like this, it's a simple command that can be implemented using an inverted call pattern to tell other user mode programs (such as the on screen drawing device) that it was successful.
    The Windows Driver Development Guidelines state that queued work should take no more than 100 micro seconds.
    If someone (ideally a Lenovo driver dev) could pick this up that would be great.  Thanks.

    Confirm on W520, except around 8000 microseconds.
    Could it be scaling with respect to visible core count? (T420 at 4, W520 at 8.)
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Solo and Mute Buttons HELP

    Maybe I'm missing something- but I've never been able to get the solo and mute buttons to work in FCP 6 and now 7. Is there some special way you need to have the audio output preferences set up or the sound output routed? I've had to just turn the channels on and off with the green button, but this defeat's the purpose of the mute and solo switchs. It also means I have to re-render.
    My audio playback is set to Built-in Line Output. Audio Output is set to stereo monitoring L+R. Everything else is set to default. . .
    Shouldn't the buttons just work? Or this there another step that I'm skipping in the audio output tab or some other tab?

    Troubleshooting, step one.
    Deleting FCP Preferences:
    Open a Finder window. Set the view mode to columns:
    Click the house icon that has your name next to it.
    Click the folder "Library" in the next column.
    Find and click the folder "Preferences" in the next column.
    Find and click the folder "Final Cut Pro User Data" in the next column.
    Move the files "Final Cut Pro 6.0 Prefs", "Final Cut Pro Obj Cache" and "Final Cut Pro Prof Cache" to the Trash and empty it.
    When you have a stable set of preference files, download [Preference Manager|http://www.digitalrebellion.com/pref_man.htm] to back them up. If you have further problems, the backup can be recalled and you can continue working.

  • Mute Button not Muting

    Don't know if this has already been discussed. I for one do not like where the new mute button is. Moreover, the mute feature does not mute for any type of video play. What gives?

    Insulted? Very well. I'll bite, and answer the specific questions.
    Maybe change it back to its original state?
    The original state was a mute switch. It was modified prior to it's release to be an orientation lock. Having a hardware switch for muting notifications is actually more useful than an orientation lock.
    You can now switch off notifications without having to unlock the device. The ONLY reason to lock the orientation is while the device is unlocked and in-use. Being able to shut off alerts when walking into a meeting/class/whatever makes more sense to me, and many others.
    Shouldn't the iPad be a little different from the iPhone and have some originality and features that are unique?
    They are already different. Why should the hardware act different across devices using the operating system? Should keys and buttons change from laptop to desktop running Mac OSX? The originality and features are in the device itself. A simple hardware switch does not eliminate that uniqueness.
    From what I am seeing here on the boards, is that everyone is not too happy with the change and I agree with them.
    Careful with "everyone". A handful of extremely vocal users are making a stink all over the web about this change. But a majority of the users are on the exact opposite side of the spectrum. I happen to be one of the majority who welcome it, and sent feedback to Apple requesting this feature months ago.

Maybe you are looking for

  • Can I create a second Apple ID and share content between the two?

    We have an Apple ID that's used by the whole family to buy music etc from iTunes, but we also have 3 separate Apple devices, two iPhones and an iPad. Hence, ideally we would have 3 separate ID's that could all use the content currently on the family

  • Canon PIXMA MP140 Scanner not working in Windows 7

    I have been having problems in getting the Scanner function to work properly in Windows 7. This is the message I receive everytime I try to scan or preview a scan in Windows 7: Cannot communicate with scanner. Cable may be disconnected or scanner may

  • WVC54GCA ip address and ping but no web or image

    Hi, I have two identical WVC54GCA cameras connected on static ips, .51 and .50.  One works perfectly and I can see the image on the crappy viewing software or go to the web site and view the image there.  The second one is more problematic.  I can pi

  • Font Weight & Color Change On Variable Entry

    I have a text entry field that should turn Bold & Red IF an ID >= KK1 and <= LL2 is entered. Is there a way to do this? Thanks a million!

  • Data Rescue II and my HD

    When I updated my G4 to Leopard, I did a clean install on a new drive. When finished I took the old 120 gig drive that came with the machine and hooked it up as an external to remove some data. That process corrupted the drive and it's not recognized