PDA

View Full Version : page to flash interaction - what do you use?


mpol777
08-23-2001, 12:03 AM
I just want to get an idea of what people are using to connect flash with HTML pages. Currently my team uses javascript/jscript. the javascript is used to make changes to the HTML page called from .swf's and vice versa. mainly inside of the .swf's there will be a

getURL("javascript:functionName(flashVariable)");

that is used to pass info to the page or start an action inside of the page. is there another client side scripting laguage out there that does this better/more efficiently? what do you use to pass info between the two? i just want to see if there's something else i should be looking in to.

thanks

Jesse
08-23-2001, 05:16 AM
you can use fscommands to interact with client side scripts but in general using the method you have outlined is more universally accepted (Macs etc.).