[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ3 re-writing Flash HTML !
- Subject: Re: [cobalt-users] RaQ3 re-writing Flash HTML !
- From: "Gregory Ogorek" <greg@xxxxxxxxxxxxxx>
- Date: Tue Apr 24 18:13:24 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
It seems that you don't have the ">" characters after each of your param
lines and <object and <embed.
you have to close these tags with a ">" character.
GregO
--You wrote--
It seems to me that our Cobalt RaQ3 Apache server is playing some
games on us.
<OBJECT ---- becomes ----> <!--ECT
</OBJECT> ---- becomes ----> </OBJE-->
</EMBED> ---- becomes ----> </EMBED
Also other ">" signs get erased.
While I continue the research being forced to learn rewriting rules of
Apache,
any ideas are welcome.
BTW, this flash problem has nothing to do with Flash mime types in srm.conf,
httpd.conf, mime.types files. Those are tried to no avail.
Here are full HTML code snippets:
1. The Original HTML
-------------------------------
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0
,0"
ID=Hitit-04 WIDTH=100% HEIGHT=100%
<PARAM NAME=movie VALUE="hitit-04.swf"
<PARAM NAME=loop VALUE=false
<PARAM NAME=menu VALUE=false
<PARAM NAME=quality VALUE=high
<PARAM NAME=bgcolor VALUE=#FFFFFF
<EMBED src="hitit-04.swf" loop=false menu=false quality=high
bgcolor=#FFFFFF WIDTH=100% HEIGHT=100%
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"
</EMBED>
</OBJECT>
2. Cobalt Served HTML
----------------------------------
<!--ECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0
,0"
ID=Hitit-04 WIDTH=100% HEIGHT=100%
<PARAM NAME=movie VALUE="hitit-04.swf"
<PARAM NAME=loop VALUE=false
<PARAM NAME=menu VALUE=false
<PARAM NAME=quality VALUE=high
<PARAM NAME=bgcolor VALUE=#FFFFFF
<EMBED src="hitit-04.swf" loop=false menu=false quality=high
bgcolor=#FFFFFF WIDTH=100% HEIGHT=100%
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"
</EMBED
</OBJE-->
Kind Regards,
Metin Ozsavran,
TurkNet Iletisim Ltd. Sti.
Tel: +90-216-330-8560
Fax: +90-216-330-8563
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users