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


You need to login to view comments.