View Single Post
 
Reply
Posted 2008-04-10, 10:53 AM in reply to Wed-G's post "Actionscript/HTML"
Why don't you just set the focus on a link to the index page in HTML?
<a id="thelink" href="index.php">Click here or press enter to continue</a>
<script type="text/javascript">
<--
document.getElementById('thelink').focus();
//-->
</script>

IE7 requires a click to accept keyboard input to a flash object, anyway, so just doing it with JS and HTML is a better solution.
Old
Profile PM WWW Search
WetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusionWetWired read his obituary with confusion
 
 
WetWired