Akamai Secure Sreaming Flash Video

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:

  1. Akamai Flash Media Kit
  2. 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.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.