reload/ reset embedded swf on click
I have various flash movies in tags on my page. Is there any way on click of a button (html) I can restart/ reload the embedded flash movie? Im using: <object data="flash/cvdb_video_cvdb_access.swf" type="application/x-shockwave-flash" id="flash_99674493" width="680" height="316"> <param name="movie" value="flash/cvdb_video_cvdb_access.swf"> <param name="wmode" value="opaque"> </object> Thanks! You can use jQuery to take all the HTML from the previous <object.. element, and just inject the html back into it, as there is no way to "reload" an individual element. you reload locations, and the