Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

about flash and HTML

Status
Not open for further replies.

rushtosri

Programmer
Feb 25, 2001
80
US
Hello Friends,

I've created an animation using flash5.0. Can anyone tell me how to embed that animation in HTML code so that it appears as though it is a gif file.

Waiting for ur replies,

With Best wishes,
Shri
 
Code:
<EMBED
   SRC=&quot;file.swf&quot;
   WIDTH=600
   HEIGHT=400
   ALIGN=TOP
   NAME=&quot;myFlashMovie&quot;
   QUALITY=&quot;high&quot;
   BASE=&quot;[URL unfurl="true"]http://www.mydomain.com&quot;[/URL]
   TYPE=&quot;application/x-shockwave-flash&quot;
   PLUGINSPAGE=&quot;[URL unfurl="true"]http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot;[/URL]
>

should do it, but you wont have the rightclicking &quot;sav img as&quot; or anything like that :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top