Call an external JavaScript function


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

Flash 8 only I think.


Copy this code and paste it in your HTML
  1. import flash.external.*;
  2. ExternalInterface.call("yourFunction(200)");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.