Well, I'm, stuck. Looks to me like the code is good, but nothing gets copied into the clipboard.
Anyone have a clue for me?? Here's what I'm using...
<plugin name="clipboard" url="%SWFPATH%/plugins/clipboard.swf" />
<layer name="copy_email" url="../plugins/textfield.swf" keep="true" zorder="1000"
align="center" x="-8" y="-40"
width="140" height="24"
visible="false"
vcenter="true"
selectable="false"
background="true"
backgroundcolor="0x04367b"
borderwidth="0" roundedge="8"
alpha="1"
html="Copy Agent Email"
css="font-family:arial; font-size:12px; text-align:center; color:#dddddd; "
onclick="do_clipboard()"
/>
<action name="do_clipboard">
set(plugin[clipboard].text, "any_email");
</action>
No parsing errors. The textfield appears, but nothing gets copied.
Thank you.
v
UPDATE:
Got it to work......by putting Keep="true" in the plugin statement for clipboard.swf.
But none of the examples showed this...so I assume that the examples didn't work either.
Thanks.
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »VinzVideo« (20. August 2015, 04:01)