IDE :: Swf To Mpg Convertor?
Jul 31, 2009best app to use to convert swf files to mpg.
View 4 Repliesbest app to use to convert swf files to mpg.
View 4 RepliesWhich the best tool for converting pdf to swf.
View 1 RepliesI'm trying to make a simple metric to feet conversion and no result shows up in the dynamic text field.
I have an input text field on the stage with the instance name x, then the convertButton, and then a dynamic text field with the instance name of result. If you need the fla I can uplaod it, but I think this is a simple problem that is eluding me...
here is my code:
Code:
x = '' ;
result = '';
//convert meters to feet
[Code].....