user
user

Reputation: 165

Sound object in actionscript 3

Simply I am trying to load a sound using an URL. But Its not loading.... So I am trying debug this. But I am getting a different thing. For that sound object I am getting

bytesLoaded value is 15903

but the

bytesToal value is 0

Is it possible to come like this???

Upvotes: 0

Views: 30

Answers (1)

user3437857
user3437857

Reputation: 126

I think your sound URL may be wrong. Where you are getting this URL? Is it from your local or from your db? Please check your URL... sound is not available, but you are trying to load means it will come like this. I don't know its correct or not... But try to confirm that URL....

Upvotes: 1

Related Questions