all groups > flash actionscript > may 2004 >
You're in the

flash actionscript

group:

java to flash, setVariables not working on mac



java to flash, setVariables not working on mac domerdel
5/31/2004 9:19:35 PM
flash actionscript: I'm using javascript to set variables in dynamic text fields. it works great
on a PC, but not on a mac, here is the code i'm using

<script language = "JavaScript">

<!--
function SetVariables() {
window.document.mdimaging.SetVariable("sectionParent", "Services");
window.document.mdimaging.SetVariable("sectionTitle", "X-Ray");
}
//-->
</script>

within the BODY tag, i have an OnLoad that loads this function.

both EMBED and PARAM have NAME and ID "mdimaging"

I believe its not getting the onLoad somehow.

Re: java to flash, setVariables not working on mac Timothée_Groleau
6/1/2004 11:18:07 AM
Flash javascript communication is not supported by Macs generally, check
this matrix for details:

http://www.macromedia.com/support/flash/ts/documents/browser_support_matrix.htm


[quoted text, click to view]
AddThis Social Bookmark Button