ActionScript 3.0 :: Importing Swfs - Music Doesnt Play?
Aug 7, 2009
I made a music Player swf and it works properly by itself.I recently tried to load it into my main FLA for my website by using Import to Library,and then I dragged it from there into my canvas.For whatever reason, upon rendering it does not work at all, it shows up but none of the functions work and the music doesnt play.Also I tried doing it like this:
I made a preloader that would load the Swf and it actually worked and the functions were all there,however there were 2 problems.First problem was that I did not know how to control where it loaded so it was over my main text and not in the right area.Second problem, for whatever reason the preloader would re run and load the SWF again everytime a function went off (like clicking on one of the buttons or rolling over something that had a color tween) which resulted in it loading like a bunch of the same swf and being a problem.
View 2 Replies
Similar Posts:
May 1, 2009
Using Macromedia Flash Professional 8.
I have a website banner made in Flash. I have added a music file to it and Play and Stop buttons. I also have a Replay button to replay the banner animation once it stops.
I have put the music on a separate frame so that it will not play automatically when the banner loads. I have made the Play button direct to the frame the music is located at so that when clicked, it will go to that frame and play the music file.
The problem I am currently having is that if I click the Play button more than once, it will play the music file again on top of the current play-through.
So if I click Play, the music will play. Then if I click it again, the music will play again, but on top of the first instance of the music, so two instances of it will now be playing and it sounds horrible.
I would like to make it so that if you click Play when the music is playing, it will not play the music again until the music has stopped.
View 6 Replies
Dec 6, 2010
I have a volume controller with a simple play and stop button. I want music to start on its on when site is loaded, but music deosnt start unless play is pressed and volume is turned up.Thia is the script I have, how do I change it simply to make to song start automatically when site loads????
onClipEvent (load) {
mySound = new Sound();
mySound.loadSound("nachomp3.mp3", false);
[code].....
View 2 Replies
Mar 25, 2009
I am trying to import a DAE file, and it gets put on the stage, but for some reason I cannot control the scale of it. I know you have to pass a 3rd param to the Collada() constructor to be the scale, but no matter what I put there, it doesnt change the scale.Alas, I cannot get the scaleX or scaleY or scaleZ to change anything.Just need to know how to adjust the size/scale of this model.
View 1 Replies
Jun 11, 2010
Im making a flash project in flash cs3 using As2.It is a large interactive game with imported external swfs throughout,Ive placed the lockroot code in all the external swfs.
When i play the external swfs on their own they play perfectly put when imported into the main.fla they don't work properly,some of the functionality doesnt work properly..As an example I have made a jigsaw game using drag n drop and targets, where the code
if(this._droptarget == "/dropTargetOne")
{
_root.dragger1.gotoAndStop("5");}
}
appears I have problems because the code _root.dragger1.gotoAndStop("5"); doesnt work when imported as an external swf.I've tried using this._parent but no success.So I think the problem is to do with using _root which I was hoping would be sorted with this._lockroot = true;
View 3 Replies
Aug 19, 2009
I can feed swfs in through the xml?
At the minute it's only letting me put jpegs on the stage, I get an error when I try swfs.
Code:
// import tweener
import caurina.transitions.Tweener;
// delay between slides
[Code].....
View 3 Replies
Mar 29, 2009
i made a slider that can slide the main timeline while running the swf.the first function slides scales the bar and moves the handle along the path:
Code:
sliderF = function () {
this.onEnterFrame = function() {
[code]....
View 3 Replies
Feb 3, 2010
[URL]I'm designing my own photography site and am trying to produce something along the lines of contemporary photography websites (big images).The point being that I want the images/swf large enough to fill the ever growing trend for big monitors.This is where my problem begins - I want to have a slideshow of 5 images from each of the areas I cover.. simple enough sure. But, if I produce the slideshow within the main swf - the file size is something like 6 mb - which is jsut a bit too big and takes a bit too long to preload.
So I decided to make each image in the slideshow a seperate swf and import consecutively. The problem is that I need the external swf to trigger/import the next swf.I have had some success with importing to levels... but I need the swfs to import into a mc_holder because it needs to sit below my nav buttons and title.so I have this script to call in my slideshow to my holder.
"loadMovie("slideshow.swf" , "clipholder2");"
At the end of slideshow.swf is this "unloadMovie(this);" which unloads my movie. What I can't do is get slideshow.swf to import slideshow2.swf into my 'clipholder2'..
View 2 Replies
Mar 24, 2003
I've incountered a problem that I need help figuring out...I'm using dynamic buttons to load external swfs into an area within an interface on level0. There is an actionScript on a button that has been duplicated dynamically..The external swf is loaded into a host mc called "subpage_mc". The swf that should be loaded, is indicated within an array in the first frame of _level0.
Here's actionScript on button before dynamic duplication:_level0.loadMovie(link,"subpage_mc");
The script works, but it replaces the interfacce completely on leve0. I want the new swf to load into level0 and for the interface to be visible at all times, not to be replaced. Does this issue have to do with instance stacking order? How should I make sure that this doesn't happen?
View 6 Replies
Apr 25, 2011
I'm having a real bad time with Flash CS5, mostly by how it is exporting stuff and is unable to seemingly work with After Effects CS5, the other big program I use in my workspaceIt seems that anytime I include text into my Flash file in CS5, I am alerted that the text layout has been exported to an external file at which point it will not be imported correctly with any animation in After Effects I've read that this has something to do with the new CS5 TLF mode.
View 2 Replies
Mar 6, 2009
I have a problem with importing a galery(.swf) to my flash file that has imported pictures and text from a xml source..the gallery is in the same xml. The thing I cant understand is when I import a different file instead .. all works fine. Is there a limit of how complex a imported swf can be?
View 6 Replies
Apr 19, 2004
I have 2 movies, one which holds a navigation menu and some music playing options, and the other which is my main movie. The main movie has an empty clip which loads the navigation and sound into it. However the music does not play in the main movie.
View 6 Replies
Nov 28, 2010
I have a swf playing video from a rackspace webserver. When I play the swf on a local machine, pulling video frames from the webserver, it works fine. But when I put this swf on the webserver and access it via browser, it doesnt show up.I checked for swf mime type in IIS, it was enabled
View 2 Replies
Feb 10, 2010
I have received a CD Rom with an .exe file on it. I only have an old Windows XP box (from 2001) but it doesn't play on it Is that possible? Do I need to find a vista box?houldn't these flash exe files be XP compatible? Sorry we only have Macs here so I'm a bit out of the loop when it comes to Windows machines.ed some light on this or confirm before I request another disc or purchase a vista CD ROM?
View 6 Replies
Dec 15, 2009
I'm using Flex builder 3 for my main application (web-based), and I need to load multiple swf files built in flash cs4 (AS3) at different times. The flash swfs import assets from a separate flash swf used as a shared library. I'm using 1 swf loader in flex to keep 1 flash swf loaded at a time.Loading the first swf works fine, but loading subsequent swfs generates an error in importing from the shared library swf.
Here's an example of an error:
"ReferenceError: Error #1065: Variable sharedApps is not defined."
View 3 Replies
Feb 14, 2012
I want to play the music file in flash player (which is embedded obviously) by clicking the play button which is in the web page (not in flash player).
View 2 Replies
Mar 29, 2010
In AutoScript 2 how can I play music from URL?
mySound = new Sound();mySound.loadSound("");
and now how?
View 1 Replies
Feb 9, 2010
what is the code to play a music from library? AS2
View 2 Replies
Dec 19, 2010
I need to play three musical tracks one after the other in a circle. It is necessary that its are not loaded again and were in the cache. I use this code. Everything works fine on localhost, but only works after restart the app on the server. And wrong to re-download tracks every time.
[Code]...
optObj.music - it is the object with the parameters that is called when the app starts or when i call a function change the settings.
View 1 Replies
Jul 22, 2008
I have music (.mp3) in a .swf file that I'm loading into another .swf. When I play the .swf containing the music alone the music plays, but when I load the same .swf into another .swf there is no music.[code]...
View 6 Replies
Jul 17, 2009
The following code plays music when the H key is being pressed and when is unpressed the music stops...the problem im having is that its re-playing the music for every milisecond the H key is being pressed so its creating an endless loop of the sound1, how may I change the code to only play once the sound1 while the H key is being pressed and stop when is unpressed[code]...
View 1 Replies
Oct 9, 2007
in my game there are two labels, the "menu" label and the "game" label.i want to have one mp3(song) playing during the "menu" label and another (song) playing during the "game". So,while the player is in the "menu", if he clicks the "play" button the mp3(of the menu) must stop and the mp3(of the game) must begin.i have tried putting the command "stop all sounds" in "play" button's function, but it doesn't only stop the music that was being played (menu's mp3) but also the music that follows (game's mp3)
View 2 Replies
Nov 10, 2009
Im using as3 to start playing 1 music in the intro of my website... but i want that music to stop when he reatch frame 600...
View 1 Replies
Mar 29, 2005
I am loading a movie in another flash movie clip. The first movie "animation.swf" has background music that loops twice. Linked in the library as "Song" and played as below:
loopMusic = new Sound ();
loopMusic.attachSound ("Song");
loopMusic.start (0,2);
It plays fine, but when that file is loaded in the main movie using loadMovie the sound doesn't play.
View 4 Replies
Dec 23, 2009
I am using flash CS4 AS 2.0.creating a button to stop the music on click and play the music on the next click. Sort of on and off music.
View 12 Replies
Sep 28, 2009
I'm extremely new to Flash and I am making a website and want to have a single button that when pressed pauses or plays a music file. I was able to create one that works by following a tutorial that I found online but the problem is that the button is on the main timeline so as I move away from it, it stops working. I think that it would work better if I was able to make a movie clip out of the button so that it doesn't sit on the main timeline and will keep working no matter where I am on the timeline. All I need is one button that pauses and plays music when pressed. I also want to be able to have a "music on" line of text and "music off" line of text depending on whether the music is playing or not.
View 4 Replies
Dec 16, 2009
I made a simple page with several buttons that play music, but then decided I wanted a video (flv) to first play automatically, and when that ends the page with the buttons appears. How can I do that? Right now I have four layers using one frame. Layer one has the AS code, two has the text, three has the buttons and the fourth layer has a background image.
View 7 Replies
Jan 6, 2011
I want to make on button play a piece of music and another one to stop the music. I manage to make buttons work for playing frames in the timeline, but how do I make the buttons play the music and stop it?
View 3 Replies
May 8, 2011
What action/script do write to make only the music stop looping?[URL]... Im using AS2 . Im kinda new to flash so can you please explain thoroghly.
View 7 Replies
May 22, 2010
I am playing a background on my webpage by using miniswfloopplayer, now I want the music to play continuously throughout the website, currently the music starts all over again when a page loads which is quite obvious. I am looking for a approach where I can avoid the above situation.
View 1 Replies