Autodesk DWF Viewer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
LocalFileP ath
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
75 Views, 3 Replies
12-03-2004 11:12 AM
I have embedded the DWF Viewer in an html page. The control name is “AdView”. I am trying to retrieve the LocalFilePath string. I have tried the following, but nothing is returned. Can someone please help?
msgbox AdView.Viewer.LocalFilePath
Thanks…
msgbox AdView.Viewer.LocalFilePath
Thanks…
*John Schmier - Autodesk
Re: LocalFileP ath
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-03-2004 12:45 PM in reply to:
bfahlin
Try AdView.SourcePath
--
John Schmier
Autodesk DWF QA
Re: LocalFileP ath
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-03-2004 05:55 PM in reply to:
bfahlin
I can get the SourcePath no problem, what I need is the LocalFilePath to access the temp file location of files accessed from the web.
*John Schmier - Autodesk
Re: LocalFileP ath
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-03-2004 09:34 PM in reply to:
bfahlin
I don't know if you can get the temp file location from a web page. That
would be outside the viewers abilities. You would have too look into native
JavaScript or VBScript, but if you can gain access on a html page to the
users temp folder, I would think that may be a security issue that would be
blocked by the browser. Just my thought.
--
John Schmier
Autodesk DWF QA
