[COLOR=#000000][FONT=Times New Roman][LEFT][COLOR=#333333][FONT=arial]Hello,
I have been trying all day to complete this, what seemed like a simple project, with only some success. I am designing a flash webpage with my new Flash CS5 and want to set up SEO. From what I read I felt it would be best to create separate html pages for each label (I used labels for each page in the movie). I wanted to pass a variable into flash such that if index.html was opened the variable would be home and the movie would jump to the home label, same with contact us etc…
I have been using chrome primarily when working with the page and have everything working perfectly http://www.acqua-flow.com/contact_us.html
with both chrome and IE. Firefox however displays only some of the layers. All that is required for the site to display correctly in firefox is to remove the variable
<PARAM NAME=FlashVars VALUE=“page=contact_us” />
When this is gone the page loads fine in all browsers, minus the functionality I desire. I have tried swfobject, embed, tons of iterations. the result is that at least one of the three browsers chokes on it.
If it helps, here is the object portion of the page
<P ALIGN=center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="850" height="950" id="acqua-flow" align="center" style="position:relative;z-index:1;margin: 5px;">
<param name="movie" value="acqua-flow.swf" />
<PARAM NAME=FlashVars VALUE="page=contact_us" />
<param name="quality" value="best" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="false" />
<param name="wmode" value="transparent" />
<param name="scale" value="noborder" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="acqua-flow.swf" width="850" height="950">
<param name="movie" value="noble_construction.swf" />
<PARAM NAME=FlashVars VALUE="page=contact_us" />
<param name="quality" value="best" />
<param name="bgcolor" value="#ffffff" />
<param name="play" value="true" />
<param name="loop" value="false" />
<param name="wmode" value="transparent" />
<param name="scale" value="noborder" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<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></p>
</body>
</html>
P.S. For anyone trying to pass variables into CS5 it took me about 4 hours to find this one tip that allowed the ability. go to file -> publish settings -> Flash -> Library Path -> change linkage to merged into code.
Any help would be very very much appreciated! :cubs:
[/FONT][/COLOR][/LEFT]
[/FONT][/COLOR]