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
Copy link to clipboard
Copied
Probably sound.load(new URLRequest("File")) / sound.play() are not working.
Do you have the sound playing?
Copy link to clipboard
Copied
If you think that this error is 'normal' use this
try
{
sound.close()
}
catch( exc )
{
//Do nothing
}
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more