Question
Printing Problem
When I print my movie by clicking a button with this code
attached
my_print.onRelease = function() {
printAsBitmap(_parent._parent._parent.proModel, "bmax")
}
My movie replay's and goes back to the beginning. Can anyonw tell me how to keep my movie in the same place when the print button is released?
my_print.onRelease = function() {
printAsBitmap(_parent._parent._parent.proModel, "bmax")
}
My movie replay's and goes back to the beginning. Can anyonw tell me how to keep my movie in the same place when the print button is released?