hi. i embed a swf file to my index.thtml used in the main page. the
code is below

                  <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0";
width="240" height="180">

                    <param name="allowScriptAccess" value="sameDomain"
/>

                    <param name="movie" value="settlement_player.swf">

                    <param name="quality" value="high">

                    <param name="bgcolor" value="#000000" />

                    <embed src="/settlement_player.swf" quality="high"
bgcolor="#000000" width="250" height="227" name="settlement_player"
align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"; />

                  </object>


the problem is, in mywebpage.com/, the swf is working. but when i visit
the mywebpage.com/front/index, which is the same file in mywebpage.com,
it doesnt work anymore. I tried to use absolute path in the src param
of embed but that does not work either. I wonder what is the problem
here.

btw, in my config/routes.php, i have the ffg:
$Route->connect('/', array('controller' => 'front'));

Please help.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to