Following is my javascript  I am not clear when I have to embed flash
for non IE browsers as mentioned on some documentation pages
I should have a line



<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0";
WIDTH="550" HEIGHT="400" id="single1" name="single1">
<PARAM NAME=movie VALUE="player.swf">
<PARAM NAME=allowfullscreen VALUE="true">
<PARAM NAME=allowscriptaccess VALUE="always">
<PARAM NAME=wmod VALUE="transparent">
<PARAM NAME=flashvars VALUE="file=go.flv&streamer=rtmp://mydomain">
<EMBED  quality=high bgcolor="undefined" WIDTH="550" HEIGHT="400"
NAME="single2" ALIGN="" id="single2" allowscriptaccess="always"
allowfullscreen="true"
wmode="transparent" flashvars="file=go.flv&streamer=rtmp://mydomain"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer";>
</EMBED>
</OBJECT>

I am not clear with use of <object> tag for non ie browsers.In above script.
-- 
Tapas
http://mightydreams.blogspot.com
http://wiki.xensource.com/xenwiki/Xen_on_4_app_servers

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to