Fwd: Newby QuickTime Broadcaster Question
Fwd: Newby QuickTime Broadcaster Question
- Subject: Fwd: Newby QuickTime Broadcaster Question
- From: MTS <email@hidden>
- Date: Thu, 18 Jul 2002 15:03:58 -0500
I have some of this working now, here is the script....
set user_settings to alias
"OSX:Library:WebServer:Documents:camera:preferedsetting.qtbr"
tell application "QuickTime Broadcaster"
activate
open user_settings --opens the file
start
end tell
But I get the following execution error...
--> QuickTime Broadcaster got an error:
NSReceiversCantHandleCommandScriptError
A search at apple on the error give the following...
NSReceiversCantHandleCommandScriptError = The receivers don't support
the command.
http://developer.apple.com/techpubs/macosx/Cocoa/Reference/Foundation/ObjC_classic/
Classes/NSScriptCommand.html#//apple_ref/occ/cl/NSScriptCommand
start in the QuickTime Broadcaster dictionary is...
start: Start a broadcast.
start reference -- the object for the command
What am I doing wrong here? Sorry for the newby question.
Aaron
Begin forwarded message:
>
From: jaymail <email@hidden>
>
Date: Thu Jul 18, 2002 12:32:40 PM US/Central
>
To: email@hidden
>
Subject: Newby QuickTime Broadcaster Question
>
>
I would like to applescript QuickTime Broadcaster to automatically
>
start a broadcast. I have no problem getting the application to launch
>
using...
>
>
launch application "QuickTime Broadcaster"
>
or...
>
tell application "QuickTime Broadcaster" to activate
>
>
But I am having no luck with writing a script to get it to broadcast
>
using "start" or "stream"
>
>
Ideally it would even choose the correct Broadcast setting but I'm
>
happy that is launches in the last setting.
>
>
Does anyone have any ideas?
>
>
Aaron
_______________________________________________
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.