[solution] Quicktime Broadcaster Auto-start streaming
[solution] Quicktime Broadcaster Auto-start streaming
- Subject: [solution] Quicktime Broadcaster Auto-start streaming
- From: Jaime Magiera <email@hidden>
- Date: Mon, 2 Dec 2002 03:57:56 -0500
After becoming very frustrated and scouring the Apple docs, I've figured
out the syntax for starting and stopping a stream in QT Broadcaster. I
noticed that the question was asked several times on this list as well
as the Quicktime discussion board. There were no explicit answers, so
here's the very simple syntax:
tell application "QuickTime Broadcaster"
activate
tell document 1
start
end tell
end tell
end tell
Simple, but evasive. It didn't occur to me that calling it through the
doc would be necessary -- since there is only one doc open at a time.
Jaime Magiera
_______________________________________________
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.