Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: Passing <PARAM> or equiv to a flash movie in netscape
From: Gareth Vaughan
Date: Wed, 16 Feb 2000 16:11:47 GMT

Hi all,

I've managed to pass some variables to a flash movie using the param tags
which works great with in my OBJECT (so it works in IE)bit of markup but
when I try something similar with the EMBED (so it will work in netscape)
markup it doesn't work.

Any ideas? the code follows

gareth

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#3,0,0,0" width="800" height="550" align="absmiddle">
<param name="SRC" value="Flash%movie.swf">
<param name="BGCOLOR" value="#FFFFFF">
<param name="movie" value="flash
movie.swf?<%response.write("&Question="+ Server.URLEncode(strQuestion))%>">
<param name="LOOP" value="false">
<param name="QUALITY" value="high">
<embed width="800" height="550" align="absmiddle"
src="Flash%20movie.swf" bgcolor="#FFFFFF" movie="flash
movie.swf?<%response.write("&Question="+
Server.URLEncode(strQuestion))%>"></embed>
pluginspage="http://www.macromedia.com/shockwave/download/">
</object></td>

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]