Alright...
I built most of my movie in Flash 7.. But for some reason, there is a bug between Flash Player and firefox causes certain portions of some movies not to work.
One point in my movie prints two copies of the document on the screen... One is a regular copy and the other is a receipt.
In Flash 7, I had this working perfect using printjob.
In Flash 8, I'm trying the same thing, and whenever my code tries to rescale to fit the paper.. I end up with a jumbo version (about 625% the size.).
Now another forum simply told me that _xscale and _yscale use percentages so..
_xscale = 85.. instead of .85.. (.85 gives me a mini version)...
I want to just make this thing 85% of its current size... The thing is, that it prints right once the scaling is set, it just displays huge..
Any thoughts?
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
I built most of my movie in Flash 7.. But for some reason, there is a bug between Flash Player and firefox causes certain portions of some movies not to work.
One point in my movie prints two copies of the document on the screen... One is a regular copy and the other is a receipt.
In Flash 7, I had this working perfect using printjob.
In Flash 8, I'm trying the same thing, and whenever my code tries to rescale to fit the paper.. I end up with a jumbo version (about 625% the size.).
Now another forum simply told me that _xscale and _yscale use percentages so..
_xscale = 85.. instead of .85.. (.85 gives me a mini version)...
I want to just make this thing 85% of its current size... The thing is, that it prints right once the scaling is set, it just displays huge..
Any thoughts?
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.