<?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: Add Scroll Bars to Full Browser Flash with a Simple jQuery Plugin</title>
	<atom:link href="http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/</link>
	<description></description>
	<lastBuildDate>Fri, 08 Jan 2010 10:02:19 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-332</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 27 Aug 2009 18:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-332</guid>
		<description>Hey David

That is a very interesting idea. i think you could probably do if it you set the image width and height to 100% inside the div that you run the plugin on. Something like:
&lt;pre lang=&quot;php&quot;&gt;
&lt;div id=&quot;idusebyplugin&quot;&gt;&lt;img src=&quot;&quot; width=&quot;100%&quot; height=&quot;100%&quot; /&gt;&lt;/div&gt;
&lt;/pre&gt;
I think that could work if you make sure the div is set to 100% to start. 

Josh</description>
		<content:encoded><![CDATA[<p>Hey David</p>
<p>That is a very interesting idea. i think you could probably do if it you set the image width and height to 100% inside the div that you run the plugin on. Something like:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;idusebyplugin&quot;</span><span style="color: #339933;">&gt;&lt;</span>img src<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&quot;</span> width<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;100%&quot;</span> height<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;100%&quot;</span> <span style="color: #339933;">/&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>

<p>I think that could work if you make sure the div is set to 100% to start. </p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-331</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 27 Aug 2009 16:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-331</guid>
		<description>Hey, nice plugin. Do you know if this plugin can be made to work for an image instead of an swf? I&#039;ve been tinkering, but cannot get it to work well. (I&#039;m trying to mirror the exact resize behavior between flash and non-flash pages). Curiously, it does work if I load an image into the jquery flash plugin rather than a swf, but there is a kind of &quot;flash-load-time blink&quot; which is unfortunate for an image.

Best
David</description>
		<content:encoded><![CDATA[<p>Hey, nice plugin. Do you know if this plugin can be made to work for an image instead of an swf? I&#8217;ve been tinkering, but cannot get it to work well. (I&#8217;m trying to mirror the exact resize behavior between flash and non-flash pages). Curiously, it does work if I load an image into the jquery flash plugin rather than a swf, but there is a kind of &#8220;flash-load-time blink&#8221; which is unfortunate for an image.</p>
<p>Best<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-245</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-245</guid>
		<description>you could use script to get the monitor size and then pass that into the plugin. check out &lt;a href=&quot;http://andylangton.co.uk/articles/javascript/browser-screen-resolution/&quot; rel=&quot;nofollow&quot;&gt;Get Monitor Screen Resolution with Javascript&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>you could use script to get the monitor size and then pass that into the plugin. check out <a href="http://andylangton.co.uk/articles/javascript/browser-screen-resolution/" rel="nofollow">Get Monitor Screen Resolution with Javascript</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alphav</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-242</link>
		<dc:creator>alphav</dc:creator>
		<pubDate>Tue, 18 Aug 2009 08:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-242</guid>
		<description>Okay I kinda figured out my question. Could it be possible to adjust min values (as variables) according to the browser size or the monitor size.

Thank you.</description>
		<content:encoded><![CDATA[<p>Okay I kinda figured out my question. Could it be possible to adjust min values (as variables) according to the browser size or the monitor size.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Smith</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-160</link>
		<dc:creator>Daniel Smith</dc:creator>
		<pubDate>Fri, 10 Jul 2009 15:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-160</guid>
		<description>Hi, I was wondering if anyone knows how to implement this code to not re-size (large&#039;n) the swf, when I resize the browser?</description>
		<content:encoded><![CDATA[<p>Hi, I was wondering if anyone knows how to implement this code to not re-size (large&#8217;n) the swf, when I resize the browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sideDoor</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-152</link>
		<dc:creator>sideDoor</dc:creator>
		<pubDate>Wed, 03 Jun 2009 01:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-152</guid>
		<description>Thank you for the information!

So far, I could only get this to work in Firefox 3, in conjunction with the jQuery Flash Plugin used for embedding the swf file.  However, this combination didn&#039;t seem to work well in IE7...

I could not get this to work at all with swfobject(2), and it doesn&#039;t appear anyone else could either.

Thanks, sd</description>
		<content:encoded><![CDATA[<p>Thank you for the information!</p>
<p>So far, I could only get this to work in Firefox 3, in conjunction with the jQuery Flash Plugin used for embedding the swf file.  However, this combination didn&#8217;t seem to work well in IE7&#8230;</p>
<p>I could not get this to work at all with swfobject(2), and it doesn&#8217;t appear anyone else could either.</p>
<p>Thanks, sd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-/#comment-146</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 31 May 2009 20:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-146</guid>
		<description>do you have a link to the live example?</description>
		<content:encoded><![CDATA[<p>do you have a link to the live example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Predrag Pantelic</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-145</link>
		<dc:creator>Predrag Pantelic</dc:creator>
		<pubDate>Thu, 28 May 2009 19:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-145</guid>
		<description>I hope code is now visible in correct  format.This is flash generated html .
What am I doing wrong?



&lt;head&gt;

xmlFullscreenCross_Izmenjen
AC_FL_RunContent = 0;





$(document).ready(function() {
$(&#039;#myFlash&#039;).flash({
src: &#039;xmlFullscreenCross_Izmenjen.swf&#039;,
width: &quot;100%&quot;,
height: &quot;100%&quot;,
bgcolor: &quot;#000000&quot;
},
{
version: 8
});
$(&#039;#myFlash&#039;).flashResize({
minWidth: 800,
minHeight: 750
});
});


body{ padding:0px; margin:0px;}
.flash-replaced .alt {
display: block;
height: 0;
position: absolute;
overflow: hidden;
width: 0;
}




if (AC_FL_RunContent == 0) {
alert(&quot;This page requires AC_RunActiveContent.js.&quot;);
} else {
AC_FL_RunContent(
&#039;codebase&#039;, &#039;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&#039;,
&#039;width&#039;, &#039;100%&#039;,
&#039;height&#039;, &#039;100%&#039;,
................
..............
...................
&lt;div id=&quot;myFlash&quot;
&lt;a href=&quot;http://think2loud.com&quot; rel=&quot;nofollow&quot;&gt;Think2loud&lt;/a&gt; presents Flash resizing made easy</description>
		<content:encoded><![CDATA[<p>I hope code is now visible in correct  format.This is flash generated html .<br />
What am I doing wrong?</p>
<p>&lt;head&gt;</p>
<p>xmlFullscreenCross_Izmenjen<br />
AC_FL_RunContent = 0;</p>
<p>$(document).ready(function() {<br />
$(&#8216;#myFlash&#8217;).flash({<br />
src: &#8216;xmlFullscreenCross_Izmenjen.swf&#8217;,<br />
width: &#8220;100%&#8221;,<br />
height: &#8220;100%&#8221;,<br />
bgcolor: &#8220;#000000&#8243;<br />
},<br />
{<br />
version: 8<br />
});<br />
$(&#8216;#myFlash&#8217;).flashResize({<br />
minWidth: 800,<br />
minHeight: 750<br />
});<br />
});</p>
<p>body{ padding:0px; margin:0px;}<br />
.flash-replaced .alt {<br />
display: block;<br />
height: 0;<br />
position: absolute;<br />
overflow: hidden;<br />
width: 0;<br />
}</p>
<p>if (AC_FL_RunContent == 0) {<br />
alert(&#8220;This page requires AC_RunActiveContent.js.&#8221;);<br />
} else {<br />
AC_FL_RunContent(<br />
&#8216;codebase&#8217;, &#8216;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&#8242;,<br />
&#8216;width&#8217;, &#8216;100%&#8217;,<br />
&#8216;height&#8217;, &#8216;100%&#8217;,<br />
&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
&#8230;&#8230;&#8230;&#8230;..<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
&lt;div id=&#8221;myFlash&#8221;<br />
<a href="http://think2loud.com" rel="nofollow">Think2loud</a> presents Flash resizing made easy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Predrag Pantelic</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-144</link>
		<dc:creator>Predrag Pantelic</dc:creator>
		<pubDate>Thu, 28 May 2009 19:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-144</guid>
		<description>Hmmm</description>
		<content:encoded><![CDATA[<p>Hmmm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Predrag Pantelic</title>
		<link>http://think2loud.com/add-scroll-bars-to-full-browser-flash-with-a-simple-jquery-plugin/comment-page-1/#comment-143</link>
		<dc:creator>Predrag Pantelic</dc:creator>
		<pubDate>Thu, 28 May 2009 19:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.think2loud.com/?p=268#comment-143</guid>
		<description>I’m trying to implementyour script in my html.
I can not get scroll bar to work .What am I doing wrong? My html is below.
Thanks for help!
Predrag






flashResize jQuery Plugin





$(document).ready(function() {

	//Write out the falsh
	$(&#039;#myFlash&#039;).flash({
		src: &#039;bunny.swf&#039;,
		width: &quot;100%&quot;,
		height: &quot;100%&quot;,
		bgcolor: &quot;#000000&quot;
	},
	{
		version: 8
	});

	//Flash Resize Setup
	$(&#039;#myFlash&#039;).flashResize({
  		minWidth: 800,
  		minHeight: 750
	});



});



	body{ padding:0px; margin:0px;}
	.flash-replaced .alt {
		display: block;
		height: 0;
		position: absolute;
		overflow: hidden;
		width: 0;
	}




	&lt;a href=&quot;http://think2loud.com&quot; rel=&quot;nofollow&quot;&gt;Think2loud&lt;/a&gt; presents Flash resizing made easy.</description>
		<content:encoded><![CDATA[<p>I’m trying to implementyour script in my html.<br />
I can not get scroll bar to work .What am I doing wrong? My html is below.<br />
Thanks for help!<br />
Predrag</p>
<p>flashResize jQuery Plugin</p>
<p>$(document).ready(function() {</p>
<p>	//Write out the falsh<br />
	$(&#8216;#myFlash&#8217;).flash({<br />
		src: &#8216;bunny.swf&#8217;,<br />
		width: &#8220;100%&#8221;,<br />
		height: &#8220;100%&#8221;,<br />
		bgcolor: &#8220;#000000&#8243;<br />
	},<br />
	{<br />
		version: 8<br />
	});</p>
<p>	//Flash Resize Setup<br />
	$(&#8216;#myFlash&#8217;).flashResize({<br />
  		minWidth: 800,<br />
  		minHeight: 750<br />
	});</p>
<p>});</p>
<p>	body{ padding:0px; margin:0px;}<br />
	.flash-replaced .alt {<br />
		display: block;<br />
		height: 0;<br />
		position: absolute;<br />
		overflow: hidden;<br />
		width: 0;<br />
	}</p>
<p>	<a href="http://think2loud.com" rel="nofollow">Think2loud</a> presents Flash resizing made easy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.684 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 15:12:13 -->
