<?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: FlashPaper Component 0.7</title>
	<atom:link href="http://yourpalmark.com/2006/06/14/flashpaper-component-07/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/</link>
	<description>lulz</description>
	<lastBuildDate>Sat, 07 Jan 2012 17:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: OMA</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-108</link>
		<dc:creator>OMA</dc:creator>
		<pubDate>Thu, 10 Apr 2008 15:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-108</guid>
		<description>Ok, I got it! I finally found the way to dinamically resize the FlashPaper Component when resizing the window of the player or web browser. I just had to check the component documentation ;-)

This is the code that works:

Stage.align = &quot;TL&quot;;
Stage.scaleMode = &quot;noscale&quot;;
Stage.addListener(this);

function onResize()
{
myFlashPaper.setSize(Stage.width,Stage.height);
}
onResize();

With that, it will get automatically resized when the user resizes the container window (if it&#039;s a web page, make sure the Flash movie is set to 100% width and height). Using this method, the UI (the top bar with icons) won&#039;t get bigger when resizing, only the display area will get bigger.

OMA


</description>
		<content:encoded><![CDATA[<p>Ok, I got it! I finally found the way to dinamically resize the FlashPaper Component when resizing the window of the player or web browser. I just had to check the component documentation <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>This is the code that works:</p>
<p>Stage.align = &#8220;TL&#8221;;<br />
Stage.scaleMode = &#8220;noscale&#8221;;<br />
Stage.addListener(this);</p>
<p>function onResize()<br />
{<br />
myFlashPaper.setSize(Stage.width,Stage.height);<br />
}<br />
onResize();</p>
<p>With that, it will get automatically resized when the user resizes the container window (if it&#8217;s a web page, make sure the Flash movie is set to 100% width and height). Using this method, the UI (the top bar with icons) won&#8217;t get bigger when resizing, only the display area will get bigger.</p>
<p>OMA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OMA</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-107</link>
		<dc:creator>OMA</dc:creator>
		<pubDate>Thu, 10 Apr 2008 14:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-107</guid>
		<description>BTW, I&#039;m also using this at the beginning of the code:

Stage.align = &quot;TL&quot;;
Stage.scaleMode = &quot;noscale&quot;;
Stage.addListener(this);

So the stage aligns to the top left, the movie doesn&#039;t automatically scale (because then the Flashpaper UI would resize too), and then a listener is added so the onResize() method works.

Everything seems to be working fine, except that the Flashpaper component becomes distorted when resizing the window :(

Any ideas?

OMA
</description>
		<content:encoded><![CDATA[<p>BTW, I&#8217;m also using this at the beginning of the code:</p>
<p>Stage.align = &#8220;TL&#8221;;<br />
Stage.scaleMode = &#8220;noscale&#8221;;<br />
Stage.addListener(this);</p>
<p>So the stage aligns to the top left, the movie doesn&#8217;t automatically scale (because then the Flashpaper UI would resize too), and then a listener is added so the onResize() method works.</p>
<p>Everything seems to be working fine, except that the Flashpaper component becomes distorted when resizing the window <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Any ideas?</p>
<p>OMA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OMA</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-106</link>
		<dc:creator>OMA</dc:creator>
		<pubDate>Thu, 10 Apr 2008 13:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-106</guid>
		<description>Gauvain, this is not a PDF viewer. You&#039;ll have to convert your PDFs to Flash using the original Macromedia FlashPaper application. Then use the resulting SWF with this component.


Now I&#039;m having a problem with resizing the FlashPaper component. I&#039;m using the following code:

function onResize()
{
myFlashPaper._width=Stage.width;
myFlashPaper._height=Stage.height;
}

But that doesn&#039;t work propery. The second I start resizing the window, the FlashPaper component becomes completely distorted! (it becames too small and too wide, so it&#039;s unreadable). How can I fix that?
</description>
		<content:encoded><![CDATA[<p>Gauvain, this is not a PDF viewer. You&#8217;ll have to convert your PDFs to Flash using the original Macromedia FlashPaper application. Then use the resulting SWF with this component.</p>
<p>Now I&#8217;m having a problem with resizing the FlashPaper component. I&#8217;m using the following code:</p>
<p>function onResize()<br />
{<br />
myFlashPaper._width=Stage.width;<br />
myFlashPaper._height=Stage.height;<br />
}</p>
<p>But that doesn&#8217;t work propery. The second I start resizing the window, the FlashPaper component becomes completely distorted! (it becames too small and too wide, so it&#8217;s unreadable). How can I fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gauvain</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-105</link>
		<dc:creator>Gauvain</dc:creator>
		<pubDate>Wed, 02 Apr 2008 17:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-105</guid>
		<description>Hi. Thanks for this component. It&#039;s easy to use it and to configurate it.

Nevertheless I have a little problem. I&#039;m trying to use it as a Pdf viewer. And it don&#039;t works.

Is there some parameters to adjust?

Any ideas?
</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for this component. It&#8217;s easy to use it and to configurate it.</p>
<p>Nevertheless I have a little problem. I&#8217;m trying to use it as a Pdf viewer. And it don&#8217;t works.</p>
<p>Is there some parameters to adjust?</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Friederike</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-104</link>
		<dc:creator>Friederike</dc:creator>
		<pubDate>Sat, 07 Jul 2007 05:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-104</guid>
		<description>Hi there! This component is just awesome! Everything works just fine, BUT something really akward happens every time I load that swf that holds the component onto level 1 through a button in a swf on level 0 a browser window opens up with the flashpaper at the same time, which I really dont want. I am higly confused and would be really thankfull if you could help me! Kind regards from good old Germany, Frieda
</description>
		<content:encoded><![CDATA[<p>Hi there! This component is just awesome! Everything works just fine, BUT something really akward happens every time I load that swf that holds the component onto level 1 through a button in a swf on level 0 a browser window opens up with the flashpaper at the same time, which I really dont want. I am higly confused and would be really thankfull if you could help me! Kind regards from good old Germany, Frieda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-103</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 28 May 2007 10:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-103</guid>
		<description>This a great component, and it&#039;s much appreciated.  I&#039;m having a problem, however getting it to work.  When I test in flash, everything is fine, but when viewed in IE6, the events aren&#039;t working.  I tested this with a very simple file that called the fp .swf and implemented a button that I could use to resize it after it loaded.  It works fine when tested in flash, but it will not resize when viewed in IE6.  Any suggestions?
</description>
		<content:encoded><![CDATA[<p>This a great component, and it&#8217;s much appreciated.  I&#8217;m having a problem, however getting it to work.  When I test in flash, everything is fine, but when viewed in IE6, the events aren&#8217;t working.  I tested this with a very simple file that called the fp .swf and implemented a button that I could use to resize it after it loaded.  It works fine when tested in flash, but it will not resize when viewed in IE6.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philoumg</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-102</link>
		<dc:creator>philoumg</dc:creator>
		<pubDate>Thu, 05 Apr 2007 00:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-102</guid>
		<description>Hi,

I&#039;m a beginner in AS and i wish to use flashpaper .swf with your component on flash8.

I have website with contener.swf and nav.swf.
In contener there is MC in wich i load .swf i want.

such .swf are flashpaper filer. How i use your component ?

Thanks
Philippe

</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m a beginner in AS and i wish to use flashpaper .swf with your component on flash8.</p>
<p>I have website with contener.swf and nav.swf.<br />
In contener there is MC in wich i load .swf i want.</p>
<p>such .swf are flashpaper filer. How i use your component ?</p>
<p>Thanks<br />
Philippe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mik</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-101</link>
		<dc:creator>Mik</dc:creator>
		<pubDate>Wed, 28 Feb 2007 22:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-101</guid>
		<description>It&#039;s possible to force via actionscript the scrolling of pages (in order to simulate mouse wheel)?
Something like doScroll(nLines);

I really need that..
</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible to force via actionscript the scrolling of pages (in order to simulate mouse wheel)?<br />
Something like doScroll(nLines);</p>
<p>I really need that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-100</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Mon, 11 Dec 2006 08:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-100</guid>
		<description>Hello Mark! Bless you sir for making this component.  I have not used it yet, but am thrilled that I can assert more control over the UI if I or my clients wish.  Where is your tip jar? :-)

I have put in a feature request with Adobe for FP to support PARAM attributes for rudimentary control on load.  That should not impact the need for security provided via API control or commercial options like at Zanzibar Fiction.
</description>
		<content:encoded><![CDATA[<p>Hello Mark! Bless you sir for making this component.  I have not used it yet, but am thrilled that I can assert more control over the UI if I or my clients wish.  Where is your tip jar? <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have put in a feature request with Adobe for FP to support PARAM attributes for rudimentary control on load.  That should not impact the need for security provided via API control or commercial options like at Zanzibar Fiction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermy</title>
		<link>http://yourpalmark.com/2006/06/14/flashpaper-component-07/comment-page-1/#comment-99</link>
		<dc:creator>Jermy</dc:creator>
		<pubDate>Mon, 06 Nov 2006 19:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2006/06/14/flashpaper-component-07/#comment-99</guid>
		<description>is there a way to make a save as pdf button?
</description>
		<content:encoded><![CDATA[<p>is there a way to make a save as pdf button?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

