blob: 1695d50dab80821ddf86d8cfea4e6142ef15f76e [file] [log] [blame]
package
{
import com.adobe.csxs.core.CSXSInterface;
import com.adobe.csxs.types.SyncRequestResult;
public class ApacheFXGJSX
{
public static function run():void
{
var result:SyncRequestResult = CSXSInterface.instance.evalScript("jsxFunction");
}
}
}