Hi thanks for the quick response. Yes i am having problems.
This is the AS3 code that is used in the example :
---
stop();
import flash.external.ExternalInt
//if you need, load some xml:
ExternalInterface.call("mi
function openMilkboxFromAS(e:MouseE
ExternalInterface.call("mi
}
button.buttonMode = true;
button.addEventListener(Mo
---
I this works correctly here :http://www.boutiquebarsho
I then tried various ways of including the code in my AS2 movie and i cant make the call to the milkbox.
You can see the FLA file here http://www.boutiquebarshow
Regards
Easynow
Main Topics
Browse All Topics





by: ChristoferDutzPosted on 2009-11-06 at 05:36:07ID: 25758896
Well the ExternalInterface is valid for AS2 as the class allready existed in AS2 flex/201/l angref/fla sh/externa l/ External Interface. html
http://livedocs.adobe.com/
Are you actually encountering any problems, or did you just want to know if it would theoretically work?