views:

19

answers:

1

I have a peculiar problem.
My main.swf loads symbols from other swfs
at runtime. If I keep all the swfs(main and others) on my server, things work fine.

But if I keep all of them on a CDN, one particular symbol
won't display occassionally.

With flash tracer plugin for firefox I am able to
see that all the symbols have been loaded and
their z-indices are as they should be.

What could possibly be an issue?

A: 

Is it possible that you need to setup a cross-domain file?

Jason W
That part is taken care of, since the other assets are being loaded correctly.
dta