This is a discussion on "loadMovieNum("movie.swf",1);" within the Flash & Multimedia Forum section. This forum, and the thread "loadMovieNum("movie.swf",1); are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
loadMovieNum("movie.swf",1);
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
loadMovieNum("movie.swf",1);
How do I load a .swf movie in an existing .fla and place it defining _x and _y positions accurately? Can anyone please help me? I am very new to forums and very new to flash actionscript2.0. THANKS! Hope its not too confusing.
|
|
|
|
|||
|
Re: loadMovieNum("movie.swf",1);
It's pretty easy, you can actually make an empy movie clip that will load in a .swf on release of a button.
Check this out: Press f8 to create an empty movie clip. Don't put anything in it. Give it an instance name of shell. On a button(whever it is) add this code.
Cheers, Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: loadMovieNum("movie.swf",1);
Sgaspar11 Hi! and thanks a ton! I'll try it and let you know whether I actually could implement it! Thanks for responding so fast! Really appreciate it. Whats the
"/dog"stuff???please. Thanks Scott...Very much! Last edited by al2000123; Jul 17th, 2007 at 18:18. |
|
|||
|
Re: loadMovieNum("movie.swf",1);
Hi Sgaspar11! Sorry - I really must be doing something wrong. I can load a .swf in a .swf movie on the click of a button but my problem is this:
my movie document size is 800 X 600 and I want to load another .swf in it whose size is 600 X 400 at precise _x and _y position is there any way I could do it? Thanks. Sorry for pestering you! |
|
|||
|
Re: loadMovieNum("movie.swf",1);
Add something like this on the button:
_root.shell._x = 300; //position wherever needed. _root.shell._y = 300; Keep in mind, if you presentation is 800x600 - 0, 0 is the top left corner.
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
![]() |
| Tags |
| flash8, loadmovie |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a "tag" system to find relevant "related" pages | MrQuestions | PHP Forum | 3 | Mar 20th, 2008 23:06 |
| [SOLVED] Show "Image" Depends On User "Status"? | Monie | Classic ASP | 6 | Oct 16th, 2007 01:22 |
| ? IS "meta name="robots" content="?" necessary in pages ? | Love2Java | Starting Out | 6 | Aug 8th, 2007 13:48 |
| window.opener.document["nameForm"].getElementById("someid").value; doesnt work | drpompeii | JavaScript Forum | 0 | Feb 17th, 2007 23:09 |
| <option value="yes" class="x"> problem in Firefox | mameha1977 | Web Page Design | 1 | Jun 21st, 2006 11:20 |