This content has been marked as final.
Show 5 replies
-
1. Re: preloading external SWFs
kglad Mar 9, 2009 9:48 AM (in response to SlickRik)preload them and then load them again when needed. -
2. Re: preloading external SWFs
SlickRik Mar 9, 2009 10:15 AM (in response to kglad)thanks for you reply Kglad,
if i use the Loader class to load them in.
Then reload them again at a later stage using Loader again, will they already be cached so hence no time lag or would i have to wait for the whole file to be loaded into memory again... -
3. Re: preloading external SWFs
kglad Mar 9, 2009 10:59 AM (in response to SlickRik)correct. as long as a file's been completely loaded, it will be retrieved from cache and not re-downloaded. -
4. Re: preloading external SWFs
SlickRik Mar 9, 2009 2:59 PM (in response to SlickRik)ah, i didn't realise that.
thankyou for that, quick easy solutions always welcome.
regards, Rich -


