Jump to content

Shontar

Members
  • Posts

    2
  • Joined

  • Last visited

Shontar's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. If I am not mistaken, you would have to have an emptyMovieClip placed on the stage with specific x, y values (i.e. mov._x = 10 mov._y = 10). This will place your emptyMovieClip on the stage and allow you to load your external swf into it.Try this:// This will load a swf into the emptyMovieClip mov_mc// Don't forget to adjust the x,y property values of mov_mc to your location of choice_root.yourButton_btn.onRelease = function() { loadMovie("your.swf", "mov_mc");};
  2. Shontar

    Flash Website

    I have been assigned the task of building an all flash website and need direction on how to setup the basics. I have an understanding of how flash functions, but have never used it to develop an entire site. Usually I used it to add to basic html sites. I will be using multiple .swf's to decrease loading time which will be loaded into levels according to the end users decisions. If anyone could direct me to a good book, tutorial or mentor, I would be very appreciative.Thank you,Shontar
×
×
  • Create New...