mojombo / clippy

Clippy is a very simple Flash widget that makes it possible to place arbitrary text onto the client's clipboard.
MIT License
939 stars 167 forks source link

No image appears? #28

Open nicpillinger opened 11 years ago

nicpillinger commented 11 years ago

Is this currently broken? Taking the build/clippy.swf I get an empty swf object on the screen (no image or text). I've followed the instructions but it didn't work in my rails project or in a simple test.html page.

I tried also re-compiling but after renaming clippy.swf to Clippy.swf and successfully compiling I get the same thing - nothing appearing on screen.

I managed to find a version which does work - the compiled version from the clippy-jquery version works fine: https://github.com/jimmysawczuk/clippy-jquery

Anyone got any ideas?