Fugy Posted May 14, 2007 Share Posted May 14, 2007 Hi.. i'm trying to add a link to my embed flash to redirect it to another page but there is a small rectangle box appearing below the flash.. how is it possible to remove the box and make the flash clickable? My codes: <a href="index.php"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwa...ersion=6,0,40,0" border="0" width="229" height="98" hspace="0"> <param name="movie" value="images/kiss.swf" /> <param name="quality" value="high" /> <embed src="images/kiss.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="229" height="98" quality="High"></object> Link to comment Share on other sites More sharing options...
Contentking Posted May 21, 2007 Share Posted May 21, 2007 Hi.. i'm trying to add a link to my embed flash to redirect it to another page but there is a small rectangle box appearing below the flash.. how is it possible to remove the box and make the flash clickable? My codes: <a href="index.php"> <object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwa...ersion=6,0,40,0" border="0" width="229" height="98" hspace="0"> <param name="movie" value="images/kiss.swf" /> <param name="quality" value="high" /> <embed src="images/kiss.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="229" height="98" quality="High"></object> Hi, You need to use the ACtive X Workaround provided by Microsoft which writes the embed tags and other attributes from an external Javascript file. I think teh problem you have is that you have to click on the flash before you can click any buttons in the movie? If so, go to this URL and read up on the various options available: http://www.adobe.com/devnet/activecontent/ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.