Click here to Skip to main content
15,886,018 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I want to handle refresh, back, forward,close, etc. on javascript. I got success in some but when trying the same with swf loaded on jsp as an object and then having focus on it and then when I click f3, f5, f10, etc the handling is not possible they works as they signifies. What to do? I have tried it by handling then in swf file itself so that when there is focus on swf then it could work, but when swf is executed standalone then working fine, but when loaded on html(jsp) page then its not working.
Please help.

Thanx in advance
Posted

1 solution

The swf has to handle the input back to the browser - by calling javascript from flash[^] or something similar ...

Regards
Espen Harlinn
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900