Skip to main content
Participant
June 4, 2009
Question

Error playing Mp3 sound in flashcs4, actionscript 2.0

  • June 4, 2009
  • 2 replies
  • 1137 views

Hi,

I'm trying to play an MP3 song in flashlite. I'm using Flash CS4, action script 2.x, flaslite 2.x versions with NOKIA 6300 as simulatore device. I followed

When i run it in simulatore it is giving me the following error:

"

FTPS032: A Call to GetURL(ROJA.mp3) found, limitations might apply.
FTPS029: FSCommand2 FullScreen command found.
FLERR: Bad Sound Data Error! "

and when i run on NOkia 6300 pphone, audio is not being played ...

This topic has been closed for replies.

2 replies

January 8, 2011

Hi,

Install the latest version of QuickTime player on your desktop.

Adobe Flash using QuickTime plug-ins for desktop to display video.

Try it..!!!

Best Regards,

Sushil

Participant
June 4, 2009

Also the following is the code :

coolTune = new Sound (soundLoader);
coolTune.loadSound("a.mp3", false);


Actually i'm e newbee to flash CS4. Can anyone please provide me any suggestions or solutions for this ..?

With regards,

Saravanan.

kglad
Community Expert
Community Expert
June 4, 2009

where's soundLoader defined?

Participant
June 5, 2009

i had created an empty movie clip on the stage and the instance name for that is soundLoader.