Printing in landscape from Flash
December 19, 2007Flash developer Steven Sacks has code available on his site that allows you to print a .swf file in landscape format. If the printer is set to portrait, Sasks’ code changes the orientation of the movieclip and adjusts the width to take up the space available on the page. http://www.stevensacks.net/2007/03/16/force-landscape-printing-with-printjob
It’s a nice solution for printing out a certificate of completion, and it works even if you export it to Captivate. But if you plan to use dynamic or input text in your movie clip (to store the learner’s name, for instance), there’s one more thing to remember: Whenever you change the orientation of a text box, you need to embed the fonts used in that box, or the text won’t display.
To embed a font, just click on the text box and then click the Embed button on the properties toolbar. Select the characters you want to embed, and you’re ready to go.
Posted by padla