Hi I’ve just completed a wicked load movie into target (Flash MX) From this site.
I have a main movie which has about 14 buttons which have the load movie into container script on each.
Each button then pulls in a seperate swf file (This swf file also has a preloader in it) into the container onpress.
Everything working fine offline but as soon as uploaded encountering problems.
The seperate file pulled into the container do not work first time takes a second click to work fully.
This has really been wrecking me.
Anyone with any ideas
Thanxs in advance
system
August 28, 2003, 2:45pm
2
try using Onrelease instead on on press
It might help
system
August 28, 2003, 2:49pm
4
Check your case sensitivity on your file names. On your local machine, if one letter is upper case while in Flash it’s lower case it will work - as soon as you try it on Unix - it will not recognize it.
First time I did that, I smoked three packs of cigarettes and ripped out half my hair before I realized that that was the prob. I hope that’s it for you.
system
August 28, 2003, 2:52pm
5
Thanks FreddyThunder already gone through that one…
This sure is using up some smokes…
system
August 28, 2003, 2:53pm
6
Take a look and see if it sheds any light on the subject…
User - * Pass - *
system
August 28, 2003, 2:57pm
7
ps its the vertical menu thats the prob not the top menu…
Code used on each button is.
buttonnameher.onRelease = function () {
_root.createEmptyMovieClip(“container”, 1) ;
loadMovie(“filenamehere.swf”, “container”) ;
container._x = 173 ;
container._y = 0 ;
}
system
August 28, 2003, 3:58pm
9
username - shallroc
password - nokia
should work
system
August 28, 2003, 4:38pm
10
You’re talking about Howies, Squaremountain, … right ? The movies load fine after one click for me
system
August 28, 2003, 4:41pm
11
Works fine for me too. Sometimes it takes a little time for the net to finish requests if the bandwidth in your area is being swamped. Could be that…good luck
system
August 28, 2003, 4:45pm
12
****, here we go it’s a mac thing…
What a *******
This has been wrecking me…
Thanks for that Voetsjoeba
Need to find a work around now… ^-^
system
August 28, 2003, 4:46pm
13
can anyone test this on a mac for me as well.
Be much appreciated…
^_*
system
August 28, 2003, 5:50pm
15
From what everyone is saying it seems thet the movies which I am trying to load ( which have a preloader already in them)
Doesn’t work properly.
It works fine for itself but when it is pulled into my main movie does not calculate properly and only loads some of the movie…
Have to have alook around for this one.
system
August 28, 2003, 11:28pm
16
???
I thought we all said it works?
system
August 29, 2003, 8:45am
18
I can’t - out of my department.
system
August 29, 2003, 9:26am
19
Thanks freddy got it all sorted this morning, tested it on a 2 machines last night and it was still not working as it should have… still 2 clicks.
But the forum got me thinking on the right track.
It was to do with the preloader I was using in the external swf files…
Started a new forum on loading external assets into mc…
Got a wicked proper preloader for external assets… lostinbeta
Thank lostinbeta
Thanks to everyone…Good job