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

Publishing SWF's with AS3

New Here ,
Dec 20, 2013 Dec 20, 2013

Hi All,

I was just wondering if its possible to build a flash application that can publish its own swf files based on user input?  Might be a silly question but i cant seem to find an answer to it anywhere?!

Many Thanks

Matt

TOPICS
ActionScript
873
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

Community Expert , Dec 20, 2013 Dec 20, 2013

no, a swf cannot create another swf.

on the other hand, a swf can save data that's used by anoth swf and that other swf then appears to be customized (per your user's input if you wish).

Translate
Community Expert ,
Dec 20, 2013 Dec 20, 2013

no, a swf cannot create another swf.

on the other hand, a swf can save data that's used by anoth swf and that other swf then appears to be customized (per your user's input if you wish).

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
New Here ,
Jan 07, 2014 Jan 07, 2014

Hi Kglad, apologies for the late reply. Thankyou, thats useful to know. Really what i wanted to do was to create a flash app that would allow non flash users to be able to create new flash assets based on a template but adding their own text etc. I guess i could build an interface which would output to .as files? Those could then be compiled with flash builder or similar? Bit of a long shot i think!

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
Guide ,
Jan 07, 2014 Jan 07, 2014

Depending on your other skills, you could write something that would either write JS code or incorporate a back-end technology (like ASP or PHP) to add custom flash vars. I think there actually are server-side technologies that will generate a swf, but I'm not sure of the state of the technology.

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
New Here ,
Jan 08, 2014 Jan 08, 2014

Thanks Amy, a good solution but unforetunately it sounds a bit outside of my skillset!

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
Community Expert ,
Jan 07, 2014 Jan 07, 2014

do you want your users to see something they customized, or download something customized for them?

if the former, that should be easy.  a swf can create and save (with server-side code) server files (like xml) that can be used by another swf to customize its appearance.

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
New Here ,
Jan 08, 2014 Jan 08, 2014
LATEST

Thanks Kglad but i think i'm going to scrap the idea for now as i dont think what i'm trying to do is really possible : S Thankyou for the input though!

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