<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Messing with the PrintJob Class</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Fri, 19 Mar 2010 10:51:06 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: roy</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-202655</link>
		<dc:creator>roy</dc:creator>
		<pubDate>Wed, 14 Mar 2007 09:33:24 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-202655</guid>
		<description>hi

how can i change the oriantation to landscape ?</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>how can i change the oriantation to landscape ?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Valentijn</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-46029</link>
		<dc:creator>Valentijn</dc:creator>
		<pubDate>Wed, 16 Aug 2006 14:27:03 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-46029</guid>
		<description>Yep i got the samen problem...
Now i need to force customers to install flash 9 :(
But i&#039;m trying using this function.. hope it helps...

Laters</description>
		<content:encoded><![CDATA[<p>Yep i got the samen problem&#8230;<br />
Now i need to force customers to install flash 9 :(<br />
But i&#8217;m trying using this function.. hope it helps&#8230;</p>
<p>Laters</p>]]></content:encoded>
	</item>
	<item>
		<title>By: enrico</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-26187</link>
		<dc:creator>enrico</dc:creator>
		<pubDate>Thu, 25 May 2006 13:02:52 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-26187</guid>
		<description>does anybody else have problems with printAsBitmap and the latest flash player? 

i&#039;m using flash 8, publishing for flash 6

and something as straightforward as:
printAsBitmap(_root, &quot;bframe&quot;);

prints fine with older plugins, but prints blank page with 8.0.24.0 on both i.e. and firefox... :(</description>
		<content:encoded><![CDATA[<p>does anybody else have problems with printAsBitmap and the latest flash player? </p>
<p>i&#8217;m using flash 8, publishing for flash 6</p>
<p>and something as straightforward as:<br />
printAsBitmap(_root, &#8220;bframe&#8221;);</p>
<p>prints fine with older plugins, but prints blank page with 8.0.24.0 on both i.e. and firefox&#8230; :(</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-16802</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 30 Mar 2006 19:23:28 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-16802</guid>
		<description>Actually you would want to do 0 to pageHeight, then pageHeight to pageHeight*2, then pageHeight*2 to pageHeight*3 etc.</description>
		<content:encoded><![CDATA[<p>Actually you would want to do 0 to pageHeight, then pageHeight to pageHeight*2, then pageHeight*2 to pageHeight*3 etc.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-16801</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 30 Mar 2006 19:22:24 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-16801</guid>
		<description>Conditionals. If the mc is longer than the pageHeight then add up to pageHeight, then add a second page that starts at pageHeight*2 and goes to pageHeight*3. Just because the functionality may not be build directly into the class doesn&#039;t mean you can&#039;t use the provided tools to accomplish it or even extend the class.</description>
		<content:encoded><![CDATA[<p>Conditionals. If the mc is longer than the pageHeight then add up to pageHeight, then add a second page that starts at pageHeight*2 and goes to pageHeight*3. Just because the functionality may not be build directly into the class doesn&#8217;t mean you can&#8217;t use the provided tools to accomplish it or even extend the class.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-11825</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 12 Dec 2005 19:49:44 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-11825</guid>
		<description>I want to know how to print longer than one page too. Any ideas. Have gotten nowhere with google.</description>
		<content:encoded><![CDATA[<p>I want to know how to print longer than one page too. Any ideas. Have gotten nowhere with google.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sgrosvenor</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-7652</link>
		<dc:creator>sgrosvenor</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-7652</guid>
		<description>&lt;p&gt;I&#039;m going to be blogging on a more code / example orientated approach over the next month(s) as per the previous few posts, although there may be the odd product review slotted in during the time.  Enjoy!&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to be blogging on a more code / example orientated approach over the next month(s) as per the previous few posts, although there may be the odd product review slotted in during the time.  Enjoy!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Leggett</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-7653</link>
		<dc:creator>Richard Leggett</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-7653</guid>
		<description>&lt;p&gt;Interesting thing about PrintJob is that it can only exist over one frame, thought the following thread might clear up any problems people were having with PrintJob (also contains a link to a MM technote on the matte) http://chattyfig.figleaf.com/ezmlm/ezmlm-cgi?1:sss:111437#b&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Interesting thing about PrintJob is that it can only exist over one frame, thought the following thread might clear up any problems people were having with PrintJob (also contains a link to a MM technote on the matte) <a href="http://chattyfig.figleaf.com/ezmlm/ezmlm-cgi?1:sss:111437#b" rel="nofollow">http://chattyfig.figleaf.com/ezmlm/ezmlm-cgi?1:sss:111437#b</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: MRC06460</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-7654</link>
		<dc:creator>MRC06460</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-7654</guid>
		<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I have used the PrintJob class and it does a good job, but their is one capability I cannont find.  &lt;/p&gt;

&lt;p&gt;I want to limit the number of copies printed to one.  I can get a bunch of information from the print dialog box (Landscape or portrait setting, page and print dimensions in pixels) but I cannot get access to the number of copies set.  &lt;/p&gt;

&lt;p&gt;If I had this number, I could abort the print job and say &quot;only one copy allowed&quot;&lt;/p&gt;

&lt;p&gt;Is there any way to control the number of copies printed from within Flash?????&lt;/p&gt;

&lt;p&gt;Thanks, &lt;/p&gt;

&lt;p&gt;MikeC&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have used the PrintJob class and it does a good job, but their is one capability I cannont find.  </p>
<p>I want to limit the number of copies printed to one.  I can get a bunch of information from the print dialog box (Landscape or portrait setting, page and print dimensions in pixels) but I cannot get access to the number of copies set.  </p>
<p>If I had this number, I could abort the print job and say &#8220;only one copy allowed&#8221;</p>
<p>Is there any way to control the number of copies printed from within Flash?????</p>
<p>Thanks, </p>
<p>MikeC</p>]]></content:encoded>
	</item>
	<item>
		<title>By: blundith</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-7655</link>
		<dc:creator>blundith</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-7655</guid>
		<description>&lt;p&gt;I have some concerns, mainly how it deals when you need to print a textarea with a text that excels the visible area and needs to be paged.&lt;/p&gt;

&lt;p&gt;It seems that still there is ome room to improve &lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I have some concerns, mainly how it deals when you need to print a textarea with a text that excels the visible area and needs to be paged.</p>
<p>It seems that still there is ome room to improve </p>]]></content:encoded>
	</item>
	<item>
		<title>By: HelpwithFlash</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-7656</link>
		<dc:creator>HelpwithFlash</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-7656</guid>
		<description>&lt;p&gt;Does anybody know how one would print a .txt file from a print button within flash?  The txt file is in the same directory as the .flv file.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Does anybody know how one would print a .txt file from a print button within flash?  The txt file is in the same directory as the .flv file.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Does it work???</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-7657</link>
		<dc:creator>Does it work???</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-7657</guid>
		<description>&lt;p&gt;The PrintJob class is ok...&lt;/p&gt;

&lt;p&gt;But does the PrintJob.orientation, PrintJob.paperHeight, PrintJob.paperWidth, PrintJob.pageHeight and PrintJob.pageWidth actually work? It doesn&#039;t seem to be working. If I can get that to work it would be pretty nifty.&lt;/p&gt;

&lt;p&gt;Any thoughts about this? Some sample code would be nice.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>The PrintJob class is ok&#8230;</p>
<p>But does the PrintJob.orientation, PrintJob.paperHeight, PrintJob.paperWidth, PrintJob.pageHeight and PrintJob.pageWidth actually work? It doesn&#8217;t seem to be working. If I can get that to work it would be pretty nifty.</p>
<p>Any thoughts about this? Some sample code would be nice.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: severiaan</title>
		<link>http://www.sitepoint.com/blogs/2004/05/27/messing-with-the-printjob-class/comment-page-1/#comment-7658</link>
		<dc:creator>severiaan</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">370882863#comment-7658</guid>
		<description>&lt;p&gt;I want to print mc longer than printer can print in one page, how can i do this?&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I want to print mc longer than printer can print in one page, how can i do this?</p>]]></content:encoded>
	</item>
</channel>
</rss>
