<?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>PHPJavascript &#187; Flash</title>
	<atom:link href="http://www.phpjavascript.com/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpjavascript.com</link>
	<description>Web Development Guide - My Personal Library of Tutorials and Scripts</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:57:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>flash catalog or brochure page turning effect</title>
		<link>http://www.phpjavascript.com/flash-catalog-or-brochure-page-turning-effect/</link>
		<comments>http://www.phpjavascript.com/flash-catalog-or-brochure-page-turning-effect/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 10:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development Guide]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=402</guid>
		<description><![CDATA[Demo
One my client wanted to have an e-catalog on his website now my flash is real basic so I tried to mimic a e-catalog or book page turning effect using jquery with a tutorial i found on sitepoint. But it wasnt working for me, did not look very professional plus it didn&#8217;t have the required [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/flash-catalog-or-brochure-page-turning-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash header reloading webpage load</title>
		<link>http://www.phpjavascript.com/flash-header-reloading-webpage-load/</link>
		<comments>http://www.phpjavascript.com/flash-header-reloading-webpage-load/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 05:38:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=335</guid>
		<description><![CDATA[Download
In flash header websites the flash header reloads everytime a web page is called, to avoid that we can use sharedObject. Download fla file demonstrating the above mentioned feature.
You can use the latest feature of Flash MX ie sharedOject.
Click here to learn about sharedObject. 
Now use the same technology with your flash header templates. All [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/flash-header-reloading-webpage-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Interactive Maps</title>
		<link>http://www.phpjavascript.com/flash-interactive-maps/</link>
		<comments>http://www.phpjavascript.com/flash-interactive-maps/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 13:42:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=328</guid>
		<description><![CDATA[Download. 
Tutorial to create an interactive map showing locations of branch companies with images around the world.
I found this really cool easy to understand tutorial on interactive maps and wanted to share  it online. Click here to view the tutorial or directly download the files from the top  of the webpage.
]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/flash-interactive-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash special characters with html formatting</title>
		<link>http://www.phpjavascript.com/flash-special-characters-with-html-formatting/</link>
		<comments>http://www.phpjavascript.com/flash-special-characters-with-html-formatting/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 12:23:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=283</guid>
		<description><![CDATA[Load special characters like &#38; in flash using XML functionality with html formatting.
Special characters like &#38; create chaos when loaded in flash dynamically. Here  I will explain how to load special characters in flash in a hassle free manner.
We will use XML to load data from DB with PHP as flash XML holding capabilities [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/flash-special-characters-with-html-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash movieclip dynamic image PHP external file</title>
		<link>http://www.phpjavascript.com/flash-movieclip-dynamic-image-php-external-file/</link>
		<comments>http://www.phpjavascript.com/flash-movieclip-dynamic-image-php-external-file/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 06:29:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=233</guid>
		<description><![CDATA[Use movieclips instead of dynamic textboxes for displaying dynamic images on flash using PHP.
The most commonly used method to load data from external files is through  dynamic textboxes. When text is concerned its fine but when we dealing with  images I strongly recommend movieclips instead of  dynamic textboxes (personal experience buddy!!!). 
// [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/flash-movieclip-dynamic-image-php-external-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash xml sendAndLoad from and to data with PHP and MYSQL</title>
		<link>http://www.phpjavascript.com/flash-xml-sendandload-from-and-to-data-with-php-and-mysql/</link>
		<comments>http://www.phpjavascript.com/flash-xml-sendandload-from-and-to-data-with-php-and-mysql/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 12:21:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=281</guid>
		<description><![CDATA[This a simple example to demonstrate how to use sendAndLoad function to send data from flash to xml and then xml to flash.
Actionscript coding style is different from our usual PHP coding, it follows  OOPs concept classes and all but the syntax the scenario for me is different. So  here I am trying [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/flash-xml-sendandload-from-and-to-data-with-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Flash PHP &#8211; External file, images and scrollbar</title>
		<link>http://www.phpjavascript.com/dynamic-flash-php-external-file-images-and-scrollbar/</link>
		<comments>http://www.phpjavascript.com/dynamic-flash-php-external-file-images-and-scrollbar/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 10:45:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://localhost/php1/?p=135</guid>
		<description><![CDATA[Download the working script.
Dynamic flash website with PHP to extract external data for text and images with Flash MX scrollbar.
I mostly get to develop sites with a lil of flash probably in the header++.  The reasons being complete flash websites are not good for ranking, at times slow  and there is a long [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/dynamic-flash-php-external-file-images-and-scrollbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
