| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
|
hey...
![]() how do i position an externally loaded movie into a certain place in existing movie... example.. currunt movie would be 750 x 550 loading a movie 250 x 180 and would like to place it where top left corner would be at 100 down 325 across.. note: not sure if it makes any dif. with this... but the movie is being loaded to another loaded movie... i use the navigation as main... and load each link seperatly... sincerely,steve GB<>< |
|
|
|
|
|
#2 |
|
Banned by AS.org Staff
Join Date: Mar 2002
Posts: 10,534
|
If you're not loading these movies in an empty holder clip (which you can pre-position on stage), the easiest is to preset the position in the "to be loaded" movie itself, as you could set any other clip property.
Add the following on the first frame of the "to be loaded" movie: this._x = 325; this._y = 100; Regards, ![]() |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
|
hi...
well i tried that... not sure i follow... like this? assigned to button: on (release) { loadMovieNum("movie.swf", 1); this._x = 325; this._y = 100; } thank you for helping sincerely,steve GB<>< |
|
|
|
|
|
#4 |
|
Registered User
|
ahhhh wait... first frame of 'to be loaded' movie....
well can't do that... it's a video clip created in flix... and although importable into flash... it screws up the file after doing any mods... so i have to somehow load into position by the 'button action' calling the movie to be loaded in the main movie any other ideas? sincerely,steve GB<>< |
|
|
|
|
|
#5 |
|
Banned by AS.org Staff
Join Date: Mar 2002
Posts: 10,534
|
_root.createEmptyMovieClip("Holder", 1);
_root.Holder.loadMovie("movie.swf"); _root.Holder._x = 325; _root.Holder._y = 100; Regards, ![]() |
|
|
|
|
|
#6 |
|
Registered User
|
THANK YOU!!!!!
that worked.... these boards are mint i tell ya.... i don't think one flash issue i've asked on here has gone unresolved!!! again.... thank you for taking the time to help! most sincerely,steve GB<>< |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| loading and controlling external swf movies | jsamz | ActionScript 1.0 (and below) | 4 | 07-22-2005 12:45 AM |
| load external swf flie with loading bar | vazbo | ActionScript 1.0 (and below) | 7 | 05-12-2004 03:45 AM |
| Loading external swf into an MC of another swf?? + hidden nav issues | stormydoll | Simple Stuff (Newbies) | 1 | 03-22-2004 07:57 AM |
| Where is my code wrong for loading external swf? | dbeas | ActionScript 1.0 (and below) | 3 | 01-31-2004 11:50 PM |
| Detect when external swf has finished loading | hwormser | ActionScript 1.0 (and below) | 3 | 12-21-2003 01:25 PM |