|
-
[Horse Thief]
[RESOLVED] [CS3, AS2] PrintJob printing purple
Greetings, I'm using PrintJob to print some assets within the Flash, but it always prints out purple-ish. I've even tried making a new file, bringing in a new image, & yet - it prints purple!
Anyone know why, &/or how to fix it?
Here's the code I'm using:
Code:
printBtn.onRelease = function() {
var pj = new PrintJob();
var success = pj.start();
if(success) {
pj.addPage (_root.myMC, {xMin : 0, xMax: 222, yMin: 0, yMax: 223},{printAsBitmap:false});
pj.send();
}
delete pj;
}
(I've tried printAsBitmap both true & false, & have removed it completely - no change)
Here's an image of the issue, on the left is the actual colors, on the right is the purple color-eater...
1 Infinite Loop, Cupertino is a portal of Hell.
-
Flashmatics
try just opening a new flash document and give it the some object the same shade of green and see if it prints out ok ... maybe your printer is running out of certain colors
-
[Horse Thief]
the screenshot above is a snapshot of the Flash window (green), & the print preview (purple - & yes, it also prints purple) windows up next to each other - also, the above screenshot is a new document where i just pulled in some random image, & copied/pasted the code in - the result was the same - purple. It doesn't matter what image it is - it even prints plain black text purple.
If you wanted to test it: 
if you open a new document, make a printBtn, bring in a random image (& convert to MC) & copy/paste my code above, is it purple for you? You can specify to "Preview" instead of printing.
1 Infinite Loop, Cupertino is a portal of Hell.
-
I am experiencing the same problem. Even regular text blocks (statis or dynamic) get's purple colors.
Odd...
-
Further research shows that this only happens when using Flash internal preview (Text Movie / Cmd+Enter). If you open it in your browser or flash player everything looks normal.
Regards,
Niklas
-
[Horse Thief]
WOW!! 
Way To Go, bivald!!!!
Thank you so much for thinking outside Flash's little sandbox!! While I don't really care, I'm a bit curious why Flash doesn't like itself!
Thanks again, you rawk!
1 Infinite Loop, Cupertino is a portal of Hell.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|