|
| Re: Hiding pdf files during packaging |
 |
Fri, 7 Mar 2008 15:49:42 -0600 |
> Hello, I have several pdf documents that are accessed by clicking on a
> hyperlink using the "jumpoutreturn" function. I want my students
to be
> able to
> start the program without seeing all of these additional files. I thought
> maybe I could just put them in a folder but this doesn't work because
> authorware then cannot find the files. Is there anyway for me to hide
> them in
> the packaging process?
Authorware certainly can find the files if you tell it where to look.
The simplest way is
JumpOutReturn("",
FileLocation^"theNameOfTheFolderThePDFsAreIn/filename.pdf")
Steve
--
Adobe Community Expert: eLearning, Mobile and Devices
My blog - http://stevehoward.blogspot.com/
|
| Post Reply
|
| Hiding pdf files during packaging |
 |
Fri, 7 Mar 2008 21:37:57 +0000 |
Hello, I have several pdf documents that are accessed by clicking on a
hyperlink using the "jumpoutreturn" function. I want my students to
be able to
start the program without seeing all of these additional files. I thought
maybe I could just put them in a folder but this doesn't work because
authorware then cannot find the files. Is there anyway for me to hide them in
the packaging process?
Thank you so much!
Tamara
|
| Post Reply
|
| Re: Hiding pdf files during packaging |
 |
Fri, 7 Mar 2008 23:42:08 +0000 |
|
| Post Reply
|
| Re: Hiding pdf files during packaging |
 |
Sat, 8 Mar 2008 17:23:04 -0600 |
>
WriteExtFile(FileLocation^"folderA\\"^Digits^".txt",WriteInf
o1)
>
Before you deliver this, you should check to make sure that you will have
permission to write to this location.
If it turns out you cannot write to the folder of your choice, you will
probably have better luck writing to, and reading from, RecordsLocation
WriteExtFile(RecordsLocation^"folderA\\"^Digits^".txt",Write
Info1)
Steve
--
Adobe Community Expert: eLearning, Mobile and Devices
My blog - http://stevehoward.blogspot.com/
|
| Post Reply
|
| Re: Hiding pdf files during packaging |
 |
Sat, 8 Mar 2008 19:30:22 -0600 |
"Chris Forecast" <chris_ng1@-nospam-chrisforecast.co.uk> wrote
in message
news:fqv0fr$aik$1@forums.macromedia.com...
> Try
>
>
WriteExtFile(FileLocation^"folderA\\"^Digits^".txt",WriteInf
o1)
Be aware if you're trying to deliver to CD, you can't write to FileLocation.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|