Printing

So how can i attach a file with out starting a new thread…

cause i tried that code on a new file and it still didnt work!!

Use this link.
http://www.kirupaforum.com/forums/newreply.php?s=&action=newreply&threadid=28591

For future reference, see the Post Reply link right above and to the right of this box? If you click that, a whole new world will open up for you.

WOW!!!

Ok heres the attachment

The problem is that on your MC you have


on(release) {
 GetURL ("about :printMe()");
}

What you need is


on(release) {
 GetURL ("javascript:printMe()");
}

I have no clue and I’m sooo sorry about this. Some how when I posted that source the word “javascript” got changed to "about ". That is very strange because I just copied and pasted it.

Man I feel like a tard. Good luck.

What the hell I post it as the word GetURL(“javascript:printMe()”); and it comes out GetURL(“about :printMe()”);. I don’t feel like a tard now, it is your wonderful message boards screwing stuff up.