<<data>> instead of useful info
<<data>> instead of useful info
- Subject: <<data>> instead of useful info
- From: Landis <email@hidden>
- Date: Fri, 21 Dec 2001 08:28:29 -0800
I've got a program that doesn't quite give me what I ask for in a
usable form. I'm trying to get the pan and scene motion quality of a
Quicktime VR panorama with ConVRter. The dictionary entries are
below:
Class: movie
scene motion quality: scene quality default/scene quality low/scene
quality normal/scene quality medium/scene quality high -- the scene
motion quality
pan: fixed -- the horizontal pan - range 0.0 to 360.00
my script reads:
tell application "conVRter AE"
activate
get (scene static quality of movie of window 1) --+data Pssq6573716D;
get (pan of movie of window 1) --+data Ppan438803AD;
end tell
should end up with "medium" and "272.0".
Is there a way I can translate the two "data" responses to the
responses I'm looking for?
Thanks,
Landis