Professional :: Stop Audio Of An Embedded File When A New Swf Is Open?
Oct 18, 2010
Here is the issue I am running into. I have built my site in CS3 and I have used a loader.On my site I have embedded video links, when the other video links are pressed, the audio from the prior swf keeps playing. The site[URL]
View 1 Replies
Similar Posts:
May 15, 2007
I'm looking for a (free) flash player that I can embed in my site and use to play a .m4a (.mp4 with AAC audio) file that will be obtained using a URL (i.e. it's not local to the server hosting the web page).I've tried searching on google for one, but either I'm searching wrong or no one has made such a thing. Ideally this would be very simple (small user interface with play button and maybe a progress bar) and it would be easy to have multiple instances of on an html page (can create the player with an <object> tag).
View 7 Replies
Aug 10, 2010
I've been given FLAs that contain audio embedded within the timeline. It's been a long while since I've had to deal with audio in this manner and I'm running into a problem.
The basic setup is this:
- There are 3 movie clips within the FLA
- Each movie clip contains embedded audio within the timeline
- The audio plays as soon as each movie clip begins
Here's my issue:
On the main timeline, there is a 'back' button which allows the user to move to the previous movie clip.
When the user clicks this button, it does move back to the previous movie clip; however, the sound does not stop which results in 2 audio files playing at the same time.
If I were calling the sound utilizing SoundMixer/SoundChannel, I know how to ensure the audio stops, but since the audio is embedded within the timeline, I'm not quite sure the best way to make sure the audio stops when the preceding movie clip is called.
View 5 Replies
Jun 27, 2011
I have a section of a site that has a voice over when you get to a page. I have a play/pause button that works fine, and plays and pauses the audio voice over. I have about 9 other buttons on this page that all have 'SoundMixer.stopAll();' in order to stop the embedded audio. This works the first time you click a button, but any button after that restarts the embedded audio.
Is there a way to make it so that Flash knows not to restart the embedded audio?
Do I need to make a sound variable and set it to 'false'. I am not sure what to do, or how to do it.
View 8 Replies
Dec 8, 2009
I have a swf that has embedded audio on the swf's timeline which is set to Stream. This swf is then loaded into my main flash timeline via the loader class. I have a button coded as a toggle switch that pauses the loaded swf via the stop() and play() command. This works fine. The issue is that when the swf is paused (stop()), the audio is longer heard, but it continues to play. When I press my toggle switch again, the swf begins to play exactly where it was paused and the audio is now heard, but the issue is that the streaming audio is now out of sync since the swf timeline paused, but the audio continued to play. Is it possible to stop or pause the embedded audio on the timeline? I've tried looking at the SoundMixer static class, but this doesn't seem to help. I can use SoundMixer.stopAll(), but there's no way to start the audio again.
View 5 Replies
Jul 19, 2011
I have a file with one main mc called "clip" that contains 9 different embedded audio tracks (all inside their own separate mc) on the first keyframe. They span the entire length of the mc - 10 frames in this case. Essentially what this does is creates a full song with 9 separate tracks that I want to mute (and unmute) when I arrive at a specific keyframe.I am using a slider (called "aSlider") on the main timeline to navigate between the keyframes.Everything starts out muted and as we progress, tracks are unmuted and the song starts to build. It is working great right now in that direction. However, if I move the slider backwards, it seems to be re-creating the audio clips so that I am overlaying more and more audio on top of each other.. which is quite the mess. Here's the AS for the slider.
aSlider.width = 324;
aSlider.move(309, 681);
addChild(aSlider);
[code].....
View 1 Replies
Aug 2, 2010
I am trying to stream audio to my flash application. I got it working with a test MP3 file. But the problem is that MP3 encoders are protected by patents and require license fees.(I am living in Canada) Isn't there a open audio file format supported by flash?
View 1 Replies
Mar 19, 2010
I have an animation playing, after it finishes I want it to automatically open another URL.The error compiler says I have too many arguments. Here is the code:
new URLRequest("introduction.htm","_parent");stop();
Can someone help me to write the code correctly to do this.
View 5 Replies
Jan 13, 2011
I have a button that when the user rolls over it, it plays a 3 second piece of audiothat works fine.When the user rolls off though, the audio still plays, that, if the user rolls over the button several times you get multiple instances of the auduo until they all play out.
View 2 Replies
Jul 22, 2011
I use the "flashembed" feature of the jQuery tools within a site that is using scrollTo as well. The embeded swf file is my banner and right now it is running continiously. When I scroll to another hash it keeps running in the back and makes the scrolling a little bumby.
how to stop the swf file from playing while the scrollTo script is running?
View 1 Replies
Jan 23, 2010
I am trying to get a Flash movie I created to stop looping in my browser AFTER loading it into Dreamweaver. Here's what I've tried:
a) Place an AS3 "Stop();" at the end of the action script for the file (in Flash CS4).
b) Publish with "Loop" in HTML tab unchecked.
c) Open the tandem created .html file in my browser (Firefox)......and the movie plays then stops as hoped
d) Open Dreamweaver CS4
e) Import the swf file into a blank HTML page and Save the file.
f) Test the document in my browser. Movie plays, but the movie continues to loop.
as mentioned above, how can I stop the movie from looping after it's embedded in my web page in Dreamweaver? Is this a Dreamweaver 'problem' rather than a Flash one? The DW help file says to use Flash to control the loop....
View 1 Replies
Nov 24, 2009
I have added 4 different sound files to 4 different frames that are navigated via buttons. The problem i have is that if you navigate to another frame while one sound file is still playing the sound file continues over the next frame and the sounds clash. What i need to do is have the sound files stop once the frame is exited so is there a simple way to do this in AS3...
View 3 Replies
Nov 25, 2011
For a class project I have to make kinetic typography and so I need text to go along with some audio from a movie (in Flash). Every time I press enter to preview what I've done and what I have to do next, the audio starts and doesn't stop till it's done and this is a little over a minute long, and it's really annoying. If I don't start from the first keyframe, I can't even hear the audio, it doesn't play if I play from the middle. How do I press enter to play and have it stop when I press enter again? I can load the swf by CTRL+ENTER but then I can't see what frame I'm on and what frame I want. :|
View 4 Replies
Mar 2, 2010
I am trying to connect audio to the button so when I click on the button music it starts playing and when clicked again music stops.
View 5 Replies
Apr 16, 2010
I want to do something that is probably very simple, but I'm having difficulty.
I want to create an audio player with play, stop, and pause buttons that I can then import into Fireworks/Dreamweaver.
View 2 Replies
Aug 14, 2011
My CS5 flash crashed when I changed the name of the root folder while it was open. Swf is working fine, but .fla file wont open, I get a "Failed to open document" message. This is a disaser because I've lost two days of work. Is there anything that could be done to fix this problem?
View 2 Replies
Apr 25, 2011
I have a single audio file, I'd like to avoid cutting it up.
I know I can use the sound class, mySound.play(150), to start at 150ms but haven't come across a way to stop the audio say after 500ms or at 650ms.
View 2 Replies
Jun 1, 2011
I have been working on a project for a week and suddenly it crashed during save (nothing strange had been imported or anything i just saved after moving content around) and now i cant open my file again. I contacted adobe support who claim that since the problem is related to the file this is not their problem, what a load of HORSE ****, who should i contact about this dell if its an FLA FILE!? I have already renamed the file to flash.zip then opened with WinRar and repaired as a new zip file to a different folder (which removes the corrupt content which is document something.xml) then i tried renaming this folder back to flash.fla however the file still does not open.
View 4 Replies
Oct 27, 2010
I have a flash file using xml to link to html pages all within SharePoint. When I click on a link from inside flash, it opens up a new browser window with the html content.Is there a way to open the html content in the same browser that the flash file is in?
View 6 Replies
Dec 2, 2011
I have a swf file, how can i embeded in website which code is used.
View 24 Replies
May 19, 2010
I have CS3.I encode my video with the Encoder, then I import it into Flash. From there, I cannot figure out how to make the embedded flv file to loop.
View 5 Replies
Jun 5, 2010
I can't open a particular FLA file in my CS4.. is there any way for me to open it? And if not in Cs4, can you recommend other Flash versions like CS3 where I can open my FLA file
View 3 Replies
Feb 18, 2011
I created presentation using Flash cs5, and I want to make a link that opens an external PDF file. I have done this with past version of Flash, but how can I do it using cs5?
View 4 Replies
Mar 29, 2010
I am trying to import an audio file into Flash, but do not know what file extentions it recognizes. The file is .m4a that was created in iTunes. I can see how Flash would not recignize it, so what does Flash recognize, and I'll see if I can convert the file.
View 2 Replies
Aug 29, 2010
I've been sent a link to an FLV file that plays in the browser and when downloaded plays in Adobe Media Player.
However, when I try to import it into Flash, I get the error message
unsupported audio codec
It'll bring in the video no problem.
I've tried to use Adobe Media Encoder to convert the file but it doesn't see the audio either.
Is this some kind of protection on the audio? What am I missing?
View 1 Replies
Oct 23, 2011
When i load the audio as mp3 file some time it will throw error.The error is "one or more files cannot be imported" Then i convert the audio file as wav file,but the quality of the audio is not good.
View 1 Replies
Jan 29, 2010
I'm trying to edit a flash file embedded in Dreamweaver CS4. I can't open the file the only thing it will do is play. Can FL CS4 open and edit FL CS3 files?
View 2 Replies
Sep 13, 2010
I'm just wondering why my swf files won't play when I upload them along with my HTML file to the server.
The problem can be seen at the following [url]... Can't get my embedded swf files to play in HTML file
I inserted the swf in 'insert media' - 'shockwave' and the thing works when I press play to view it within dreamweaver. However, when I try to view it on a browser, either locally or remotely, it doesn't work.
View 7 Replies
Feb 27, 2012
I have created two buttons for separate audio files. Essentially if you click on the button it will play and stop. This works great! I have also injected a SoundMixer.stopAll(); to ensure if you click between both buttons that it will stop the current audio file to play the next one. My problem is when I select the 2nd button for the first time everything seems to be working...it's when I attempt to click on the first button again, that it will require 2 clicks and then it stops and plays accordingly...anyone know how I could eliminate this annoying two click process?
[Code]...
View 1 Replies
Jul 8, 2010
I get an error "failed to open document" when attampting to open a CS4 flash file in CS5 flash.
View 3 Replies