This is what i figured out with some help on handling files dropped on my
standalone.
on appleEvent pClass,pID
if pClass is "aevt" then
if pID is "odoc" then
request appleEvent data
openFileRoutine it
end if
end if
end applevent
on openfileroutine it
put it into fpath
open file fpath
read from file fpath
close file fpath
[parse the data given from it]
end openfileroutine
any improvements or suggestions.? thanks
andrew
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution