I recently had to work with Akamai Secure Flash Sreaming for on-demand videos and wanted to share some notes on how we got this to work.
You’ll need 2 zip files from Akamai:
- Akamai Flash Media Kit
- Akamai Secure Token Generator
Inside the Akmai Flash Media Kit you will have to open CS3SampleOnDemand.fla in Flash and edit the ActionScript. First declare a constant for the token:
CONNECTION_AUTH_PARAMS=”THEVALUEFROMYOURFLASHVARS_TOKEN”;
Then you will pass the autorization token to the Akamai object like this:
ak.authParams = CONNECTION_AUTH_PARAMS;
I also have a DLL with using the Type D Authentication from Akamai, please email me if you need it.


