I'm having problems opening PDF's within my flash website. I've had to resort to embedding the PDF's in an html file. anybody know a good script command to do this?what i'm trying to do is from my site (http://www.sensacelltechnology.com), open up a pdf when you click 'Modules', then click 'more'. I can't get even the external viewer to work w/ it, much less within the browser. I'm not trying to open it up within the flash file.getURL doesn't seem to want to work for me.fscommand("exec", "openpdf.bat") doesn't seem to work either when I insert a batch file with @open pdffilename.pdfanybody have any ideas?
2/9/2006 3:30:02 AM
ah! i figured it out...on (rollOut) { gotoAndPlay(10);}on (release) { getURL("filename.pdf","_Blank");}
2/9/2006 3:32:50 AM
interesting product idea...
2/9/2006 4:22:55 AM