Sildeshow Pro Action Script


/ Published in: ActionScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. import flash.external.*;
  2.  
  3. ExternalInterface.addCallback("sspToggleDisplayMode", null, sspToggleDisplayMode);
  4. ExternalInterface.addCallback("sspLoadAlbum", null, sspLoadAlbum);
  5.  
  6. function sspToggleDisplayMode() {
  7. my_ssp.toggleDisplayMode();
  8. }
  9.  
  10. function sspLoadAlbum(album) {
  11. my_ssp.loadAlbum(album);
  12. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.