I just copied and pasted the Generator code, then added my FlashVar by
hand (realizing later that I could have done this in the generator,
too).
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="750" height="450" id="sf_neighborhoods" align="middle">
<param name="movie" value="sf_neighborhoods_v2_3.swf?d_region=
$d_region" />
<param name="play" value="true" />
<param name="menu" value="true" />
<param name="quality" value="high" />
<param name="scale" value="showall" />
<param name="wmode" value="opaque" />
<param name="bgcolor" value="#add2ed" />
<param name="devicefont" value="false" />
<param name="allowfullscreen" value="false" />
<param name="allowscriptaccess" value="sameDomain" />
<param name="FlashVars" value="d_region=$d_region" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
data="sf_neighborhoods_v2_3.swf" width="750" height="450"
align="middle">
<param name="play" value="true" />
<param name="menu" value="true" />
<param name="quality" value="high" />
<param name="scale" value="showall" />
<param name="wmode" value="opaque" />
<param name="bgcolor" value="#add2ed" />
<param name="devicefont" value="false" />
<param name="allowfullscreen" value="false" />
<param name="allowscriptaccess" value="sameDomain" />
<param name="FlashVars" value="d_region=$d_region" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflashplayer">
<img
src="http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
And here is the HEAD code:
<script type="text/javascript" src="./includes/swfobject.js"></
script>
<script type="text/javascript">
swfobject.registerObject("sf_neighborhoods", "9.0.0",
"./includes/
expressInstall.swf");
</script>
Thanks for the quick replies and any ideas. I think I did what Kyle
suggested -- just repeat inside each OBJECT, right?
--Tim
On Mar 16, 3:00 pm, Sam Sherlock <[email protected]> wrote:
> This works fine when I use it. Is it possible for you to post the code
> gernated code?
> - S
>
> 2009/3/16 senortim <[email protected]>
>
> > essfully used a workaround I found on the net where one repeats
> > them in the movie param -- e.g.,
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---