We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

damarev on 09/30/08


Tagged


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

l1r
Hirmine


flash object


Published in: HTML 


  1. <object type="application/x-shockwave-flash" data="swf/intro.swf" width="550" height="80">
  2.  
  3. <param name="movie" value="swf/intro.swf" />
  4. <param name="menu" value="false" />
  5. <param name="quality" value="high" />
  6. <param name="bgcolor" value="#B0C7D5" />
  7. <img src="img/alt.jpg" width="550" height="80" alt="" title="" />
  8.  

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: fris on September 30, 2008

why the image src? that wont put a thumb in the embed frame

You need to login to post a comment.