Hi All,
I've finally got one of my games sponsored on FGL and the sponsor is asking for me to call a javascript function that is defined in the PHP file that the SWF will sit on. How would I do this?
One of the functions is called PlayStart(). I've tried using the Flash Object and using Javascript -> Call Function and the "PlayStart()" and also "PlayStart" but this doesn't seem to work.
Any ideas?
The test function that i've been asked to test it with in <head> looks like this:-
Code
<script type=”text/javascript”>
function PlayStart(){
alert(“play start button clicked”);
}
</script>
Thanks,
Steve