Master On/Off Audio Button for Multiple swfs

I need to create a “master” On/Off Audio Button
that will control audio for a series of swfs loaded into a
“master” swf. Each loaded swf will have a Media Display
or FLV Playback MP3 progressive audio file supplying audio with cue
points for that imported swf.
What ActionScript would work for a “master”
On/Off Audio Button in the main swf that would control audio for
all of the loaded swfs so a setting in the “master” swf
would effect all loaded swfs without the user needing to reset the
On/Off Audio Button for each swf?
Thanks!

Use an array to store the names for each of the sound/video
objects and then cycle through them and shut each off.

Similar Messages

  • My iPhone 4S was turned off when the battery got empty, and when I put it on the charger it didn't charge at all. I tried restarting it (on/off home button for 10 sec) nothing happened except it kept giving me the "charge battery"  on its screen.

    Hi! My iPhone 4S was turned off when the battery got empty, and when I put it on the charger it didn't charge at all. I tried restarting it (on/off home button for 10 sec) nothing happened except it kept giving me the "charge battery"  on its screen. I tried with different chargers, still dead! What's weirder is that my sister who has iPhone 4 experienced the same today! No we don't live in the same house!! Does anyone have the same problem?
    Please apple support do you people have a convincing answer for us? Is there a solution? My phone is only 2 years old and was (2 hours ago), in top condition!!
    Please help....

    imanfromsweden wrote:
    Please apple support do you people have a convincing answer for us? Is there a solution? My phone is only 2 years old and was (2 hours ago), in top condition!!
    Please help....
    On belhalf of my fellow volunteers, the answer is, "We'll try our best." 
    My advice is to try not to treat this like it is a paid service provided by compensated professionals.  Ask nicely and one of the nice folks here might take some time out of their weekend to offer advice.

  • Common GO button for multiple prompts created in OBIEE Dashboard

    Hi,
    Is there any possibility to have a common GO button for multiple prompts created on the OBIEE dashboard.
    Any response to this would be appreciated.
    Regards,
    Rajkumar.

    Hey i used the java script given in link :- http://sranka.wordpress.com/2008/11/09/how-to-replace-multi-go-button-prompt-by-one/#comment-96
    to hide multi-go-button in prompts and it works for IE 7 and firefox 2.0* with 10.3.4.1.
    Now since 10.1.3.4.1 is certified with firefox 3.0* ,when i use this same script in firefox 3.0* for my prompts it doesn’t work .
    Any idea why ? Please help me with this,as i want to use this hide go button feature in firefox 3.0* too.
    Are these scripts browser to browser incompatible ? If yes from where can i get the script for firefox 3.0* ?
    Awaiting for the inputs.
    Thanks,
    Nisha

  • Need ONE Button That Controls Audio/Caption for Multiple Movies

    Captiate Version: 3
    Flash Version: 9
    We created an online course using Captivate 3. The shell is HTML and the captivate (.swf) is embeded to show the content. Because the content inside the captivate movies were too large we had to break up the course into separate pages for loading purposes.
    For example:
    HTML Page            Captivate File
    page001.html         page001.swf
    page003.html         page003.swf
    page004.html         page004.swf
    Now we need a way to use ONE Button to control the Audio/Caption for ALL the movies. The button would be included seperately in the HTML shell along with Captivate movie.
    Is this possible? If so please let us know in detail how?
    We're open to other ideas. We are somewhat familar with using Captivate variables ect is required.

    You can control Captivate SWFs via JavaScript using the CaptivateController. It allows you to control all the standard Captivate variables from HTML.
    http://pipwerks.com/2010/08/23/captivatecontroller-updated-to-support-adobe-captivate-5/

  • Adding on/off audio button

    Hi. In my Muse doc I have an uploaded .swf audio/video file that I created in After Effects. It functions fine in Muse, but is there any way I can add an on/off button for the audio? The way it is now, it just loops with no way to turn the sound off.
    Here is the code I am currently using for the .swf
    <object width="960" height="350"
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=8,0,0,0">
    <param name="SRC" value="assets/FunkTest8.swf">
    <embed src="assets/FunkTest8.swf" width="960" height="350"></embed>
    </object>
    Thanks for any help.

    That would likely have to be done in the swf file. Probably get a faster answer in the Flash forum or the After Effects Forum.

  • Play - Pause button for external .swf?

    I'm trying to create buttons so a viewer can pause and then play an externally loaded swf. My project can be accessed at the linke below. This is how I want the project to function
         -Click a room on the building (choose Accounting for this discussion)
         -Click one of the demo options (choose Ending a Period for this discussion)
         - Now that the demo plays, I want the user to be able to play and pause the demo swf.
    The demo .swfs were created in Captivate so I don't have access to their timeline. They are loaded into an empty Loader component using the MovieClipLoader Class. Can anyone post some possible solutions to this problem? Thanks!
    http://distribution.activant.com/demos/prophet21-on-demand/

    What would that look like? Right now they're loading using the following code:
    btnCashCollect_btn.onRelease = function () {
          mcLoader.loadClip("CashCollections.swf",myLoader);
          btnEndPeriod_btn.enabled = false;
          btnCashCollect_btn.enabled = false;
          btnFinancialMGMT_btn.enabled = false;
          _root.btnHome_mc._visible = false;
    So would I use something like:
    btnPause.onRelease = function() {
         myLoader.content.pause();
    Actually I just tried that and it didn't work...I need the buttons to work for multiple external swfs that will be loaded into myLoader

  • Toggle Buttons for multiple images

    I just watched a video from lilybiri about standard and simple actions and then followed into her blog for the text caption toggle buttons.
    Now reading through that, there was if statements suggesting you can toggle between the values of 1 and 0 to make visible/invisible. Can this be done with more than 2 images? I am more interested in having a toggle feature where I can have 3 or 4 images and toggle the images to see changes in detail within those images. It seems like it has to be possible, but I'm not getting it.
    Also, is there a way that if you have a toggle button, or two perhaps, that you can have the button be displayed as if it was pushed? I know how to make buttons, I'm just wondering if there is a feature to display the button as the _down version until I re-select it, or toggle it off as it were.
    Thank you!

    You will need a conditional action, perhaps use a variable for each button that will be set to 1 if the button is pushed and to 0 if it is free.
    Didn't check it out but action will be something like this:
    IF v_bt1 is equal to 0
        Assign v_bt1 with 1
        Show im_down1        which is the image of the down-state
        Show Image1             which is the image you want to show
        Hide Image2
        Hide Image3
    ELSE
       Assign v_bt1 with 0
       Hide im_down1
       Hide Image1
    You'll have to test, it is too late over here for me to do some testing. I added the hiding of the two other images, because if the user doesn't toggle the buttons for those images to hide them, I think you want to hide them automatically. Perhaps better also hide their correspondent down-states? Be sure to have the image of the down-state on top of the button in the timeline panel.
    And if you ever want to return to the slide, have an on Enter Slide action that hides all the down and real images.
    Lilybiri

  • Need Preloader for Multiple SWF files

    SORRY FOR THE DUPE POST, THE OTHER CAN BE DELETED. MY ADOBE
    ID PROFILES WERE MESSED UP.
    Hi forums, I'm new to Flash. I did the following:
    1. Created a complex home page, about 3.5MB in size, due to a
    large graphic I had to use many times over and couldn't make into a
    symbol (long story). It's called INDEX.SWF, with accompanying
    INDEX.HTML file from Flash
    2. Split pieces of the INDEX.SWF file into multiple SWF files
    to make it load faster
    3. Created multiple layers in INDEX.SWF using loadMovieNum to
    call to multiple SWF files from step 2
    This works OK, but I think a preloader would optimize my page
    animation. However:
    1. I don't understand how a preloader file gets recognized on
    the site load. If I create a file called PRELOADER.FLA and publish
    it, how does the site know to use it first? Does it need a special
    name?
    2. Once I understand #1 above, I might be able to use some
    sample preloader files I've found. It seems like all I have to do
    is change the actionscript to point to my main file, but not sure
    yet. I'll get to that next once I understand how the file even gets
    recognized and loaded. Thanks for your help!

    PLEASE DELETE THIS POST AND USE NEWER ONE FROM
    MOUSEHOUSESITE, I APOLOGIZE FOR DUPE POST DUE TO MESSED UP ADOBE
    ID.

  • Here, ipod touch screen went white,  tried to plug it in to itunes, computer did not detect it.  Tried pressing the menu and off/on button for 10 seconds and it still didn;t work?  Help please.

    Hi there, ipod touch went white.  I tried the menu and on/off button for 10 seconds.  I also tried connecting to the computer via i tunes.  My computer did not detect the ipod?  Any other options?

    See the white-screen topic of:
    iPod touch: Hardware troubleshooting

  • Basic preloader for multiple swfs?

    I've looked at 100+ discussions around the web, not one good answer.
    I want some AS3 script equivalent to the following script (which I've made-up):
    loadallthefollowingswfs.intocache("home.swf", "products.swf", "contact.swf");
    I want a bunch of different swfs, all of which are in the same directory, to be loaded into the cache prior to viewing any of the swfs.
    I would like to put this script into the first frame of an index.swf
    Upon loading ALL of the swfs into the cache, it will move on to frame 2 of the index.swf and continue forward.
    All of the other discussions around the web state to either "have each swf load once it is opened" (I don't want that, I want them all preloaded into the cache prior to viewing any one of the swfs), or the discussions say "you should combine all of the flas into a single fla and just preload that one swf file (I don't want that either, I want seperate fla/swf files).
    Anyone have any suggestions on how to load multiple swfs into the cache when accessing one frame of an swf?
    Thank you.

    Greetings,
    Actually I just want to ask you guys about  how will I be able to use these snippet? I tried to insert a trace inside the else area of the if statement, but, didn't showed up any results in the output window...
    BTW: I just paste this snippet inside a new layer new flash file and saved it along with the two .swf files.
    var swfA:Array=["home.swf","works.swf"];
    var index:Number = 0;
    var targetMC:MovieClip=this.createEmptyMovieClip("targetMC",this.getNextHighestDepth());
    targetMC._alpha = 0;
    var mcl:MovieClipLoader=new MovieClipLoader();
    var lo:Object = {};
    lo.onLoadInit = function(target:MovieClip)
    index++;
    if(index<swfA.length)
    loadF();
    else
    // all are  loaded.  do whatever
    trace("Load Ok...");
    loadF();
    function loadF()
    mcl.loadClip(swfA[index],targetMC);
    here's my code
    var swfA:Array=["home.swf","works.swf"];
    var index:Number = 0;
    var targetMC:MovieClip=this.createEmptyMovieClip("targetMC",this.getNextHighestDepth());
    targetMC._alpha = 0;
    var mcl:MovieClipLoader=new MovieClipLoader();
    var lo:Object = {};
    lo.onLoadInit = function(target:MovieClip)
    index++;
    if(index<swfA.length)
    loadF();
    else
    // all are  loaded.  do whatever
    trace("Load Ok...");
    loadF();
    function loadF()
    mcl.loadClip(swfA[index],targetMC);

  • Turning on Garageband Airplay turns off audio input for guitar

    Turning on Garageband Airplay turns off audio input so I can't hear my electric guitar via my bluetooth speaker.  I know I can wire my speaker to my ipad but I don't want to.  Any help?

    Did you notice the alert window that Audio inputs are dialed when using Airplay or Bluetooth? This window pops up when you turn Airply - Bluetooth on. So the behavior/restriction is normal
    Hope that helps 
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/ 'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Balancing audio levels for multiple tracks in PP CS6 ...

    I have a relatively long home movie (1:50) with clips from multiple cameras dispersed throughout.   One of the camera's audio is far lower than the rest.    What is the easiest/fastest way for a consumer editor to get a reasonable result?  Doesn't have to be perfect, but eliminating the need to hold the TV volume button is the goal.   I'm guessing some of you out there have dealt with this issue a few times and can give me a boost.
    I've seen some tutorial videos on using the Audio Mixer, but that appears to adjust volume for an entire track.   I suppose an option here is to manually move all of the quieter clips' audio tracks to a different track number and then use the mixer to adjust.   Trial and error I assume to get it right.
    Another video I found shows balancing by pulling up clips one by one into Soundbooth and then processing them together.  I don't own Soundbooth unless it ships with CS6 and I didn't know to install it.  I like the concept though - some way to normalize (if the right term) the volume, although certainly I want some variance so that when someone is shouting or screaming the volume is still higher.
    Other videos show adjustments to the volume level by dragging the little yellow volume line on a clip by clip basis inside the track display.   Easy enough, but if I end up deciding I want to make further adjustments I have to go back through all the clips again.   I suppose one advantage here is that those quieter clips sometimes run in batches so could use key frames.
    Feedback?

    Just closing the loop here ...
    I ended up doing the separate track and audio mixer volume adjustment with some individual clip gain tweaks.   Turns out one of my cameras was quiet and another loud, so I used three audio tracks in my movie, one for footage from each camera (luckily the two offenders were more limited).   The nice thing about this approach is that adjustments are easy to make across the board.
    On the 6db volume gain, turns out that was enough.  Maybe someone has some input here, but I find that watching video on my TV with my surround sound system the volume levels are way more sensitive than my PC.   Ok, not 100% - there were a couple of clips where I upped the gain as well.
    The gain adjustment and looking at the waveform diagram is very useful for getting an idea of what level of adjustment is required.   So I did make use of this feature to get feedback on how to adjust the volume level noted above.
    If I was really serious, I would have done a bunch of marking key frames and adjusting the volume within the clips.   One of my cameras is really loud when the person filming speaks but the other subjects are much softer.  But I took an 80/20 approach and the movie is a little loud in some spots and a little soft in others, but not so much that I have to adjust the volume button.  It would be tedious to edit all the footage in this way.   Although I did make use of the key frames for some background music.
    Needles: I was looking for a consumer level solution, although admittedly didn't investigate what you suggested.

  • Why do audio tracks for embedded .swfs for Slide 14, 25 and 36 audio tracks auto play on Slide 1?

    I have created a Captivate course with no audio. 
    Slide 14 in the course has an inserted .swf animation WITH audio (a demo with ‘Kate’s voice’).
    Slide 25 in the course has an inserted .swf animation WITH audio.
    Slide 36 in the course has an inserted .swf animation WITH audio.
    These animations are ‘hidden’ in the slide 14, 25, 36 Properties, and are told to ‘show’ when user clicks a button on the slide.
    When published to my hard drive, the course runs as it should, and the animations play correctly when user clicks the play button on slides 14, 25 and 36.
    When published course is uploaded to a file server, the course runs as it should, and the animations play correctly when user clicks the play button on slides 14, 25 and 36.
    When published course is uploaded to a web server, all 3 .swf animations show up for a split second, (plus 2 other small animated images) one after another, and then disappear, and then the audio of the 1st starts playing, 5 seconds later the audio of the 2nd starts playing, and 5 seconds later the audio of the 3rd starts playing.
    The odd thing about this is that once the course is in the Internet Brower cache and the course is refreshed, the audio of the 3 embedded .swfs does not start playing on slide one, and the course works as it should.
    Can you please tell me what to do to make the 3 .SWFs NOT execute when slide one of the course is opened? 

    Did you ever get an answer to this question? Since you have partial success, perhaps you can share some info. My main .swf is loaded on a web server and links to other URLs works well but links to other .swf that are loaded in the same directory as the main .swf do not activate at all..no sound, no visual. Did you load your sub-swf files in the same directory? did you use a special naming scheme? did you load the .html file for the sub-swf?

  • An on | off subtitles button for several timelines

    hello.
    let me apologize in advance for my english... it is not that good.
    I work with encore cs4.
    now... I would like to know how to create a subtitles on | off button in the main menu that will affect
    all of the features in my dvd. I ot the idea from a dvd of the "doctor who" series that i bought and thought how to mix it with my project.
    i need a button in the main menu that if i click on, the subtitles will be automaticly applied to
    all of the timelines in my project and another button wich will disable all of the subtitles.
    NOTIFICATION : I have only one track of subtitles for each video.
    how can I create that kind of a bottun?
    thanks

    These images are CS6, but I think all this is the same in CS4.
    You can make a new menu, or use one you have and add the two buttons.
    Add two buttons; one labeled "Subtitles ON" and the other "Subtitles OFF."
    Select the "On" button and use "specify link." Select the menu you are in, and set the subtitle to "1" (your subtitle track will be #1, since you only have 1, right?
    For "off," do the same thing.
    For the target for the "on" button, just make it to the "play" button on that same menu, or the "play" button on your other menu.
    So...
    Make an on and off button:
    Select the "on" button and go to set its link and select "specify link."
    For its target, use a menu button, not your timeline. And for the "on" button you will pick subtitle track 1; for the "off" button  you will pick "off."
    Just that easy!

  • Using "All Calls" button for multiple lines on one phone

    I have several executive assistants that have multiple lines for executives that they answer calls for. We have added the "All Calls" button so they don't accidentally make outbound call using one of the executives lines. When the All Calls button is selected, all outbound calls are made using line 1. However, when a call comes in on one of the executives lines it doesn't show the name and number of the calling party unless you select the line.
    How can we make it so the name and number show on the inbound call while having the "All Calls" button selected?

    Little confused still by this, just want to make sure I'm clear.  My current set up with Asterisk is you make users which are extensions, and then enable voicemail on them, so for example:
    Extension 300 - Voicemail enabled
    Extension 301 - Voicemail enabled
    Extension 302 - No Voicemail
    Etc.  And it's there that you set the username/password for each extension.  So on a SIP phone, under Line 1 registration I'd have it register Extension 300, and line 2 could register Extension 301 and so on.  If someone calls extension 300, line 1 rings and if no answer goes to the voicemail box for 300.  If someone calls Extension 301, then line 2 on the phone rings and if no answer goes to voicemail for Line 2.
    I do understand what you mean how each phone is it's own "User", and so the way I have it set up now is my 7970 is my user, and it has Extension 300 with voicemail assigned to Button 1 which works fine.
    I just simply need a way so that Extension 301 shows up on Button 2 on the phone, so that I can select that line to make an outbound call (with a different caller ID), and if someone calls Extension 301, then that line on my phone with also ring, BUT will go to the voicemail box for 301.  I don't need my 7970 to light up that there's a vm or anything like that, it just needs to capture the vm.
    If I make a floating extension or extension mobility for a new user with extension 301 and enable voicemail, then calling 301 does go to its voicemail box, but I'm just not sure how I would have that show up on my 7970 as line 2 and ring on there and make outbound calls on there as well.  Thank you so much!

Maybe you are looking for