|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Anyone have any ideas on how to loop an externally loaded mp3 using loadSound?
|
|
#2
|
|||
|
|||
|
loooing externally loaded mp3s
this doesn't work for me.
myMp3 = new Sound(); myMp3.loadSound("musico1.mp3", true); myMp3.start(0,5); This doesn't loop my mp3. Any ideas why? |
|
#3
|
|||
|
|||
|
[edited]
Last edited by JCMerlin : February 24th, 2003 at 05:35 AM. |
|
#4
|
|||
|
|||
|
myMp3.loadSound("musico1.mp3", true);
with "true" you turned "streaming on" and itīs not possible to loop streaming sounds. change it into myMp3.loadSound("musico1.mp3", false); and i think itīll work. cheers |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > looping a loadSound (mp3) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|