treylok
05-04-2007, 04:54 PM
Hi,
I am trying to create a CD rom app from a flash projector that will open a PDF using get URL.
I also would like to pass variables to the browser inside the URL string.
In my pdf I have named destinations, so that I can jump to a specific portion of the pdf.
So if I want to jump to chapter 3 my URL would be
getURL("myPDF.pdf#nameddest=chapter3,"_blank")
Now this works fine when running the flash in an HTML browser, but when I try to run it from a projector it opens the PDF, but does not append the "#nameddest=chapter3" part so it just stays at the first page of the PDF.
I also would not mind running the flash from an HTML browser off of a CD-Rom, but even when I try to run the HTML flash from CD-ROM it does the same thing. It opens the HTML page, but will not append the #nameddest=chapter3.
Is there any way to work around this, or does flash security sandbox prevent me from passing HTML arguments in a URL string.
Please let me know if anything stated is unclear. I am kind of in a jam and any input or advice would be appreciated.
Thanks
-Treylok
:confused:
I am trying to create a CD rom app from a flash projector that will open a PDF using get URL.
I also would like to pass variables to the browser inside the URL string.
In my pdf I have named destinations, so that I can jump to a specific portion of the pdf.
So if I want to jump to chapter 3 my URL would be
getURL("myPDF.pdf#nameddest=chapter3,"_blank")
Now this works fine when running the flash in an HTML browser, but when I try to run it from a projector it opens the PDF, but does not append the "#nameddest=chapter3" part so it just stays at the first page of the PDF.
I also would not mind running the flash from an HTML browser off of a CD-Rom, but even when I try to run the HTML flash from CD-ROM it does the same thing. It opens the HTML page, but will not append the #nameddest=chapter3.
Is there any way to work around this, or does flash security sandbox prevent me from passing HTML arguments in a URL string.
Please let me know if anything stated is unclear. I am kind of in a jam and any input or advice would be appreciated.
Thanks
-Treylok
:confused: