Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert to exe

Status
Not open for further replies.

kishorkar

Programmer
Aug 12, 2003
26
IN
Hi All,

How to convert a swf file to an exe file at runtime using a flash application. Suggestions are welcomed.

Regards,
Kishore
 
You can convert a .swf into a projector file (.exe) by double-clicking the .swf to run it, and select Create Projector, under the File Menu.
Or in the Flash application's Publish Settings (under File)you can create both a Windows or Mac projectors by checking the appropriate boxes.
 
hi all,

Thanks for the response guys. What i need is? i want to develop an application in flash which converts more than one SWF into an exe file.

Lets say, im going to create layouts, icons and BG's in flash and store it in a repository. All the objects stored are in SWF files. My application developed in flash should select the different layouts/icons/BG's and combine it to a exe format. Hope i explained it to you guys clearly.

Thanks again for the response.

Regards,
Kishore
 
I understand that you don't want to compile all your movies into one single exe - in that case you can use and abuse loadMovie() for the things you want to do, it should work just fine. And if you want to build something more complex, I suggest you to build your movie(s) in Flash, as desired, and use Macromedia Director for the compilance of your final application - this should satisfy you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top