document.write buggy?
- by proyb2
Something wrong with the code?
I could print Hello on HTML but when I add to getPlayerVersion, the whole string doesn't print. What could be problem be? Leaving me feeling frustrated.
<script type="text/javascript">
document.write("Hello"+deconcept.SWFObjectUtil.getPlayerVersion().major);
</script>