Question
PrintJob (k)
I am having a terrible time trying to get the PrintJob class
working.
I have read tutorials I have tried everything I can think. I know there
is an issue with Safari on the Mac printing Flash pages, so I am using
Firefox.
I have been able to print using the old method:
on (release) {
printAsBitmap("PrintHomepage", "bframe");
}
Where PrintHomepage is a MC on the page. I would prefer to just print
whatever page the user is on.
Does anyone know of a step by step tutorial on this? Everything I have
found has not worked or been dumbed down enough for me to understand.
Help, please.
_Kirk
I have read tutorials I have tried everything I can think. I know there
is an issue with Safari on the Mac printing Flash pages, so I am using
Firefox.
I have been able to print using the old method:
on (release) {
printAsBitmap("PrintHomepage", "bframe");
}
Where PrintHomepage is a MC on the page. I would prefer to just print
whatever page the user is on.
Does anyone know of a step by step tutorial on this? Everything I have
found has not worked or been dumbed down enough for me to understand.
Help, please.
_Kirk