<?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: Storing data locally in AIR</title>
	<atom:link href="http://corlan.org/2008/09/02/storing-data-locally-in-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/</link>
	<description>Flex, AIR and Rock&#38;Roll</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:49:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: avirag</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-5475</link>
		<dc:creator>avirag</dc:creator>
		<pubDate>Thu, 16 Jul 2009 09:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-5475</guid>
		<description>i m makinhg a Adobe AiR application using flex builder 3.
can u plz solve my problem.</description>
		<content:encoded><![CDATA[<p>i m makinhg a Adobe AiR application using flex builder 3.<br />
can u plz solve my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bart</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-5474</link>
		<dc:creator>bart</dc:creator>
		<pubDate>Thu, 16 Jul 2009 08:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-5474</guid>
		<description>Hi Avirag, what are you building?

I had similar problem, I ended up downloading the files from the Air application and store them in the Storage directory. Only tricky part is how you then get the swf files in the swfloaders, because that&#039;s a securtity issue.</description>
		<content:encoded><![CDATA[<p>Hi Avirag, what are you building?</p>
<p>I had similar problem, I ended up downloading the files from the Air application and store them in the Storage directory. Only tricky part is how you then get the swf files in the swfloaders, because that&#8217;s a securtity issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avirag</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-5473</link>
		<dc:creator>avirag</dc:creator>
		<pubDate>Thu, 16 Jul 2009 08:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-5473</guid>
		<description>hi!!!!!
I already have 100 video files (.swf format) which I want to play in the player(made in Flex Builder3)
How can I store these videos files locally in SQLite and play them from there.
After that how to bundle my AIR application and database together to distribute my application to users.Actually,I want to make completely offline application for users having no net connection.
 
I will be thankful if u would give me code for this.</description>
		<content:encoded><![CDATA[<p>hi!!!!!<br />
I already have 100 video files (.swf format) which I want to play in the player(made in Flex Builder3)<br />
How can I store these videos files locally in SQLite and play them from there.<br />
After that how to bundle my AIR application and database together to distribute my application to users.Actually,I want to make completely offline application for users having no net connection.</p>
<p>I will be thankful if u would give me code for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bart</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-4520</link>
		<dc:creator>bart</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-4520</guid>
		<description>ehm, i should have checked the loader complete event.
and learn that when I am stepping the complete event does not popup</description>
		<content:encoded><![CDATA[<p>ehm, i should have checked the loader complete event.<br />
and learn that when I am stepping the complete event does not popup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bart</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-4519</link>
		<dc:creator>bart</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-4519</guid>
		<description>could it be that it just doesn&#039;t work anymore in latest Air?</description>
		<content:encoded><![CDATA[<p>could it be that it just doesn&#8217;t work anymore in latest Air?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bart</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-4518</link>
		<dc:creator>bart</dc:creator>
		<pubDate>Sun, 07 Jun 2009 22:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-4518</guid>
		<description>How do I load the swf back into the Air app?
I tried Swfloader.source = bytearray;
and Loader.LoadBytes(bytearray)

but I never get the loader.content object, it&#039;s always null

I worked many hours on this problem, I need HELP !!</description>
		<content:encoded><![CDATA[<p>How do I load the swf back into the Air app?<br />
I tried Swfloader.source = bytearray;<br />
and Loader.LoadBytes(bytearray)</p>
<p>but I never get the loader.content object, it&#8217;s always null</p>
<p>I worked many hours on this problem, I need HELP !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dieyana</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-2479</link>
		<dc:creator>dieyana</dc:creator>
		<pubDate>Mon, 16 Mar 2009 02:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-2479</guid>
		<description>ok...most of the example on local database is about user input data(a form).what if my application doesn&#039;t have a form?it contain a datagrid.i want to save data in the datagrid into local database.can u show me how??i&#039;m desperately need this solution.thanks a lot.</description>
		<content:encoded><![CDATA[<p>ok&#8230;most of the example on local database is about user input data(a form).what if my application doesn&#8217;t have a form?it contain a datagrid.i want to save data in the datagrid into local database.can u show me how??i&#8217;m desperately need this solution.thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-2451</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Sun, 15 Mar 2009 04:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-2451</guid>
		<description>@dieyana

I don&#039;t understand what you mean. The first topic my article is about how to save data in the local SQLite database (function writeData()).</description>
		<content:encoded><![CDATA[<p>@dieyana</p>
<p>I don&#8217;t understand what you mean. The first topic my article is about how to save data in the local SQLite database (function writeData()).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dieyana</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-2362</link>
		<dc:creator>dieyana</dc:creator>
		<pubDate>Fri, 13 Mar 2009 06:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-2362</guid>
		<description>hye...i&#039;m interested in your article.but u didn&#039;t mention on how an application can save data in the database.for example,when user click the &#039;save&#039; button,all the data in that application can be saved into the database.

can you show that.</description>
		<content:encoded><![CDATA[<p>hye&#8230;i&#8217;m interested in your article.but u didn&#8217;t mention on how an application can save data in the database.for example,when user click the &#8217;save&#8217; button,all the data in that application can be saved into the database.</p>
<p>can you show that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dieyana</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-2286</link>
		<dc:creator>dieyana</dc:creator>
		<pubDate>Fri, 06 Mar 2009 08:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-2286</guid>
		<description>hye...i have read your post!!it&#039;s interesting!!i have an example of application to save data into local database.but the example using data input from user(like a form)then save the data to database.i want to ask,what if my application data come from other type of input(user browse a file).how could i save the data to the database??
could u show me.so that i can learn.thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>hye&#8230;i have read your post!!it&#8217;s interesting!!i have an example of application to save data into local database.but the example using data input from user(like a form)then save the data to database.i want to ask,what if my application data come from other type of input(user browse a file).how could i save the data to the database??<br />
could u show me.so that i can learn.thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suman</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1642</link>
		<dc:creator>suman</dc:creator>
		<pubDate>Fri, 23 Jan 2009 10:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1642</guid>
		<description>need to store the form data while sending to server,using Air or flex 

thanx</description>
		<content:encoded><![CDATA[<p>need to store the form data while sending to server,using Air or flex </p>
<p>thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1441</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Wed, 10 Dec 2008 08:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1441</guid>
		<description>@Nils

We have solutions for DRM (based on FMS servers). however, you could use for your usecase storing the mp3 files inside of encrypted local database.

You need to protect only the transfer from server to the client.</description>
		<content:encoded><![CDATA[<p>@Nils</p>
<p>We have solutions for DRM (based on FMS servers). however, you could use for your usecase storing the mp3 files inside of encrypted local database.</p>
<p>You need to protect only the transfer from server to the client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1439</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Tue, 09 Dec 2008 21:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1439</guid>
		<description>Hello Mihai !

Have you had any experience on local caching of encrypted files ? For instance a MP3 file that you want to cache locally, but not allow the user to &quot;steal&quot; the file. Are there methods to encrypt mediafiles and leave them unusable to any other application than the Air app that stored the file ?

Thanks !</description>
		<content:encoded><![CDATA[<p>Hello Mihai !</p>
<p>Have you had any experience on local caching of encrypted files ? For instance a MP3 file that you want to cache locally, but not allow the user to &#8220;steal&#8221; the file. Are there methods to encrypt mediafiles and leave them unusable to any other application than the Air app that stored the file ?</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1370</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Thu, 27 Nov 2008 08:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1370</guid>
		<description>I don&#039;t have one right now. But there is no difference between using this services in Flex web app, or in a Flex AIR app.

Actually you can use the example from this post, and change only the type of project you create. Instead of Flex with PHP, AIR with PHP. It should work without any changes.

Good luck!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have one right now. But there is no difference between using this services in Flex web app, or in a Flex AIR app.</p>
<p>Actually you can use the example from this post, and change only the type of project you create. Instead of Flex with PHP, AIR with PHP. It should work without any changes.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Patel</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1368</link>
		<dc:creator>Arun Patel</dc:creator>
		<pubDate>Thu, 27 Nov 2008 05:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1368</guid>
		<description>I have try it but not work. Give me small example in AIR if possible.

thanks</description>
		<content:encoded><![CDATA[<p>I have try it but not work. Give me small example in AIR if possible.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1364</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Wed, 26 Nov 2008 06:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1364</guid>
		<description>@Arun Patel

The same way you do in a Flex app in web browser, you do in an AIR app.</description>
		<content:encoded><![CDATA[<p>@Arun Patel</p>
<p>The same way you do in a Flex app in web browser, you do in an AIR app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Patel</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1361</link>
		<dc:creator>Arun Patel</dc:creator>
		<pubDate>Wed, 26 Nov 2008 04:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1361</guid>
		<description>I have already done in HTTP Service,Remote Object and Webservice in Flex.but how it is done in done in AIR Application.

thanks.</description>
		<content:encoded><![CDATA[<p>I have already done in HTTP Service,Remote Object and Webservice in Flex.but how it is done in done in AIR Application.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1352</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Tue, 25 Nov 2008 13:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1352</guid>
		<description>@Arun Patel

Send the data back to server. You can use HTTPService (REST services), RemoteObject, or WebService.</description>
		<content:encoded><![CDATA[<p>@Arun Patel</p>
<p>Send the data back to server. You can use HTTPService (REST services), RemoteObject, or WebService.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Patel</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1350</link>
		<dc:creator>Arun Patel</dc:creator>
		<pubDate>Tue, 25 Nov 2008 11:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1350</guid>
		<description>How to store the data on the server not locally?</description>
		<content:encoded><![CDATA[<p>How to store the data on the server not locally?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Store data locally in AIR &#124; Adobe AIR Tutorials</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-1299</link>
		<dc:creator>Store data locally in AIR &#124; Adobe AIR Tutorials</dc:creator>
		<pubDate>Thu, 20 Nov 2008 09:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-1299</guid>
		<description>[...] Read more on Store data locally in AIR  [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more on Store data locally in AIR  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marsman</title>
		<link>http://corlan.org/2008/09/02/storing-data-locally-in-air/comment-page-1/#comment-939</link>
		<dc:creator>marsman</dc:creator>
		<pubDate>Tue, 02 Sep 2008 22:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/09/02/storing-data-locally-in-air/#comment-939</guid>
		<description>Great post,
thanks a lot for sharing this</description>
		<content:encoded><![CDATA[<p>Great post,<br />
thanks a lot for sharing this</p>
]]></content:encoded>
	</item>
</channel>
</rss>
