Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Flash (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 13th, 2004, 12:41 AM
Authorized User
 
Join Date: Jun 2004
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to hlchuah77
Default Please help me

I have one problem here.

For example, I have 01.swf, 02.swf, 03.swf.

How to combine those swf files into a single exe projector?



 
Old September 13th, 2004, 12:58 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to qazi_nomi
Default

Dear first you make a new file and load each file in your new fla file on layer1
like


loadMovie ("01.swf", "1");
loadMovie ("02.swf", "2");
loadMovie ("03.swf", "3");
// where 1 , 2 and 3 is targer name on movie clip
(*_*)


Numan
--------------------------------------------------
Love is the most precious thing of this world. So find it and grab it!
 
Old September 16th, 2004, 08:47 AM
Authorized User
 
Join Date: Jun 2004
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to hlchuah77
Default

Thank you very much, qazi. Thank you.

 
Old September 16th, 2004, 09:29 AM
Authorized User
 
Join Date: Jun 2004
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to hlchuah77
Default

I have tried it just now, but still cannot combine those swf files into a single exe projector. For each swf file, I have few buttons to be linked to other swf files. If I convert those swf files into projector for example (words.swf-->words.exe,main.swf-->main.exe), I use the script such as
on (release) {
    loadMovieNum("words.exe", 0);
}

for the words button in my main.fla.
When i try to run the main.exe, and press the button, it cannot be linked to words.exe at all.So what should i do?

 
Old September 17th, 2004, 01:06 AM
Registered User
 
Join Date: Sep 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Devil
Default

hlchuah77 only swf files can load in your project file or it will open in new window if we load exe file in exe file.
:)

 
Old September 18th, 2004, 04:58 AM
Authorized User
 
Join Date: Jun 2004
Posts: 99
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to hlchuah77
Default

I see... thanks very much ya. :)

 
Old September 23rd, 2004, 01:49 AM
Registered User
 
Join Date: Sep 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Devil
Default

hlchuah77
TRY through fscommand.










Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.