actionscript/flex : fetching assets from a CDN
Posted
by dta
on Stack Overflow
See other posts from Stack Overflow
or by dta
Published on 2010-03-25T09:38:59Z
Indexed on
2010/03/25
9:43 UTC
Read the original article
Hit count: 176
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?
© Stack Overflow or respective owner