PDA

View Full Version : single frame preloaders???



jbrewer
May 6th, 2003, 12:40 PM
has anyone come up with a single frame preloader that can be used anywhere, especially with loadMovie? there's got to be a better way than the old 3 frame method...

Jubba
May 6th, 2003, 12:41 PM
yeah, you could either do it with a movieclip using the onClipEvent(enterFrame){} method or if you are using Flash MX you could use _root.onEnterFrame = function()

jbrewer
May 6th, 2003, 01:39 PM
_root... duh.... thanks!