> Want to supply any more information Michael?

Certainly, Troy.  Upon thinking a bit more, I think the "_root" of my
problem stems from my Flash asset.  Basically, I have an email window
that pops up when an error occurs via the alerthook script.  There's the
tie to Outlook.  But before that email window is popped up, the error
has occurred.  I am suspecting that it was caused in a Flash sprite I
have on the stage.  A movie clip in it has the following lines
onRelease:

        var theMessage = "event: mZoomImage, \"" +
gObj.pTrack[gObj.pTracker] + "\"";
        getURL(theMessage);

...where my variable gObj.pTrack[gObj.pTracker] is a certain value in an
array.  I thought I read somewhere that ActionScript can't evaluate
statements in the same versatile way that Lingo can, so I think
somewhere along the line of concatenating that message to the getURL
statement is causing the problem, although it puts just fine.  

regards,
Michael M.


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to