What steps will reproduce the problem?
1. Run the script on FF try to use the flash clipboard feature.
2. Observe that you get an error.
Fix this by changing the if statement for the flashcopier:
if (flashcopier === null)
must read:
if (flashcopier == null)
Then it works.
Original issue reported on code.google.com by spo...@gmail.com on 2 Sep 2008 at 3:22
Original issue reported on code.google.com by
spo...@gmail.com
on 2 Sep 2008 at 3:22