| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jan 2002
Posts: 10
|
Is it possible to load another projector file from a projector file?
|
|
|
|
|
|
#2 |
|
Addict
Join Date: Nov 2001
Location: London
Posts: 2,128
|
u could load in an external swf at the end of your first projector file using 'loadMovie' and put the new swf on a different level.
sounds like it would work to me (you wouldn't have 2 projector files but 1 projecter and 1 swf but i think it would look the same?). BLEEDA |
|
|
|
|
|
|
|
|
#3 |
|
done
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
|
this assumes both projector files are in the same directory
Code:
//coded on button of one projector file
on(release){
fscommand("exec","myotherprojectorfile.exe");
}
__________________
tg --- what the hell was i thinking? |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Jan 2002
Posts: 10
|
Thanks tg!
That' s what I need because I need to create a few projector files and they need to interact with one another. |
|
|
|
|
|
#5 |
|
done
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
|
welcome to actionscripts[org]
__________________
tg --- what the hell was i thinking? |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Developing a flash site, Part1: Some thoughts | Bloom22 | Other Flash General Questions | 6 | 09-29-2006 03:10 AM |
| [Q] Do we need those forums??? | CyanBlue | General Chat | 59 | 07-27-2004 12:13 PM |
| Macromedia Central | CyanBlue | ActionScript 1.0 (and below) | 13 | 08-01-2003 10:05 PM |
| Help regarding Flash , PHP , MySQL but Flash as a Projector File and No Browser Needs | mahendrakalkura | Server-Side Scripting | 1 | 04-13-2002 03:32 PM |