<?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: Magnifying glass zoom &#8211; Flash, Actionscript 2</title>
	<atom:link href="http://thecodemonster.net/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodemonster.net/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/</link>
	<description>Flash components, actionscript 2 &#38; 3, XML, Image galleries, Download Stock Flash Items made with Flash Actionscript 2 &#38; 3 and XML</description>
	<lastBuildDate>Tue, 23 Feb 2010 21:11:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Artluvr</title>
		<link>http://thecodemonster.net/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/comment-page-1/#comment-2545</link>
		<dc:creator>Artluvr</dc:creator>
		<pubDate>Sat, 18 Apr 2009 14:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/#comment-2545</guid>
		<description>@Ricardo, it uses one big picture and it scales it down so when you zoom with the magnifying glass you see the original size.</description>
		<content:encoded><![CDATA[<p>@Ricardo, it uses one big picture and it scales it down so when you zoom with the magnifying glass you see the original size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://thecodemonster.net/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/comment-page-1/#comment-2012</link>
		<dc:creator>Ricardo</dc:creator>
		<pubDate>Mon, 06 Apr 2009 11:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/#comment-2012</guid>
		<description>I want to know how many pictures this script uses. One or two? Because i want to use a Magnifying glass zoom without loosing quality in the picture.</description>
		<content:encoded><![CDATA[<p>I want to know how many pictures this script uses. One or two? Because i want to use a Magnifying glass zoom without loosing quality in the picture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eddie</title>
		<link>http://thecodemonster.net/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/comment-page-1/#comment-152</link>
		<dc:creator>eddie</dc:creator>
		<pubDate>Sat, 12 Apr 2008 16:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/#comment-152</guid>
		<description>hi;
is there a specific magnification 10x,20x30x plus on the Magnifying glass zoom? can the magnification be set? im looking to incorporate it in a webpage that sells digital microscopes,

thanks
eddie</description>
		<content:encoded><![CDATA[<p>hi;<br />
is there a specific magnification 10x,20&#215;30x plus on the Magnifying glass zoom? can the magnification be set? im looking to incorporate it in a webpage that sells digital microscopes,</p>
<p>thanks<br />
eddie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artluvr.com</title>
		<link>http://thecodemonster.net/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/comment-page-1/#comment-142</link>
		<dc:creator>Artluvr.com</dc:creator>
		<pubDate>Wed, 09 Apr 2008 06:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/#comment-142</guid>
		<description>You&#039;ll have to comment out lines 21, 22, 23, 24 of the code on the zoom container. This code moves the zoom container according to the mouse. 
Then you have to comment out the codes inside the functions onClipEvent(mouseDown) and onClipEvent(mouseUp). 

Inside the onClipEvent(mouseDown) you&#039;ll have to add the code that will enable dragging (startDrag) and inside onClipEvent(mouseUp) you&#039;ll have disable dragging (stopDrag).

Finally you&#039;ll have to add the onClipEvent(onEnterFrame) function inside the onClipEvent(mouseDown) and then inside the onClipEvent(mouseUp) you&#039;ll have to delete the onEnterFrame.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll have to comment out lines 21, 22, 23, 24 of the code on the zoom container. This code moves the zoom container according to the mouse.<br />
Then you have to comment out the codes inside the functions onClipEvent(mouseDown) and onClipEvent(mouseUp). </p>
<p>Inside the onClipEvent(mouseDown) you&#8217;ll have to add the code that will enable dragging (startDrag) and inside onClipEvent(mouseUp) you&#8217;ll have disable dragging (stopDrag).</p>
<p>Finally you&#8217;ll have to add the onClipEvent(onEnterFrame) function inside the onClipEvent(mouseDown) and then inside the onClipEvent(mouseUp) you&#8217;ll have to delete the onEnterFrame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh T.</title>
		<link>http://thecodemonster.net/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/comment-page-1/#comment-141</link>
		<dc:creator>Josh T.</dc:creator>
		<pubDate>Wed, 09 Apr 2008 05:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.artluvr.com/2008/03/22/magnifying-glass-zoom-flash-actionscript-2/#comment-141</guid>
		<description>Hi! Just bought this handy script. :) However, I&#039;d like to be able to treat the magnified area as a dragbable entity, rather than just replacing my cursor with it. I&#039;d like to be able to pick it up, drag it around and magnify the image as I drag it manually.

Any idea how this can happen?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hi! Just bought this handy script. <img src='http://thecodemonster.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  However, I&#8217;d like to be able to treat the magnified area as a dragbable entity, rather than just replacing my cursor with it. I&#8217;d like to be able to pick it up, drag it around and magnify the image as I drag it manually.</p>
<p>Any idea how this can happen?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
