CDN flash examples
The above video demonstrates the power of a CDN when playing flash video. Most CDN providers use Adobe FMS ( Flash Media Server) http://www.adobe.com/products/flashmediaserver/ to deliver streams via RTMP. Some CDN providers also offer live streaming and Flash origin pull services and my provider (CDNLayer) Offers all of these capabilites. Below are some code examples to help you get the CDN streaming your video( I personally learn best by example). A great resource for JWPlayer codes can be found here: http://www.longtailvideo.com/support/jw-player-setup-wizard
Source Code
Standard html embed
http://larmeir.com/dustin/source/standardflashhtmlembed.html
SWF Object 1.5 embed code
http://larmeir.com/dustin/source/standardflashswfobject1-5code.html
Standard html embed with token strings for authentication
http://larmeir.com/dustin/source/secureflashhtmlembed.html
SWF Object 1.5 embed code with token strings for authentication
http://larmeir.com/dustin/source/secureflashswfobject1-5code.html
