Page 1 of 1

convert swf file with xml into exe within php apache server

Posted: Fri Apr 16, 2010 11:41 pm
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