Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > ActionScript 1.0 (and below)

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-02-2002, 02:43 PM   #1
webmantis
Registered User
 
Join Date: Jul 2002
Location: ottawa
Posts: 15
Send a message via ICQ to webmantis
Default loading external swf

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<><
webmantis is offline   Reply With Quote
Old 08-02-2002, 07:34 PM   #2
oldnewbie
Banned by AS.org Staff
 
Join Date: Mar 2002
Posts: 10,534
Default

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,

oldnewbie is offline   Reply With Quote
Old 08-03-2002, 12:56 AM   #3
webmantis
Registered User
 
Join Date: Jul 2002
Location: ottawa
Posts: 15
Send a message via ICQ to webmantis
Default

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<><
webmantis is offline   Reply With Quote
Old 08-03-2002, 01:00 AM   #4
webmantis
Registered User
 
Join Date: Jul 2002
Location: ottawa
Posts: 15
Send a message via ICQ to webmantis
Default

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<><
webmantis is offline   Reply With Quote
Old 08-03-2002, 07:33 AM   #5
oldnewbie
Banned by AS.org Staff
 
Join Date: Mar 2002
Posts: 10,534
Default

_root.createEmptyMovieClip("Holder", 1);
_root.Holder.loadMovie("movie.swf");
_root.Holder._x = 325;
_root.Holder._y = 100;

Regards,

oldnewbie is offline   Reply With Quote
Old 08-03-2002, 02:49 PM   #6
webmantis
Registered User
 
Join Date: Jul 2002
Location: ottawa
Posts: 15
Send a message via ICQ to webmantis
Default

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<><
webmantis is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 03:33 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.