Greetings folks,
i am experiencing this strange problem when i want to preload 1 swf[content] into another swf[holder] on certain server. Content swf is nothing else but simple animation, no special functions used, just objects moving.
How i programmed it:
first using MovieClipLoader.loadClip inside holder, to preload content into it, sending holder.mcHolder data to preloader mc, which counted getBytesTotal and getBytesLoaded and displayed division result as percentage every setInterval clock.
then posted it on server, embedding holder.swf into HTML; it worked just fine. Preloader preloaded content, content started playing.
However, i sent this file to a friend, he posted it on server, and on that particular server, holder.swf DOESN’t even load [?], nothing but white swf frame is displayed.
So i changed setInterval for onEnterFrame, loadClip for loadMovie, and made it flashplayer6 compatible. Still, it didnt work.
Anybody heard of such problems with 2 swf’s having problem to preload one another on one server and fail to do so on another?
Thanks a bunch