This is a mac issue.

I've been using BuddyAPI to open files, as the whole world does I guess. If I try and put OSX & OS9 BuddyAPI Xtras in the same folder the projector crashes. So I figured I'd use another Xtra to launch the files out of either the OSX or OS9 projector. I'm going with OS9 at the mo as I figured that there would be some more choice......

I tried using fx_FileOpenDocument like BuddyAPI but haven't been able to get it to work:

Doesn't work:
on mouseUp
fx_FileOpenDocument ( the pathName & "DBauthoring.pdf" , "maximised" )
end

Doesn't work:
on mouseUp
fx_FileOpenDocument ( the pathName & "DBauthoring.pdf" )
end

Should I try something like?:
on mouseUp
fx_FileOpenDocument ("Macintosh HD:TheCdName:MYfile.pdf")
end

Any help or other Xtras will be great,

Thanks