<?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 for marchawkins.com</title>
	<atom:link href="http://www.marchawkins.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marchawkins.com</link>
	<description>where to go when you can’t get enough of me</description>
	<lastBuildDate>Tue, 06 Jul 2010 14:32:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Marc</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-199</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 06 Jul 2010 14:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-199</guid>
		<description>Maybe you&#039;re in the process of working on that page (http://techmodi.com/demo/myauto/say-cheese.php), but it looks like you&#039;ve got some problems in your references to the swf files. First, this isn&#039;t a valid url: http://vibha/myauto/cam-capture.fla  and you need to reference the .swf file, not the raw flash file.

I&#039;m afraid if you don&#039;t have the ability to compile the flash file into a swf file, there&#039;s not much else I can do to help.</description>
		<content:encoded><![CDATA[<p>Maybe you&#8217;re in the process of working on that page (<a href="http://techmodi.com/demo/myauto/say-cheese.php" rel="nofollow">http://techmodi.com/demo/myauto/say-cheese.php</a>), but it looks like you&#8217;ve got some problems in your references to the swf files. First, this isn&#8217;t a valid url: <a href="http://vibha/myauto/cam-capture.fla" rel="nofollow">http://vibha/myauto/cam-capture.fla</a>  and you need to reference the .swf file, not the raw flash file.</p>
<p>I&#8217;m afraid if you don&#8217;t have the ability to compile the flash file into a swf file, there&#8217;s not much else I can do to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Marc</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-198</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 06 Jul 2010 14:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-198</guid>
		<description>The swf file won&#039;t really do you much good because you need to define the url to the jpeg encoding php script (on your server) within the fla file and then export your swf file.</description>
		<content:encoded><![CDATA[<p>The swf file won&#8217;t really do you much good because you need to define the url to the jpeg encoding php script (on your server) within the fla file and then export your swf file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Marc</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-197</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 06 Jul 2010 14:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-197</guid>
		<description>This should tell you how to install the as3corelib library for use in Flash: http://www.actionscript.org/forums/showthread.php3?t=157388

Basically, you can either put the .swc file in a certain folder (see link above) or define the path to it in your preferences: Preferences &gt; ActionScript &gt; ActionScript 3 Settings.</description>
		<content:encoded><![CDATA[<p>This should tell you how to install the as3corelib library for use in Flash: <a href="http://www.actionscript.org/forums/showthread.php3?t=157388" rel="nofollow">http://www.actionscript.org/forums/showthread.php3?t=157388</a></p>
<p>Basically, you can either put the .swc file in a certain folder (see link above) or define the path to it in your preferences: Preferences > ActionScript > ActionScript 3 Settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Hiraman Patil</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-196</link>
		<dc:creator>Hiraman Patil</dc:creator>
		<pubDate>Tue, 06 Jul 2010 09:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-196</guid>
		<description>Hi Marc,
http://techmodi.com/demo/myauto/say-cheese.php
please check this url

/**********************

 
       
       
			&lt;!-- setup toggle link to show/hide webcam swf (noConflict is optional) --&gt;
			$(document).ready(function() {
				// nav scripts
				$(&quot;#cam-toggle&quot;).click(function(event) {
					event.preventDefault();
					$(&quot;.cam-taker&quot;).slideToggle();
				});						
			});	
		
        
        &lt;a href=&quot;;&quot; title=&quot;Take your photo&quot; rel=&quot;nofollow&quot;&gt;Take a shot with your webcam now &#187;&lt;/a&gt;
		
			&lt;!-- embed webcam swf viw swfobject --&gt;
		  
				var flashvars = {};
				var params = {};
				var attributes = {};
				
				
				swfobject.embedSWF(&quot;http://techmodi.com/demo/myauto/cam-capture.fla&quot;, &quot;camSWF&quot;, &quot;670&quot;, &quot;290&quot;, &quot;9.0.0&quot;,&quot;expressInstall.swf&quot;, flashvars, params, attributes);
			
       		 

		
        &lt;!-- cam-taker --&gt;
        

**********************/
till I can&#039;t see swf or player to detect webcam.
I just want to run above code when

I don&#039;t have knowledge about webcam process. please help me here.

Thanks again</description>
		<content:encoded><![CDATA[<p>Hi Marc,<br />
<a href="http://techmodi.com/demo/myauto/say-cheese.php" rel="nofollow">http://techmodi.com/demo/myauto/say-cheese.php</a><br />
please check this url</p>
<p>/**********************</p>
<p>			<!-- setup toggle link to show/hide webcam swf (noConflict is optional) --><br />
			$(document).ready(function() {<br />
				// nav scripts<br />
				$(&#8220;#cam-toggle&#8221;).click(function(event) {<br />
					event.preventDefault();<br />
					$(&#8220;.cam-taker&#8221;).slideToggle();<br />
				});<br />
			});	</p>
<p>        <a href=";" title="Take your photo" rel="nofollow">Take a shot with your webcam now &raquo;</a></p>
<p>			<!-- embed webcam swf viw swfobject --></p>
<p>				var flashvars = {};<br />
				var params = {};<br />
				var attributes = {};</p>
<p>				swfobject.embedSWF(&#8220;http://techmodi.com/demo/myauto/cam-capture.fla&#8221;, &#8220;camSWF&#8221;, &#8220;670&#8243;, &#8220;290&#8243;, &#8220;9.0.0&#8243;,&#8221;expressInstall.swf&#8221;, flashvars, params, attributes);</p>
<p>        <!-- cam-taker --></p>
<p>**********************/<br />
till I can&#8217;t see swf or player to detect webcam.<br />
I just want to run above code when</p>
<p>I don&#8217;t have knowledge about webcam process. please help me here.</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Hiraman Patil</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-195</link>
		<dc:creator>Hiraman Patil</dc:creator>
		<pubDate>Tue, 06 Jul 2010 09:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-195</guid>
		<description>One more thing please.
In your zip folder I found .fla file. but I want .swf file.
.fla not supporting here. can you give me .swf file?
please also give reply on my above comment.

thanks</description>
		<content:encoded><![CDATA[<p>One more thing please.<br />
In your zip folder I found .fla file. but I want .swf file.<br />
.fla not supporting here. can you give me .swf file?<br />
please also give reply on my above comment.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Hiraman Patil</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-194</link>
		<dc:creator>Hiraman Patil</dc:creator>
		<pubDate>Tue, 06 Jul 2010 06:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-194</guid>
		<description>Hi Marc,
Thank you very much for your quick reply.

As per your reply I have downloaded  &quot;as3corelib-.93.zip&quot;
and got 4 folders in it (docs, lib, src, tests and two files also).


so what can I do next?

as per you comment - &#039;You do need as3corelib installed on your machine to successfully compile&#039;.

What can I do for this?
please reply me.

thanks,
Hiraman Patil</description>
		<content:encoded><![CDATA[<p>Hi Marc,<br />
Thank you very much for your quick reply.</p>
<p>As per your reply I have downloaded  &#8220;as3corelib-.93.zip&#8221;<br />
and got 4 folders in it (docs, lib, src, tests and two files also).</p>
<p>so what can I do next?</p>
<p>as per you comment &#8211; &#8216;You do need as3corelib installed on your machine to successfully compile&#8217;.</p>
<p>What can I do for this?<br />
please reply me.</p>
<p>thanks,<br />
Hiraman Patil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Marc</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-193</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 05 Jul 2010 13:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-193</guid>
		<description>Hrm - could be a couple of things. First I&#039;d check the css/js. It&#039;s possible that the flash piece is there, but not showing when when you click the link. That text link should trigger a jquery function to display the div containing the video.

The file should run on any client with flash 9 installed. You do need as3corelib installed on your machine to successfully compile the final swf file (if you re-exported it from flash).

If you put your files up on at url somewhere I can take a look and see if I notice anything.</description>
		<content:encoded><![CDATA[<p>Hrm &#8211; could be a couple of things. First I&#8217;d check the css/js. It&#8217;s possible that the flash piece is there, but not showing when when you click the link. That text link should trigger a jquery function to display the div containing the video.</p>
<p>The file should run on any client with flash 9 installed. You do need as3corelib installed on your machine to successfully compile the final swf file (if you re-exported it from flash).</p>
<p>If you put your files up on at url somewhere I can take a look and see if I notice anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Hiraman Patil</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-192</link>
		<dc:creator>Hiraman Patil</dc:creator>
		<pubDate>Mon, 05 Jul 2010 09:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-192</guid>
		<description>Hello all,
 I have downloaded all the files. also downloaded swfobject.js and jquery.min.js from google.

But when I click on &quot;Take a shot with your webcam now »&quot; this link nothing happen.

 is there any flash installation require to run this?

Please help me on same.

thanks
Hiraman Patil</description>
		<content:encoded><![CDATA[<p>Hello all,<br />
 I have downloaded all the files. also downloaded swfobject.js and jquery.min.js from google.</p>
<p>But when I click on &#8220;Take a shot with your webcam now »&#8221; this link nothing happen.</p>
<p> is there any flash installation require to run this?</p>
<p>Please help me on same.</p>
<p>thanks<br />
Hiraman Patil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Marc</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-151</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 20 May 2010 18:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-151</guid>
		<description>Marcel - I just emailed you some info. Probably easier to hammer it out there.</description>
		<content:encoded><![CDATA[<p>Marcel &#8211; I just emailed you some info. Probably easier to hammer it out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and upload a webcam still with Flash by Marc</title>
		<link>http://www.marchawkins.com/2010/03/17/capture-and-upload-a-webcam-still-with-flash/comment-page-1/#comment-148</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 20 May 2010 18:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.marchawkins.com/?p=162#comment-148</guid>
		<description>You&#039;d have to check with your web host about the real database information. Same thing with that query. You probably can&#039;t just copy/paste it, but it should give you a reference for when you create your own table in your database.</description>
		<content:encoded><![CDATA[<p>You&#8217;d have to check with your web host about the real database information. Same thing with that query. You probably can&#8217;t just copy/paste it, but it should give you a reference for when you create your own table in your database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
