Using Firebug I can see the problem. Your /props/ page can't see the
"viewer_small.swf" file, because it's a relative path. Make sure it's
an absolute path (/viewer_small.swf) and this should fix your
problems. The reason why this happens is because Flash loads assets
(swfs, images, etc) relative to the page it's embedded in, not
relative to the embedded swf.

Cheers,
Adam

On Feb 22, 9:04 am, koala kid <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have multiple pages on a site I am developing that use a Flash
> gallery viewer application. The movie receives a parameter via
> FlashVars with the path to the specific gallery xml file listing all
> the images to load. However as soon as I navigate away from the home
> page the xml file fails to load. I am new to cake and have no idea
> what is causing the problem.
>
> You can compare these two pages which both use the same path, same xml
> file:http://www.globehomesandcondos.com/http://www.globehomesandcondos.com/props/
>
> Any help would be greatly appreciated.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to