Re: [flexcoders] Passing query string to swf through flashplayerdebugger

2012-01-25 Thread Dan M
I'm developing on Linux, so don't have access to FlashBuilder. I'm just using the Flex SDK tools from the command line. I figured it out, though. I just make sure to move my swf over to my web server docroot and access it with flashplayerdebugger with the appropriate "?" and "&" arguments. N

[flexcoders] Calling ViewNavigator from an .as file

2012-01-25 Thread stldvd
Hi All, I need to call navigator.pushView from an .as file in an AIR mobile project. But since I'm in an .as file and not in the .mxml file, how do I get access to the ViewNavigator? I don't think I want to import ViewNavigator and instantiate it because there should be only one in any given pr

RE: [flexcoders] Passing query string to swf through flashplayerdebugger

2012-01-25 Thread Alex Harui
Sorry, no sooner did I hit send than I realized you said Linux. I would use a browser to launch the HTML wrapper that will pass the parameters to the SWF. I've never used Linux, but that's how I did it before there was a FlashBuilder. Alex Harui Flex SDK Developer Adobe Systems Inc.

RE: [flexcoders] Passing query string to swf through flashplayerdebugger

2012-01-25 Thread Alex Harui
If you are using FLashBuilder, you should be able to see traces in the console if you use "Debug as" menu option. Usually a SWF is launched with parameters from an HTML wrapper, and FlashBuilder will start up a browser with that HTML wrapper. Alex Harui Flex SDK Developer Adobe Systems Inc.

[flexcoders] Passing query string to swf through flashplayerdebugger

2012-01-25 Thread streemit
I'm new to Flex programming, run the 4.6 SDK on Linux. I'm making good progress on getting my first serious application running, but I'm getting frustrated beyond belief in trying to debug this thing. First, is it possible to pass query string paramaters to the SWF when I'm running flashplayerd