Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Ok, first thing, we have to import a song, by selecting File> Import, and then selecting the song.
Now hit Window> Library, and find your song in the library. Right click on it and hit Linkage. Click export for actionscript, and type in a one word name, that you will remember. Now uncheck Export in first frame, if your game has a preloader.
If your game has a preloader (which is recommended), you have to make a new frame between the end of the preloader, and the beginning of the game, and then add your sound to the frame.
without doing this, the sound will not be recognized by actionscript, because it is never exported in the movie. if you check Export in first frame, the preloader won't be shown until the song is loaded.
by doing both these things, you're exporting the song in a later frame than the preloader, so the preloader loads, and the sound plays.
Go to part 2 to play the song.