Hey everyone!
I have a big problem! Ic created a startingpage with cu3er - ist ist great sofar it worked on the demoplatform, BUT
our CMS (FIONA) does not allow files in thr root of our group! So ist there a way to use a different path of the XML-file?
actually i worked already alot around. and i may only use the ojecttab and no javascript. So I used the following Tag:
<object height="150" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="600" id="myFlashContent2">
<param name="movie" value="_files/cu3er.swf" />
<param name="FlashVars" value="xml=_files/config.xml&font=_files/font.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="_files/cu3er.swf" width="600" height="150">
<param name="movie" value="_files/cu3er.swf" />
<param name="FlashVars" value="xml=_files/config.xml&font=_files/font.swf" /><!--<![endif]-->
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
<!--[if !IE]>-->
</object> <!--<![endif]-->
</object>
but it does not work -yet :(
