This fails for me:

on mouseUp
   put "binfile:iPhoto.app/Contents/info.plist" into t
   put URL t into field 1
end mouseUp

which suggests you have to use put URL "bin file:… and can't get away with 
binfile: being in the string variable. Perhaps use Do?



>> 
>> on mouseUp
>>  put URL "binfile:iPhoto.app/Contents/info.plist" into field 1
>> end mouseUp
>> 

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to