Internal preloaders

I am using an empty movie as a holder clip to load swf’s into, my question is this…

with the preloader for the swf that is going to be loaded into the empty movie clip, what should you use to reference the clip for loading.

_this. or _parent. but not root.

its a standard preloader that checks for bytes loaded against bytes total, but when i try to test it via streaming the preloader doesn’t work.

the root preloader works fine but all the internal swf preloaders dont.

thanx 4 any help.

swift.:egg:

You can only test streaming on the main swf, not externally loaded ones.

this should work fine for code on the main timeline. _parent if the code is on or in a movieclip.

nice one, i was wondering if the streaming test worked on external swf’s.

thanx 4 help.

swift.:rd: