Flash Player 7.
MultiButton.ICON=String;
OR
var myVariable:String=MultiButton.ICON;
String
returns a reference to the currently loaded icon which will allow you to access properties and modify frame information you can also quickly change the icon by specifying a string value of a library linked id to load
Author