AS version support

View: New views
3 Messages — Rating Filter:   Alert me  

AS version support

by Nick Joyce :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there a definitive way to determine if the connected client supports AS3 or AS2?

Re: AS version support

by lists-144 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you're making use of ClientTypes then Flash6 = AMF0, FlashCom =  
AMF0, Flash9 = AMF3
Not sure if there's a better way to detect this. Doesn't the Flash  
client send the Flash Player version in some header? It would be  
easier to detect if the full flashplayer version nr is known (eg 9,0,24)

Thijs


On Nov 27, 2007, at 10:42 PM, Nick Joyce wrote:

> Is there a definitive way to determine if the connected client  
> supports AS3 or AS2?
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev



Re: AS version support

by Nick Joyce :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Right, thanks.

On Tue, 2007-11-27 at 23:31 +0100, Thijs Triemstra | Collab wrote:
If you're making use of ClientTypes then Flash6 = AMF0, FlashCom =  
AMF0, Flash9 = AMF3
Not sure if there's a better way to detect this. Doesn't the Flash  
client send the Flash Player version in some header? It would be  
easier to detect if the full flashplayer version nr is known (eg 9,0,24)
In RTMP, I believe this is the case, but not so for HTTP, sadly.

Thijs


On Nov 27, 2007, at 10:42 PM, Nick Joyce wrote:

> Is there a definitive way to determine if the connected client  
> supports AS3 or AS2?
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev

_______________________________________________
PyAMF dev mailing list - dev@...
http://lists.pyamf.org/mailman/listinfo/dev