Skip to content

Instantly share code, notes, and snippets.

@Baztoune
Created September 25, 2011 18:14
Show Gist options
  • Save Baztoune/1240917 to your computer and use it in GitHub Desktop.
Save Baztoune/1240917 to your computer and use it in GitHub Desktop.
Embed flash in HTML
if(exit_url !=null){
getURL(exit_url , "_blank");
} else {
getURL("http://www.mysite.com/default", "_blank");
}
<div id="flashBanner">
<a href="http://www.mysite.com/">
<object type="application/x-shockwave-flash" id="banner"
data="include/banner.swf?exit_url=http%3A%2F%2Fwww.mysite.com%2F" width="400" height="51" title="banner">
<param name="movie" value="pages/domiserve.swf?exit_url=http%3A%2F%2Fwww.mysite.com%2F" >
<param name="wmode" value="transparent" >
<param name="quality" value="high" >
My Site alernate link
</object>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment