Published on 10-01-2010 09:19 AM
Number of Views: 10526
Here is a quick snippet of ActionScript 2 code that illustrates how to attempt connections over multiple RTMP protocols (RTMP and RTMPT). It will first try RTMP over port 443. If that fails, it will attempt RTMPT over port 443. This is just a simple example and can easily be expanded to cover other protcol rollover needs.
...