Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-07-2008, 12:50 PM
Junior Member
 
Join Date: Jun 2008
Posts: 7
Default How to passed the parameters to my application swf?

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.
Reply With Quote
  #2 (permalink)  
Old 07-07-2008, 08:39 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: How to passed the parameters to my application swf?

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();
Reply With Quote
  #3 (permalink)  
Old 07-09-2008, 07:49 PM
Junior Member
 
Join Date: Jun 2008
Posts: 7
Default Re: How to passed the parameters to my application swf?

Worked just fine ;D

But where’s this Information?

Import SWFKit.*;
var app = new SWFKit.Application;
var items = app.cmdItems;
app.Release();

Thank you!
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:15 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.