preloader stops
preloader stops
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- caseyc0
It might be a domain issue, since you mentioned the client messing with subdomains.
Flash player security settings wont let you access variables or call functions on a swf from a different domain unless you explicitely allow it.
So... if your scenario is something like:
loads:
files.site.com/sub.swf
and then main.swf preloads and tries to call a function on sub.swf to continue, it probably wont work.