|
|||
|
Hello,
I've got a small problem that I hope you can help me with. I work with swfkit 3.2 and flash 9 + as3. After parsing the command line string, How to passed the parameters to my application swf. Do you have un sample? Thank. |
|
|||
|
You can access the command line parameters directly from the actionscript 3
Code:
Import SWFKit.*; var app = new SWFKit.Application; var items = app.cmdItems; app.Release(); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|