View Single Post
Old 28.04.2004, 03:30   #6 (permalink)
alphanostrum
Professional Mamber
 
alphanostrum's Avatar
 
Join Date: Apr 2004
Location: Germany Berlin
Posts: 598
alphanostrum will become famous soon enough
Default Re: Flash in Content

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
__________________
mach mit beim day of Om!
alphanostrum is offline