i am trying to do some thing simple with flash and js and it isnt working.
for example in my flash i have:
Code:
getURL("javascript:test('bingo');"
and in js:
Code:
<script type="text/javascript">
function test(){
alert("bingo");
}
</script>
and this is not working and i think it is something to do with my computer?
|