Hi guys
I've created a project in Flash Catalyst www.officey.co.uk which works great online but i need to put this on a CD to autorun locally on PC's.
This means all pdf links need to become relative rather than http. I found it is possible in Flash builder http://forums.adobe.com/thread/706276
I've opened up the fxp in flash Builder and added the pdf folder to "assets"
I then changed all links to the pdf's from
navigateToURL( new URLRequest( encodeURI(" "http://www.officey.co.uk/assets/pdf/companypresentation.pdf")), "_self");
navigateToURL( new URLRequest( encodeURI("assets/pdf/companypresentation.pdf")), "_self");
When I run the project, they are still opening up from the http location.
If anyone out there knows this program, I would really appreciate their help.
|