convert swf file with xml into exe within php apache server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
neodare
Forum Newbie
Posts: 4
Joined: Fri Apr 16, 2010 2:09 am

convert swf file with xml into exe within php apache server

Post by neodare »

I have a requirement

the site allows the user to enters some data into the site . these datas are stored into the server and we generate an XML file with these and this XML is called by an swf file which display the data in tabbed menu's ...an user is allowed to download this as write into a DVD or CD..


so the downloaded file are
swf
XML
autorun.inf

but to make the script secure we want to create an exe file from the swf and xml file within the server
and the user is allowed to download this exe file with an autorun.inf file...

so the user will find only these two files in the downloaded files..


so is there any Apache module or php code to convert(compile) swf with XML to exe ?

thanks in advance
Post Reply