Hi Carlos,

Thanks for your example, I'm really interested in this work for various reason, first to use this framework in my projects, second because was developed using an Apple framework philosophy, so I'm interested in learn more about both. I'll add your blog to my news reader, I speak spanish too.

I did all yours steps, and I got some problems importing some classes on the compiling time, so I must have to comment them:

ASAlertPanel.as
import org.actionstep.NSModalSession;
ASListBox.as
import org.actionstep.ASListBoxDataSource;
import org.actionstep.ASListBoxSmartDataSource;
ASStringFormatter.as
import org.actionstep.ASUtils;


After comment this lines all work fine, I'm using MTASC 1.09 and XCode 2.1.

One question, the "trace" command work fine with FP8 and MTASC? I got an alert window with a problem caused by the _javascript_ call. I post this problem in MTASC list without response. I test this using Eclipse+Flashout and XCode+SWF Console, and with your example I got the same alert window. If I press OK or Settings do nothing.


//------------------------------------------------
Macromedia Flash Player has stopped a potentially unsafe operation.

The following local application on your computer or network:

/Users/RAFA3L/Documents/workspace/test/deploy/test.swf

is trying to communicate with this Internet location:

localhost

To let this application communicate with the Internet, click Settings.
You must restart this application after changing your settings.

    [OK]                    [Settings...]

//------------------------------------------------



Regards


Rafael




On Jul 18, 2005, at 5:54 PM, Carlos Rovira wrote:

Additionaly to other post, If anyone would use flashout follow the
next configuration:

1.- first check out from CVS in Eclipse as a project (you could get
the CVS info from Tim's post for TortoiseCVS ->

2.- Once the ActionStep project is downloaded create a File called
actionstep.flashout

3.- flashout config:

SWF
    Path to SWF : [Actionstep prj]\ActionStep.swf
    Root (main) class : [Actionstep prj]\src\org\actionstep\test\ASTestMain.as

Additionals
    -header 800:600:20 -pack org/actionstep -pack
org/actionstep/constants -pack org/actionstep/images


Finaly for easy testing change line 41 ASTestMain.as 's main method
for other test class.

Best,


-- 
::| Carlos Rovira

_______________________________________________
osflash mailing list




_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to