Simple paste??
Simple paste??
- Subject: Simple paste??
- From: John Robinson <email@hidden>
- Date: Tue, 25 Jun 2002 11:56:39 -0400
Hey all -
my first post! Anyway what I'm trying to do is create an applescript
that will paste some text into the focused text area in macromedia
flash. I have a speakable-item called "Paste the clipboard here" which
comes with speakable-items. I have a new script, with the code below:
set old_clip to the clipboard
set the clipboard to "function() {}"
tell application "SpeechRecognitionServer"
run script "Paste the clipboard here"
end tell
set the clipboard to old_clip
So I want to save this as a compiled script, and then with my cursor in
the flash actionscript editor I can say "function" and it will paste the
shell for a function in for me, without replacing whatever I had
previously in the clipboard. What I need is a simple way to tell the
script to paste! I've been fighting with it and searching the web for
days with no luck. Anyone have any ideas??
Thanks in advance,
John
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.