<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlexBlog on HTML5, PhoneGap, and Flash Platform! &#187; Facebook</title>
	<atom:link href="http://flexblog.teerasej.com/category/adobe-flash-platform/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexblog.teerasej.com</link>
	<description>Consult, training, and sharing about Adobe HTML5, PhoneGap, and Flash Platform solution, by Amaround Co., Ltd., Tel: +66 (0)86 661 5058</description>
	<lastBuildDate>Sun, 06 May 2012 14:57:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to: Avoid scroll bar when you develop Facebook Application with Flash Platform</title>
		<link>http://flexblog.teerasej.com/adobe-flash-platform/how-to-avoid-scroll-bar-when-you-develop-facebook-application-with-flash-platform/</link>
		<comments>http://flexblog.teerasej.com/adobe-flash-platform/how-to-avoid-scroll-bar-when-you-develop-facebook-application-with-flash-platform/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 20:09:48 +0000</pubDate>
		<dc:creator>Teerasej</dc:creator>
				<category><![CDATA[Adobe Flash Platform]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook development]]></category>
		<category><![CDATA[Flash platform]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[swfobject]]></category>

		<guid isPermaLink="false">http://flexblog.teerasej.com/?p=1179</guid>
		<description><![CDATA[Ok, I know you might found this problem after trying to implement a Facebook Application (or Facebook Game) with Adobe Flash Platform with Facebook-actionscript-API official from Adobe. After excited with your simple application and yes, upload to your web server and test in Facebook Application Page, and&#8230; you may found this scroll bar! Solution First ...]]></description>
			<content:encoded><![CDATA[<p>Ok, I know you might found this problem after trying to implement a Facebook Application (or Facebook Game) with Adobe Flash Platform with <a href="http://code.google.com/p/facebook-actionscript-api/">Facebook-actionscript-API</a> official from Adobe. After excited with your simple application and yes, upload to your web server and test in Facebook Application Page, and&#8230; you may found this scroll bar!</p>
<div id="attachment_1180" class="wp-caption alignnone" style="width: 657px"><a href="http://flexblog.teerasej.com/wp-content/uploads/2011/03/Scroll-Bar-appear-in-using-Facebook-actionscript-api-and-run-on-Facebook-Application-page.jpg"><img class="size-full wp-image-1180 " title="Scroll Bar appear in using Facebook-actionscript-api and run on Facebook Application page" src="http://flexblog.teerasej.com/wp-content/uploads/2011/03/Scroll-Bar-appear-in-using-Facebook-actionscript-api-and-run-on-Facebook-Application-page.jpg" alt="" width="647" height="287" /></a>
<p class="wp-caption-text">What? a mighty scroll bar in my Flash Facebook app?!</p>
</div>
<h2>Solution</h2>
<p>First of all, be happy! because the creator of <a href="http://code.google.com/p/swfobject/">SWFObject</a> (yes, even in official Adobe&#8217;s tutorial use SWFObject in their HTML Wrapper for create Facebook application with Flash content) notice about this problem. So they put the solution in their website. You just need to set some CSS style in your HTML file (or external CSS file if necessary). Like below&#8230;</p>
<pre>html {
  height: 100%;
  overflow: hidden; /* Hides scrollbar in IE */
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#flashcontent {
  height: 100%;
}</pre>
<p>Thank you, for SWFObject team! Now your scroll bar will be disappear!</p>
<p>From &#8211; <a href="http://learnswfobject.com/advanced-topics/100-width-and-height-in-browser/">Learn SWFObject.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flexblog.teerasej.com/adobe-flash-platform/how-to-avoid-scroll-bar-when-you-develop-facebook-application-with-flash-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

