All relative paths in any swfs loaded in your application will use the HTML
page as
their base path, not their own personal location. Like you already
mentioned, you can
change this base path by using the "base" param while embedding.

You just need to make all external assets loading to
always be relative to the HTML page or the specified base path.

Hope this helps


On 7/28/07, Kannan Bharadwaj <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a flash movieclip container that I use to load all my swf files. I
> use SWFObject to load this flash container inside the html file and I pass
> my swf filename as a variable.
>
> This works fine as long as my swf files do not contain objects that need
> to
> be loaded at runtime. When I have such objects, they do not seem to get
> loaded.
>
> If I load my swf file directly using SWFObject and specify "base" param to
> indicate the path to the runtime files, it works fine. The problem happens
> only when I load my swf file through a container.
>
> Any help would be really appreciated.
>
> Thanks
> Kannan
>
>
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to