ZeroClipboard.setMoviePath( "/zeroclipboard/ZeroClipboard.swf" );
var clip = new ZeroClipboard.Client();
clip.setText( $('textarea#download_me').text() );
clip.glue( 'clip' );
I'm using the popular ZeroClipboard plugin to copy content to user's clipboard. It works perfectly in the dev enviornment as well as on domain1.com but not on domain2.com with EXACTLY the same files and settings!
/zeroclipboard/ZeroClipboard.js
loads.
/zeroclipboard/ZeroClipboard.swf
does NOT load!
I tried everything but can't get it to work. I'm really confused why it work on domain1 but not on domain2??
How do I resolve this?
Many thanks for your help!