chronister Posted December 7, 2010 Share Posted December 7, 2010 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 More sharing options...
trq Posted December 7, 2010 Share Posted December 7, 2010 delete audio Link to comment https://forums.phpfreaks.com/topic/220904-remove-an-object/#findComment-1143913 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.