View Single Post
Old 28.04.2004, 06:51   #7 (permalink)
BennieBlanco
Expert Mamber
 
BennieBlanco's Avatar
 
Join Date: Apr 2004
Posts: 464
BennieBlanco is on a distinguished road
Default Re: Flash in Content

Quote:
Originally Posted by alphanostrum
however this works with the normal html code into the editor see here
with such code includet:
Code:
<object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0" width="280" height="130">
 <param name="movie" VALUE="yourfile.swf">
 <param name="quality" value="high">
 <param name="scale" value="exactfit">
 <param name="menu" value="true">
 <param name="bgcolor" value="#ffffff">
 <embed src="yourfile.swf" quality="high" scale="exactfit" menu="false"
        bgcolor="#ffffff" width="280" height="130" swLiveConnect="false"
        type="application/x-shockwave-flash" pluginspage
        ="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>
greeting
alpha
this is the actual movie code right?
hmmm smart
exactly that works
__________________
www.bluehost.com
BennieBlanco is offline