Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Use AS£ to create a new html file?

Explorer ,
May 14, 2013 May 14, 2013

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

TOPICS
ActionScript
664
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 14, 2013 May 14, 2013

Chances are you want to look into creating an AIR application.  AIR can be used to create desktop applications that can save files.

Translate
LEGEND ,
May 14, 2013 May 14, 2013

Chances are you want to look into creating an AIR application.  AIR can be used to create desktop applications that can save files.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 15, 2013 May 15, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 15, 2013 May 15, 2013
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines