Hi well I did the grid effect and it worked fine but the problem is I want the grid(swf file) to load in the main movie I am doing. The problem is when I test it only a white box shows up. It doesn’t show the grid.
here it what I put in the key frame in the timeline
loadMovie(“grid 1.swf”, “container”);
it just doesn’t show. Is there something wrong I did. Can somebody give me a helping hand please.
I think i didn’t explain my self right, sorry about that. The grid effect works fine and when I test that file it works. I want the grid swf.file to load into a different file. now when I test that movie everything else show accept the grid swf. file.
Yeah I know, that’s because I accidentally used absolute addressing in a piece of the code. I’ve posted the code that uses relative addressing, so try it and it should work
Voets hey I got confused. That is the code to make the grid effect and that works fine. Let me see how to explain this I am not explaining it right and thats my bad, so here I go.
2 swf files. Main & Grid effect. ok I published the grid effect and I got the grid.swf file. In the main movie I placed a empty MC. where I want the grid effect to load. when the time line gets to that place, lets say in frame 3 I want it to play the swf.file. In that keyframe, on the timeline I put this action to it
loadMovie(“grid.swf”, “container”);
ok now when I save and test the movie where the grid is suppose to load only a white box appears. That is what I need help with why is that happeing instead of playing the grid.swf like is suppose to.
here you go but dont get mad. its just that i am new to this thats all. this is the main movie called it crap because that is were everything I learn I do.
I took a look at your files, but I didn’t find a movieclip to load the grid.swf in. You’re using loadMovie(“grid.swf”,“container”);, but there is no movieclip called container. So I created one, loaded grid.swf into it and it works fine now
ei Voetsjoeba …what if i would like the effect to do like in this site …where one row simultaneously appear from right to left, and not like one by one…
and it even shows a random pic everytime u visit…how’d they do that…