(imported topic written by SystemAdmin)
Aloha everyone,
I’m trying to use the load function in the Platform API to get some actionscript. However, when I execute the code, I run across an error in IE7 which is caused by the second line of code below. The first number is the site ID, the second parameter is the id of any fixlet, third and fourth are username and password.
The error I get is Error: Overflow
var fm = new ActiveXObject(“BESAPI.FixletMessage”);
fm.Load(2147497925, id, “bigfix”, “bigfix”);
var actionscript = fm.ActionScript(1);
file.Write(actionscript);
Any thoughts on what the problem could be?
Thanks,
Ilithis