views:

80

answers:

0

I'm trying to create an Adobe AIR widget with a Flash menu. The Flash menu was created in SWiSH Max2, exported as SWF9 with SWF6 properties exposed. The menu works, FSCommand works, and the attached JavaScript work (at least in Firefox). However, when I try to test this in the AIR Debug Launcher (ADL), nothing happens.

I've used SWFObject, and nothing happens. I've hard-coded the OBJECT tag, and the best I get is a blank area the size of my Flash object. I've checked the adl.exe commandline arguments and done my best so that it starts locally within the widgets "root-dir", but I still get nothing.

Am I missing some specific way to load Flash into an AIR app? (This would not surprise me, as I am a Flash/SWiSH newbie.) Help me, Obi-wan.

related questions