Flash and JavaScript Integration

Flash and JavaScript Integration Follow these easy steps to make flash communicate with JavaScript code and vice versa. a) Flash to JavaScript: Making Flash call a JavaScript function JavaScript Function Code. To be put in the HTML <script language=”JavaScript”>function alertMe(){ alert(“Hello, world”);}</script> Flash Code. To be put in any event of button, frame, where ever […]