Derleek Posted July 29, 2008 Share Posted July 29, 2008 I have a flash video embeded over the content of a website, i need it to disappear once it is done running. Is there a way to do that? Link to comment https://forums.phpfreaks.com/topic/117251-how-do-i-dynamically-remove-an-html-element/ Share on other sites More sharing options...
ToonMariner Posted July 30, 2008 Share Posted July 30, 2008 yes - you'd have to call a javascript function form flash. that function should then find the object tag by its id and then remove it from its parent element. Link to comment https://forums.phpfreaks.com/topic/117251-how-do-i-dynamically-remove-an-html-element/#findComment-603223 Share on other sites More sharing options...
The Little Guy Posted July 30, 2008 Share Posted July 30, 2008 you could remove it, or hide it. Hiding it might be easier, but if it isn't what you want don't do it. Link to comment https://forums.phpfreaks.com/topic/117251-how-do-i-dynamically-remove-an-html-element/#findComment-603225 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.