Search in documentation:     Advanced search
Browse by category:

Simple flash player

Views: 148
Votes: 0
Posted: 27 Oct, 2009
Updated: 17 Nov, 2009
Description:

Find out how to use our APIs to start creating your own video player in flash (AS3) !


Technical specifications:

Programming language AS3
Requirements Operating system : All
Advised developping environnement : Macromedia Flash CS3
Download ( Version 1.0.0)
 Download code sample

Instructions:

Unzip the archive file and open MainTest.as filev in your FLASH developpement manager.

A) If you have a free application key


  1) On line 30 , set the devKey variable with you own free application key (if you don't have any, please generate one the developer account section)

            var devKey:String = '<Your Application Key>';
           
  2) Save the file, compile your project and make it run!
 
B) If you have your own product illimited key

  1) On line 30 , set the devKey variable with you own application key

            var devKey:String = '<Your Application Key>';
           
  2) On line 52, set the sig variable with a sig of your own
 
              var sig:String = 'iLyROoafYcYf';
 
  3) Save the file, compile your project and make it run!




RSS