Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Data Integration / February 2005



Tip: Looking for answers? Try searching our database.

XML.TRIGGER

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dan-C - 27 Feb 2005 01:17 GMT
Hello.  I have an XML connector that I'm using a tigger event on.  I was
wondering if anyone knows a way for me to check when this completes.  I have
some other functions that need to run, but only after the data loads.  Thanks.
RysChwith - 28 Feb 2005 15:55 GMT
Add an event listener for the 'result event.'

Rys

var res = function( ev ) {
    //do stuff here
}
nameOfConnector.addEventListener( "result", res );
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.