| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
Hi everyone, Been having trouble implimenting a preloader into my Flash site interface http://nautilus.shore.net/~tcooney/index.html. The GUI files all sit it frame one in movie mode. I carefully went step-by-step through MM ol help http://www.macromedia.com/support/fl...ream_optimize/ with no luck. I covered the simple stuff, like 'using a movie symbol' for my preload sequence and puting it on a different layer and whatnot. I did exactly everything the MM help file said, to a T.
Any ideas? Could I be putting the preloader in the wrong mode (I tried both "edit symbols" and "edit movie" (If you get "The page cannot be displayed", please try later, I'm still tryin to make it work) --> PeAcE |
|
|
|
|
|
#2 |
|
Registered User
|
it'll be a few minutes on a modem, it's 1.11 MB,
(as soon as I get the preloader working I want to further compress some elements) |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
|
Easy way:
You can loop your preloader between 2 frames: For example you have a last Scene (Scene 2) and last frame on Scene 2 is 100 -------------------------------------------- frame1 -------------------------------------------- ifFrameLoaded ("Scene 2", 100) { gotoAndPlay (3); } -------------------------------------------- frame2 -------------------------------------------- gotoAndPlay (1); -------------------------------------------- frame3 -------------------------------------------- it is a first frame of your real movie P.S You can put some loading MC on first 2 frames ----------------------------------------------- easy way 2: http://www.actionscripts.org/tutoria...rs/index.shtml |
|
|
|
|
|
#4 |
|
Registered User
|
So does this mean I need the preloader in the first scene and my intended content in scene 2? Right now I just have everything in scene 1.
As soon as I re-install Flash I'll try that action, Thanks. (It won't open my files now for some reason). |
|
|
|
|
|
#5 |
|
Registered User
|
It does't matter
You may have everything on one scene or on 10 scenes |
|
|
|
|
|
#6 |
|
Registered User
|
NYCE. thanks!
(now if I get get some MM tech help on why my Flash 5 suddenly won't open, even after registry wipe-out & re-install....) |
|
|
|
|
|
#7 |
|
Registered User
|
I've tried over a half dosen examples of preoladers. I can't get any to work!
I dont know, maybe my problem is that I've got a GUI, not a movie, all the help site files I've found only deal with movies. I've only got one frame in movie mode, only one scene, (I forget how to do multiple scenes NEways). 'Thing is, my four GUI layers are one of my tweens. I think I've got a unique project here. Can someone just be my hero and push me a flash file that I can import into my file so I see how it works and publishes? Just for reference, these didn't work for me in my file: http://www.actionscripts.org/tutoria...s/index.shtml# http://www.macromedia.com/support/fl...ream_optimize/ (under "Optimizing movies by preloading frames") (then: "If you're using Flash 5, see Flash Tech Note 12588") |
|
|
|
|
|
#8 |
|
Registered User
|
http://nautilus.shore.net/~tcooney/s...gui_flash.html
Launch page: Non-Flash vesions have a similar appearance http://nautilus.shore.net/~tcooney/index.html |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| trouble with preloader | smoke10010 | ActionScript 2.0 | 2 | 11-23-2004 08:11 AM |
| preloader if statement button visible trouble | CoinOperatedBoy | Simple Stuff (Newbies) | 2 | 11-12-2004 04:21 PM |
| Trouble with making preloader | Sue Haseltine | Simple Stuff (Newbies) | 1 | 08-11-2004 01:35 PM |
| A ComboBox, a Preloader, and trouble :-/ | Rossman | Components | 1 | 05-23-2004 07:53 PM |
| trouble with preloader | mol | ActionScript 1.0 (and below) | 9 | 06-27-2003 01:42 AM |