Jan 18, 2007 #1 milan1 Programmer Joined Dec 7, 2006 Messages 6 Location US does anyone know the actionscript code to link a pdf file in flash. So that viewers can dl, for example "a resume" or "portfolio images".??? Thank you
does anyone know the actionscript code to link a pdf file in flash. So that viewers can dl, for example "a resume" or "portfolio images".??? Thank you
Jan 18, 2007 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Zip it up and point to the zip with your getURL... Code: my_download_btn.onRelease = function(){ getURL("[URL unfurl="true"]http://www.yourDomain.com/yourPDF.zip");[/URL] }; Regards. Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASHKIT Upvote 0 Downvote
Zip it up and point to the zip with your getURL... Code: my_download_btn.onRelease = function(){ getURL("[URL unfurl="true"]http://www.yourDomain.com/yourPDF.zip");[/URL] }; Regards. Web Hosting - Web Design 03/13/05 -> OLDNEWBIE VS FLASHKIT