PDA

View Full Version : Publish movie at 100% but in proportion?


ascriptnoob
09-22-2006, 04:10 PM
Is there a way to publish movie at 100% Width and height but Proportionally?

Also, is there a way to force printing landscape??

thanks so much!

mooska
09-22-2006, 04:19 PM
1-> Scale it on your own, with Stage.onResize listener and Stage.scaleMode set to noscale

2->

orientation (PrintJob.orientation property)
public orientation : String [read-only]

The image orientation for printing. This property can be either "landscape" or "portrait". Note that this property is only available after a call to the PrintJob.start() method.

Availability: ActionScript 1.0; Flash Player 7