inovve

How to add a link to a flash swf file without .fla file

Jun 3rd, 2013
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <object type="application/x-shockwave-flash" width="100%" height="100%" onmouseup="document.location='http://www.mylink.com'">
  2. <param name="wmode" value="transparent" />
  3. <param name="movie" value="http://www.mylink.com/flashmovie.swf" />
  4. </object>
Advertisement
Add Comment
Please, Sign In to add comment