I'm using Javascript to embed a flash file into a website which I then need to remove once it's completed playing.
Is there a way to do this in plain Javascript? Or will it require a callback type function to be added into the Flash file itself?
How do I code this? ._.
Javascript:
jQuery('body').append('<embed id="flashIntro" width="100%" height="100%" type="application/x-shockwave-flash" src="' + flashIntro + '" pluginspage="http://www.adobe.com/go/getflashplayer" /\>');