From: sanchez.jennifer on
Hi


Im using authorware7 and Im Using the CallSprite Function in two
modules like this

--Todesnd the record via asp
--This will add the URL to the ActiveX control
SetSpriteProperty(@"ActiveX2", #URL, ASP_Location)

--This will send the URL using the ActiveX control
result := CallSprite(IconID@"ActiveX2",#OpenURL)


-- to ger user information
This will add the URL to the ActiveX control
SetSpriteProperty(@"ActiveX", #URL, "http://source.guidant.com/
gdt_serv_cbc/asp/user.asp")

--This will send the URL using the ActiveX control
result := CallSprite(IconID@"ActiveX",#OpenURL)



the Peice works fine in some machines, in most of the machines the
piece stop working when its supposed to use the callsprite activeX
Method.


I think the code is fine because it works fine in some computers.
There is a special dll or something that the computer needs?

Its looks like some computers have some file missing that support this
function.

I install the aw web player 2004 and the error ocuurs

thanks


From: Jennifer(BSC) on
On Jan 24, 11:15 am, sanchez.jenni...(a)gmail.com wrote:
> Hi
>
> Im using authorware7 and Im Using the CallSprite Function in two
> modules like this
>
> --Todesnd the record via asp
> --This will add the URL to the ActiveX control
> SetSpriteProperty(@"ActiveX2", #URL, ASP_Location)
>
> --This will send the URL using the ActiveX control
> result := CallSprite(IconID@"ActiveX2",#OpenURL)
>
> -- to ger user information
> This will add the URL to the ActiveX control
> SetSpriteProperty(@"ActiveX", #URL, "http://source.guidant.com/
> gdt_serv_cbc/asp/user.asp")
>
> --This will send the URL using the ActiveX control
> result := CallSprite(IconID@"ActiveX",#OpenURL)
>
> the Peice works fine in some machines, in most of the machines the
> piece stop working when its supposed to use the callsprite activeX
> Method.
>
> I think the code is fine because it works fine in some computers.
> There is a special dll or something that the computer needs?
>
> Its looks like some computers have some file missing that support this
> function.
>
> I install the aw web player 2004 and the error ocuurs
>
> thanks

HELP!!!!!!!