<?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>undefined-type &#187; deny</title>
	<atom:link href="http://undefined-type.com/tag/deny/feed/" rel="self" type="application/rss+xml" />
	<link>http://undefined-type.com</link>
	<description>Flex,Flash &#38; AIR</description>
	<lastBuildDate>Wed, 18 Nov 2009 09:48:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Webcam Privacy DENY</title>
		<link>http://undefined-type.com/2009/06/webcam-privacy-deny/</link>
		<comments>http://undefined-type.com/2009/06/webcam-privacy-deny/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 14:33:58 +0000</pubDate>
		<dc:creator>Bäcker</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[deny]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[reconnect]]></category>
		<category><![CDATA[StatusEvent]]></category>
		<category><![CDATA[try again]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://undefined-type.com/?p=551</guid>
		<description><![CDATA[Working with a online webcam application and when trying my user-cases I noticed an irritating problem.
When connecting a webcam class to a Video the Privacy settings automaticly appear.
video.attachCamera( camera ); 
But if the user clicks DENY instead of ALLOW you can get into a little problem. My application needs a webcam so what I do is to show [...]]]></description>
			<content:encoded><![CDATA[<p>Working with a online webcam application and when trying my user-cases I noticed an irritating problem.</p>
<p>When connecting a webcam class to a Video the Privacy settings automaticly appear.<br />
<strong>video.attachCamera( camera ); </strong></p>
<p>But if the user clicks <strong>DENY</strong> instead of <strong>ALLOW</strong> you can get into a little problem. My application needs a webcam so what I do is to show the user some copy and telling them to <strong>ALLOW</strong> the webcam or go somewhere else to play.</p>
<p>To check if the first time was allowed or not is easy with <br />
<strong>camera.addEventListener(StatusEvent.STATUS, onCameraStatus);</strong><br />
but this is only triggered first time, event if I create a new Camera and Video class. </p>
<p><strong>Solution</strong><br />
After the first event I set a variable that the user has already got the Privacy window. <strong>IF</strong> the user selects <strong>DENY</strong> and I want to give them another change (after my nice warning window) I do everything <strong>EXACTLY</strong> the same way, <strong>JUST ADD</strong><br />
<strong>Security.showSettings(SecurityPanel.PRIVACY);</strong><br />
If it&#8217;s the next try.</p>
]]></content:encoded>
			<wfw:commentRss>http://undefined-type.com/2009/06/webcam-privacy-deny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
