Copy link to clipboard
Copied
Hi,
Looking for a way if its possible at all to build a desctop app that allows users to brose for a swf file and add text then submit the 'form'.
This will that generate a html file with the user added 'info'.
Can such a thing be done?
Any help is welcome.
Thx
Pavel
Chances are you want to look into creating an AIR application. AIR can be used to create desktop applications that can save files.
Copy link to clipboard
Copied
Chances are you want to look into creating an AIR application. AIR can be used to create desktop applications that can save files.
Copy link to clipboard
Copied
Hey thx for the raply!
Yes I am curretly building an AIR desctop app, but still stuggling to figure a way to get it to communitate with HTLM.
Think I either will use a output .txt doc with variable that an html file can read or an xml file.
Any thoughts?
Cheers.
Pavel
Copy link to clipboard
Copied
An html file is a text file. If you save the text file using an .html file extension for its name, you have saved an html file. So you just need to create the html code that will be in the document and then write it to the file before saving it.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now