Jump to content

remove an object


chronister

Recommended Posts

I am creating an audio object like this...

 

 

  audio = new Audio();

    audio.setAttribute("src", '/lib/audio/'+audio_source+'.mp3');

    audio.setAttribute("src", '/lib/audio/'+audio_source+'.ogg');

 

This works fine, so how would I delete this object (stop playing the audio). I need to either completely stop the audio and destroy this object, or to stop audio and create a new audio object depending on what a user clicks.

 

Any help would be appreciated.

 

nate

Link to comment
https://forums.phpfreaks.com/topic/220904-remove-an-object/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.