  | |  | MP3 (external) plays too fast | MP3 (external) plays too fast
2004-02-14 - By Rob Coenen
Back I 'm trying to dynamically load a sound using ActionScript on a movie clip
instance, but the result I get plays too fast. It 's like hearing a 33rpm
record being played at 45rpm. What might I be doing wrong?
ActionScript on Movie Clip instance:
on (press) {
mysound = new Sound();
mysound.loadSound( "sound.mp3 ", true);
mysound.start();
}
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104247
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |