View Full Version : help plz
egyfreaker
10-11-2006, 08:12 PM
Hello,
i have to make a cd project and in it i ned to load pdf inside can anyone tell me how to make that
Rossman
10-11-2006, 08:20 PM
You can't embed a PDF in flash, though you could convert it to FlashPaper I guess...
eliddell
10-11-2006, 08:21 PM
Hello,
i have to make a cd project and in it i ned to load pdf inside can anyone tell me how to make that
uhm you have to be a little more specific... i mean shit.. you could always just use a get url command like on a button that says view pdf, you could apply this code
create a folder on the cd called pdf that is a sub folder in the directory of the flash
on(release){
getURL("/pdf/mypdf.pdf",_blank,"GET");
}
that will open the pdf in a browser window
providing the user has acrobat reader installed
rondog
10-11-2006, 10:08 PM
whoa thats awesome...I was using the fscommand accesing a *.bat file...That opens the actual program. I think this way is better.
rondog
10-14-2006, 12:51 AM
hmm I found a problem with this. I noticed that if you have your browser closed and you click the pdf link in flash, it opens the browser and redirects you here //--> http://support.microsoft.com/kb/236621
I am using a projector exe file, so my issue wont apply to a lot of you. I may just put the swf into an HTML instead. This was tested on a PC with firefox...dunno about a mac.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.