0
Error: Error #2029: This URLStream object does not have a stream opened

/t5/animate-discussions/error-error-2029-this-urlstream-object-does-not-have-a-stream-opened/td-p/2240549
Oct 31, 2009
Oct 31, 2009
Copy link to clipboard
Copied
Hi there,
I am working on sound.
Error: Error #2029: This URLStream object does not have a stream opened.
Error occured during the sound.close()
Anyone Knows kindly reply,
Thanks in advance,
Saransoft
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/animate-discussions/error-error-2029-this-urlstream-object-does-not-have-a-stream-opened/m-p/2240550#M47554
Oct 31, 2009
Oct 31, 2009
Copy link to clipboard
Copied
Probably sound.load(new URLRequest("File")) / sound.play() are not working.
Do you have the sound playing?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Enthusiast
,
LATEST
/t5/animate-discussions/error-error-2029-this-urlstream-object-does-not-have-a-stream-opened/m-p/2240551#M47555
Nov 01, 2009
Nov 01, 2009
Copy link to clipboard
Copied
If you think that this error is 'normal' use this
try
{
sound.close()
}
catch( exc )
{
//Do nothing
}
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

