RE: [flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Ary
ight object. > > > > Please post some code. > > > > > > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > Behalf Of Ary > Sent: Tuesday, August 28, 2007 7:44 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Flex Mo

RE: [flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Alex Harui
flexcoders@yahoogroups.com Subject: [flexcoders] Flex Module (Apache Problem) Hi, im using Flex module (mxmlc) to write a swf file from a predefined swf file i put this command into one of the frame on the predefined swf, so i can detect the event on the flex import flash.events.*; dispatchEvent

[flexcoders] Flex Module (Apache Problem)

2007-08-28 Thread Ary
Hi, im using Flex module (mxmlc) to write a swf file from a predefined swf file i put this command into one of the frame on the predefined swf, so i can detect the event on the flex import flash.events.*; dispatchEvent(new Event("chapter1")); but when i compiled the new swf, flex cant detect the