DIV ONCLICK EMBEDDED SWF INSIDE
filed in Uncategorized on Jun.07, 2009
Someone emailed me asking for help how he can create an embedded swf file as a link on it something like:
<a hef=”">swf file here</a>
I just thought to post the solution here:
<div style=”clear:both; position:relative; float:left; top:0; left:0; z-index:1;” onclick=”window.location.href(‘http://site.com’)”> <div style=”position:relative; float:left; top:0; left:0; width:500px; height:120px; z-index:1″> <object width=”500″ height=”120″> <param name=”movie” value=”myfile.swf “> <PARAM NAME=”wmode” VALUE=”transparent”> <embed src=”myfile.swf ” width=”500″ height=”120″ wmode=”transparent”> </embed> </object> </div> </div>
Related posts:
- Microsoft Own Anti-Virus Launched Today For Free
- Michael Jackson This Is It ! – MichealJackson Micheal Jackson
- Nuisance Candidates of Philippines for Presidential Race for 2010 Election
- Jovit Baldivino – Pilipinas Got Talent
- Michael Jackson And The Philippines
Leave a Reply