--- In flexcoders@yahoogroups.com, "exuperok" <[EMAIL PROTECTED]> wrote:
>
>  Hello How should understand this trace when uploading file to php
> application:
> 
> what does eventPase = 2 means? same thing for bubbles=false?

bubbles = false means the event doesn't 'bubble'
eventPhase = 2 means the event is in the target-phase
Both properties can be found in the language reference of Event
http://livedocs.adobe.com/flex/2/langref/flash/events/Event.html

To actually get a grasp of what they mean, check this chapter of the
livedocs:
http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=00000462.html

--Johan

Reply via email to