I want to embed a flash player in an html page to loop a song (mp3 file) so it will play in the background while a slideshow cycles. Any help would be greatly appreciated.![]()
I want to embed a flash player in an html page to loop a song (mp3 file) so it will play in the background while a slideshow cycles. Any help would be greatly appreciated.![]()
Make a flash file, 1x1 pixel, add a sound to the timeline, extend the timeline till you see the sound cut off, create a new keyframe, and add into the action script for that keyframe:
Then just embed it on the page with:gotoAndPlay(1);
Hope this helps.HTML Code:<embed src="file_source.swf" height="0" width="0">
Bookmarks