Bezirker
02-19-2003, 03:56 PM
I am loading external swf into an empty mc on root. I have a preloader which sits in the starting frames of the external swf. Everything works fine except.. since the preloader exists in the external swf the user has to wait until the request for the file is complete and than the preloader starts. This means that if a connection is slow or the request has to wait a bit the preloader does not appear instantly and so the user is faced with a blank screen.
My question is whether the location of the preloader is correct (it is placed on the beginning frames of the external swf), or whether I should place it internally (and how) to make it preload external swf. Is onClipEvent (data) necessary or helpful in this situation?
I simply do not want the user be faced with a blank screen until the swf starts to load.
My question is whether the location of the preloader is correct (it is placed on the beginning frames of the external swf), or whether I should place it internally (and how) to make it preload external swf. Is onClipEvent (data) necessary or helpful in this situation?
I simply do not want the user be faced with a blank screen until the swf starts to load.