all groups > flash actionscript > may 2006 >
You're in the

flash actionscript

group:

Opening file in PDF



Opening file in PDF danny biy
5/28/2006 7:24:36 PM
flash actionscript: I'm not sure how I can click resume2_mc button and get a pdf file to open
separate. This is just the beginning code, if anyone could help that would be
great, thanks!

_root.resume2_mc.onPress = function(){
???
}
Re: Opening file in PDF erokCom
5/28/2006 9:10:31 PM
I would do:

this.resume2_mc.onPress = function(){
GetURL("http:www.yoursite.com/pdf")
}

I would not use _root.. ever..

AddThis Social Bookmark Button