Home Tutorials Forums Articles Blogs Movies Library Employment Press

Go Back   ActionScript.org Forums > ActionScript Forums Group > Simple Stuff (Newbies)

Reply
 
Thread Tools Rate Thread Display Modes
Old 11-16-2009, 11:30 AM   #1
freddieclub
Registered User
 
Join Date: Nov 2009
Posts: 3
Question Background music has to loop

Hello all people!

I made a MP3 player that plays an XML playlist (spoken text) mixed with background music. So essentially both play at the same time. The mp3 player is a custom version of John Bezanis mp3 player (recommended!), available at http://www.swfspot.com
I want to loop the background music. Here's were i'm stuck: it doesn't!

there's alot of code, but here's the background music part:
var mySound:Sound = new Sound();
mySound.loadSound(_root.backgndMusic,true);
mySound.start(0,100); // start background music in loop

The code is in Frame3.

Any help greatly appreciated!

Fred

Last edited by freddieclub; 11-17-2009 at 07:05 AM. Reason: moved to other forum
freddieclub is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:52 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2010 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.