ThemeForest

Posts by whisper

78 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
whisper says

Hi again

I tried this below;

this.createEmptyMovieClip(“container”,1); container._x =-140; container._y =-10; container.loadMovie(“tinyEmail.swf”);

this.createEmptyMovieClip(“container2”,1); container2._x =-140; container2._y =-5; container2.loadMovie(“send2Friend.swf”);

and the first swf loads but the second doesn’t , all the files are in the same directory and my main MC consists of one frame. So all the code has to go on the first frame? does that make a difference

78 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
whisper says

I have this code on the first frame :)

this.createEmptyMovieClip(“container”,1); container._x =-140; container._y =-10; container.loadMovie(“tinyEmail.swf”);

this.createEmptyMovieClip(“container2”,1); container._x =-140; container._y =-5; container.loadMovie(“send2Friend.swf”);

nothing is loading now, the first one that was loading is also not loading :( have I placed the code incorrectly?

78 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
whisper says

Oh tyvm for your help :)

I was alittle worried if i created another clip it would wipe out the first one.

Ty Amber

78 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
whisper says

hello.. and thanks for your time :)

I am loading a small swf file into my main, upon loading using the following code;

this.createEmptyMovieClip(“container”,1); container._x =-140; container._y =-10; container.loadMovie(“tinyEmail.swf”);

Everything works just great and the swf loads perfectly :) However i need to load another similar swf at the same time, to appear just below the above mentioned one (the swf file sare very small in dimensions they are; http://activeden.net/item/space-saving-email/11439 http://activeden.net/item/send-this-page-to-a-friend/8333

can anyone suggest some code or a mdifictaion to my existing code to allow me to call both swf files pls?

Ta Amber

78 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
whisper says

I just noticed that the movie now loads but seems to be infront of the main movie? has it got something to do with the getdepth?

78 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
whisper says

YOUR AWESOME …. hugs & kisses

My button works perfectly with your code..yay

78 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
whisper says

oh.. tyvm :) I will give that a try now..

thanks again Amber

78 posts
  • Bought between 100 and 499 items
  • Has been a member for 5-6 years
whisper says

Thanks for reading my post…

I am having problems attaching a movie from a button, I want it to replace itself, the button is part of a MC loaded into a container when the swf loads.

The code i have on the button is:

on (release) { }

_parent.container.seccion.removeMovieClip();
_parent.container.attachMovie("ALL EVENTS", "seccion", 1, {_x: 275, _y: 200});

I am not sure if this is the right code, it is all i could find online tutorials :(

Basically i need the movie to unload itself and be replaced by the new movie identifier = “ALL EVENTS ”

Can anyone suggest why this won’t work, sry for noob question but i am learning slowly :)

Ta Amber

by
by
by
by
by