squidley Posted December 31, 2008 Posted December 31, 2008 I'm trying to open an external file (PDF, MP3, whatever) from FM by using the Open URL script step. It does not seem to be working. I've attached the Open URL script step as a Button action. I tell it to use the current field ( a standard text field), which has the URL typed into it in this format: file://Users/username/Desktop/test.mov (or.pdf or .mp3) I also tried this: /Users/username/Desktop/test.mov I'm on Mac OS X and only need this to work on my local machine. Based on my research, it seems like I have the path correct. I've tried other paths as well, but none of them work. The button fires, but nothing happens. Thanks for any help!
Newbies martin-schwarz Posted December 31, 2008 Newbies Posted December 31, 2008 Hy, try this. (Yes, 3 slashes after "file:") file:///Users/username/Desktop/test.mov It works fine for me. Best regards, martin
comment Posted January 1, 2009 Posted January 1, 2009 Or: file://YourHD/Users/username/Desktop/test.mov
Recommended Posts
This topic is 5806 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now