Re: [Flashcoders] Actionscript 3.0 compiler Qs

2006-08-21 Thread Chafic Kazoun
From what I know (And I am no expert on the Flash Player). The way the JIT process works, not everything is actually always JITed. Bytecode that is executed once may not tget JITed at all. But code that is accessed multiple times or deemed as a performance botleneck will get JITed. The

Re: [Flashcoders] RTSP in flash?

2006-06-30 Thread Chafic Kazoun
The Flash Player doesn't support the RTSP protocol (neither RTP, RTCP which are usually also required for proper RTSP) and it doesn't support decoding MPEG4 Video. So, currently there is no way for you to play such a stream natively in the player and I doubt it will be coming anytime soon