Friday, 15 June 2012

flash - Combine SWF Flashvars into one file -



flash - Combine SWF Flashvars into one file -

i have swf flash file uses flashvars.

i using code in swf:

mydata = new loadvars(); mydata.onload = function () { mytext_txt.text = this.content; }; mydata.load("variabletext.txt"); stop ();

it loads variables text file. text file contains:

content=title goes here

when view flash file, see variable "content" equal to. requires 2 files, swf file , text file.

i looking way combine / convert these 2 files 1 swf file. ideally done via command line. how can this?

flash flashvars

No comments:

Post a Comment