setTimeout() schedules an arbitrary function call for some point in future. This is useful when you have functions that do repetitive tasks some milliseconds apartment, but not constantly.
Read More »Archive for the ‘JavaScript’ Category
July 19th, 2011
Comments Off
July 19th, 2011
Comments Off
July 17th, 2011
Comments Off
Storing Data
Use data method and avoid storing data inside the DOM. Some developers have a habit of storing data in the HTML attributes like ex.:
July 17th, 2011
Comments Off
February 22nd, 2010
No Comments »
Call ActionScript from JavaScript/Browser
Calling ActionScript from JavaScript again requires use of the ExternalInterface class. First we must use the addCallback() function to expose the ActionScript function we want to call to the container.
Sameera at LinkedIn