<?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>HTML&#187; Flash</title>
	<atom:link href="http://htmlindex.net/tag/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://htmlindex.net</link>
	<description>html index</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Why my flash contact form isnt working on my yahoo website?</title>
		<link>http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website</link>
		<comments>http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website#comments</comments>
		<pubDate>Sun, 29 Jan 2012 16:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Mailto Html Text]]></category>
		<category><![CDATA[Contact]]></category>
		<category><![CDATA[Contact Yahoo]]></category>
		<category><![CDATA[Exec]]></category>
		<category><![CDATA[File Server]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Flash Events]]></category>
		<category><![CDATA[Flash Form]]></category>
		<category><![CDATA[Flash Net]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Import Flash]]></category>
		<category><![CDATA[isn't]]></category>
		<category><![CDATA[Null Return]]></category>
		<category><![CDATA[Php File]]></category>
		<category><![CDATA[Php Server]]></category>
		<category><![CDATA[Php Variables]]></category>
		<category><![CDATA[Result Object]]></category>
		<category><![CDATA[Site Server]]></category>
		<category><![CDATA[Text Variables]]></category>
		<category><![CDATA[Valid Email Address]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Website Flash]]></category>
		<category><![CDATA[Website Question]]></category>
		<category><![CDATA[Working]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo Website]]></category>

		<guid isPermaLink="false">http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website</guid>
		<description><![CDATA[Question by : Why my flash contact form isnt working on my yahoo website? My flash contact form actionscript is below: stop(); import flash.events.*; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; // &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- var variables:URLVariables = new URLVariables(); // Be sure to change this URL to the PHP parse file on your site server var varSend:URLRequest &#8230; <a href="http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fflash-mailto-html-text%252Fwhy-my-flash-contact-form-isnt-working-on-my-yahoo-website%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FzufKH7%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Why%20my%20flash%20contact%20form%20isnt%20working%20on%20my%20yahoo%20website%3F%22%20%7D);"></div>
<p><strong><i>Question by </i>: Why my flash contact form isnt working on my yahoo website?</strong><br />
My flash contact form actionscript is below:</p>
<p>stop();</p>
<p>import flash.events.*;<br />
import flash.net.URLLoader;<br />
import flash.net.URLLoaderDataFormat;<br />
import flash.net.URLRequest;<br />
// &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
var variables:URLVariables = new URLVariables();<br />
// Be sure to change this URL to the PHP parse file on your site server<br />
var varSend:URLRequest = new URLRequest(&#8220;http://pictureperfectdvdmedia.com/contact_parse.php&#8221;);<br />
var varLoader:URLLoader = new URLLoader;<br />
varSend.method = URLRequestMethod.POST;<br />
varSend.data = variables;</p>
<p>status_txt.text = &#8220;&#8221;;</p>
<p>submit_btn.addEventListener(MouseEvent.CLICK, ValidateAndSend);</p>
<p>function ValidateAndSend(event:MouseEvent):void{</p>
<p>    //validate form fields<br />
if(!name_txt.length) {<br />
status_txt.text = &#8220;Please enter your name.&#8221;;<br />
} else if(!email_txt.length) {<br />
status_txt.text = &#8220;Please enter an email address&#8221;;<br />
} else if(!validateEmail(email_txt.text)) {<br />
status_txt.text = &#8220;Please enter a VALID email address&#8221;;<br />
} else if(!msg_txt.length) {<br />
status_txt.text = &#8220;Please enter a message.&#8221;;<br />
} else {</p>
<p> status_txt.text = &#8220;Thanks &#8221; + name_txt.text + &#8220;, your message has been sent! We will be contacting you very soon!&#8221;;</p>
<p>  variables.userName = name_txt.text;<br />
   variables.userEmail = email_txt.text;<br />
   variables.userMsg = msg_txt.text;<br />
   varLoader.load(varSend);</p>
<p>    gotoAndStop(2);</p>
<p>}<br />
}</p>
<p>function validateEmail(str:String):Boolean {<br />
var pattern:RegExp = /(\w|[_.\-])+@((\w|-)+\.)+\w{2,4}+/;<br />
var result:Object = pattern.exec(str);<br />
if(result == null) {<br />
return false;<br />
}<br />
return true;<br />
}</p>
<p>My PHP File:</p>
<p><?php<br />
/*<br />
             ---     Created By Adam @ www.developphp.com      ---<br />
       ---     For help or script expansion join our forums there      ---<br />
            ---    Use this code as your own any way you like      ---<br />
*/<br />
// Create local PHP variables from the info the user gave in the Flash form<br />
$  senderName   = $  _POST['userName'];<br />
$  senderEmail     = $  _POST['userEmail'];<br />
$  senderMessage = $  _POST['userMsg'];</p>
<p>// Strip slashes on the Local variables<br />
$  senderName   = stripslashes($  senderName);<br />
$  senderEmail     = stripslashes($  senderEmail);<br />
$  senderMessage   = stripslashes($  senderMessage); </p>
<p>//!!!!!!!!!!!!!!!!!!!!!!!!!     change this to your email     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
                          $  to = "info@pictureperfectdvdmedia.com";<br />
     // Place sender Email address here<br />
    $  from = "info@pictureperfectdvdmedia.com";<br />
    $  subject = "Inquiry";<br />
    //Begin HTML Email Message<br />
    $  message = <<<EOF<br />
<html><br />
  <body bgcolor="#FFFFFF"><br />
<b>Name</b> = $  senderName</p>
<p><b>Email</b> = $  senderEmail</p>
<p><b>Message</b> = $  senderMessage<br />
  </body><br />
</html><br />
EOF;<br />
   //end of message<br />
    $  headers  = &#8220;From: $  from\r\n&#8221;;<br />
    $  headers .= &#8220;Content-type: text/<a href="http://htmlindex.net" target=_self>html</a>\r\n&#8221;;<br />
    $  to = &#8220;$  to&#8221;;</p>
<p>    mail($  to, $  subject, $  message, $  headers);</p>
<p>exit();<br />
?></p>
<p>I can submit the form and receive and email when I hit &#8220;run PHP&#8221; on my yahoo account or if I run the flash contact form movie from the flash software. It doesnt work when I upload the php and flash form to my website.</p>
<p>Please contact me at INFO@pictureperfectdvdmedia.com if you can help!</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Ron</i><br/>Little confusing. Works on Yahoo account but not on website. If website is not the Yahoo account, then the website may not have SMTP enable to send email. Your current hosting package MUST allow SMTP ( http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol ) to work. Otherwise, no email can be sent.</p>
<p>Ron</p>
<p><strong>Add your own answer in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fflash-mailto-html-text%2Fwhy-my-flash-contact-form-isnt-working-on-my-yahoo-website';
  addthis_title  = 'Why+my+flash+contact+form+isnt+working+on+my+yahoo+website%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Contact' rel='tag' target='_blank'>Contact</a>, <a class='technorati-link' href='http://technorati.com/tag/Contact+Yahoo' rel='tag' target='_blank'>Contact Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Exec' rel='tag' target='_blank'>Exec</a>, <a class='technorati-link' href='http://technorati.com/tag/File+Server' rel='tag' target='_blank'>File Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Actionscript' rel='tag' target='_blank'>Flash Actionscript</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Events' rel='tag' target='_blank'>Flash Events</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Form' rel='tag' target='_blank'>Flash Form</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Net' rel='tag' target='_blank'>Flash Net</a>, <a class='technorati-link' href='http://technorati.com/tag/form' rel='tag' target='_blank'>form</a>, <a class='technorati-link' href='http://technorati.com/tag/Import+Flash' rel='tag' target='_blank'>Import Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/isn%27t' rel='tag' target='_blank'>isn't</a>, <a class='technorati-link' href='http://technorati.com/tag/Null+Return' rel='tag' target='_blank'>Null Return</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+File' rel='tag' target='_blank'>Php File</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Server' rel='tag' target='_blank'>Php Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Variables' rel='tag' target='_blank'>Php Variables</a>, <a class='technorati-link' href='http://technorati.com/tag/Result+Object' rel='tag' target='_blank'>Result Object</a>, <a class='technorati-link' href='http://technorati.com/tag/Site+Server' rel='tag' target='_blank'>Site Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Text+Variables' rel='tag' target='_blank'>Text Variables</a>, <a class='technorati-link' href='http://technorati.com/tag/Valid+Email+Address' rel='tag' target='_blank'>Valid Email Address</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Flash' rel='tag' target='_blank'>Website Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Question' rel='tag' target='_blank'>Website Question</a>, <a class='technorati-link' href='http://technorati.com/tag/Working' rel='tag' target='_blank'>Working</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Website' rel='tag' target='_blank'>Yahoo Website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Any good links or tutorials to become an HTML &#8220;pro&#8221;?</title>
		<link>http://htmlindex.net/tutorial-for-html/any-good-links-or-tutorials-to-become-an-html-pro</link>
		<comments>http://htmlindex.net/tutorial-for-html/any-good-links-or-tutorials-to-become-an-html-pro#comments</comments>
		<pubDate>Thu, 19 Jan 2012 16:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial For Html]]></category>
		<category><![CDATA[Artwork]]></category>
		<category><![CDATA[become]]></category>
		<category><![CDATA[Confusion]]></category>
		<category><![CDATA[Css Code]]></category>
		<category><![CDATA[Css Documents]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[good]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[Html Css]]></category>
		<category><![CDATA[Html Style]]></category>
		<category><![CDATA[Ipad]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Links Html]]></category>
		<category><![CDATA[Nirvana]]></category>
		<category><![CDATA[Own Website]]></category>
		<category><![CDATA[Paradigm]]></category>
		<category><![CDATA[Smattering]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Web Page]]></category>
		<category><![CDATA[Web Pages]]></category>

		<guid isPermaLink="false">http://htmlindex.net/tutorial-for-html/any-good-links-or-tutorials-to-become-an-html-pro</guid>
		<description><![CDATA[Question by : Any good links or tutorials to become an HTML &#8220;pro&#8221;? I&#8217;d like to create my own website, mainly to share my artwork. I know the basics of HTML, yet that&#8217;s about it. Can anyone give me some good links to take me one step further and aid me in making a beautiful &#8230; <a href="http://htmlindex.net/tutorial-for-html/any-good-links-or-tutorials-to-become-an-html-pro">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Ftutorial-for-html%252Fany-good-links-or-tutorials-to-become-an-html-pro%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FzwNVdb%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Any%20good%20links%20or%20tutorials%20to%20become%20an%20HTML%20%5C%22pro%5C%22%3F%22%20%7D);"></div>
<p><strong><i>Question by </i>: Any good links or tutorials to become an HTML &#8220;pro&#8221;?</strong><br />
I&#8217;d like to create my own website, mainly to share my artwork. I know the basics of HTML, yet that&#8217;s about it. Can anyone give me some good links to take me one step further and aid me in making a beautiful website? I want it to be fully HTML-based, no flash (it&#8217;s already hard enough to master HTML and I know nothing about flash). </p>
<p>Check this site out manuelmark.com for an example of what I&#8217;m aiming for, sort of.<br />
Agreed that I&#8217;d need to know CSS as well, what I meant by HTML-based was that it should be fully useable with an iPad (therefore, no flash); sorry about the confusion.</p>
<p>And that&#8217;s an interesting idea! Had never thought about seeing the coding of other websites, will definitely do that; thanks!</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by deanyourfriendinky</i><br/>Beautiful site that is.</p>
<p>You will need to learn a smattering of CSS as well.  But, to get you started on the road to HTML Nirvana, all you need to do is start going to those Web sites that you find aesthetically pleasing and view their <a href="http://htmlindex.net" target=_self>html code</a>.</p>
<p>Just right-click on the background of a Web page you like and choose to view the page&#8217;s source.  A window will open up revealing all the <a href="http://htmlindex.net" target=_self>html</a> and CSS code.  On my system, CSS documents that are linked can be viewed by clicking the link; but I&#8217;m not sure that is also available in Windows.</p>
<p>If you&#8217;re lucky, you&#8217;ll find Web pages that are done in HTML 3.2 style, using the <P>, <H1>, <H2>, <H3>, <BR>, <HR>, and other &#8220;older&#8221; tags.  A lot of folks are switching or have switched to lowercase tags, or even
<div> tags.  Some folks still use the <TAG ATTRIBUTE="VALUE"> paradigm.  But the world is being dragged into the <tag class="value"> way of doing things.</p>
<p><strong>Add your own answer in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Ftutorial-for-html%2Fany-good-links-or-tutorials-to-become-an-html-pro';
  addthis_title  = 'Any+good+links+or+tutorials+to+become+an+HTML+%26%238220%3Bpro%26%238221%3B%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/tutorial-for-html/any-good-links-or-tutorials-to-become-an-html-pro"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Artwork' rel='tag' target='_blank'>Artwork</a>, <a class='technorati-link' href='http://technorati.com/tag/become' rel='tag' target='_blank'>become</a>, <a class='technorati-link' href='http://technorati.com/tag/Confusion' rel='tag' target='_blank'>Confusion</a>, <a class='technorati-link' href='http://technorati.com/tag/Css+Code' rel='tag' target='_blank'>Css Code</a>, <a class='technorati-link' href='http://technorati.com/tag/Css+Documents' rel='tag' target='_blank'>Css Documents</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/good' rel='tag' target='_blank'>good</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/html+code' rel='tag' target='_blank'>html code</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Css' rel='tag' target='_blank'>Html Css</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Style' rel='tag' target='_blank'>Html Style</a>, <a class='technorati-link' href='http://technorati.com/tag/Ipad' rel='tag' target='_blank'>Ipad</a>, <a class='technorati-link' href='http://technorati.com/tag/links' rel='tag' target='_blank'>links</a>, <a class='technorati-link' href='http://technorati.com/tag/Links+Html' rel='tag' target='_blank'>Links Html</a>, <a class='technorati-link' href='http://technorati.com/tag/Nirvana' rel='tag' target='_blank'>Nirvana</a>, <a class='technorati-link' href='http://technorati.com/tag/Own+Website' rel='tag' target='_blank'>Own Website</a>, <a class='technorati-link' href='http://technorati.com/tag/Paradigm' rel='tag' target='_blank'>Paradigm</a>, <a class='technorati-link' href='http://technorati.com/tag/Smattering' rel='tag' target='_blank'>Smattering</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorials' rel='tag' target='_blank'>tutorials</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Page' rel='tag' target='_blank'>Web Page</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Pages' rel='tag' target='_blank'>Web Pages</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/tutorial-for-html/any-good-links-or-tutorials-to-become-an-html-pro/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Formation Actionscript 3 / Flash</title>
		<link>http://htmlindex.net/flash-flv-html/formation-actionscript-3-flash</link>
		<comments>http://htmlindex.net/flash-flv-html/formation-actionscript-3-flash#comments</comments>
		<pubDate>Wed, 30 Nov 2011 16:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Flv Html]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash 3]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Formation]]></category>
		<category><![CDATA[Formation Actionscript]]></category>
		<category><![CDATA[Formation Flash]]></category>
		<category><![CDATA[Full Flash]]></category>
		<category><![CDATA[Jeux Flash]]></category>

		<guid isPermaLink="false">http://htmlindex.net/flash-flv-html/formation-actionscript-3-flash</guid>
		<description><![CDATA[Formation Actionscript 3 / Flash Devenez Developpeur De Jeux Flash Avec La Méthode As3 Facile. Vous Saurez Utiliser Les Frameworks Puremvc, Pixlib, Créer Des Applications Full Flash Multi Langues Et Bien D&#8217;autres Encore. Méthode As3 Facile, Satisfait Ou Rembourse ! Formation Actionscript 3 / Flash addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fflash-flv-html%2Fformation-actionscript-3-flash'; addthis_title = 'Formation+Actionscript+3+%2F+Flash'; addthis_pub = ''; Technorati &#8230; <a href="http://htmlindex.net/flash-flv-html/formation-actionscript-3-flash">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fflash-flv-html%252Fformation-actionscript-3-flash%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FuLFefQ%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Formation%20Actionscript%203%20%2F%20Flash%22%20%7D);"></div>
<p><strong>Formation Actionscript 3 / Flash</strong><br />
Devenez Developpeur De Jeux Flash Avec La Méthode As3 Facile. Vous Saurez Utiliser Les Frameworks Puremvc, Pixlib, Créer Des Applications Full Flash Multi Langues Et Bien D&#8217;autres Encore. Méthode As3 Facile, Satisfait Ou Rembourse !<br />
<a target="_blank" rel="nofollow" href="http://htmlindex.net/go/Formation_Actionscript_3_Flash/762/1">Formation Actionscript 3 / Flash</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fflash-flv-html%2Fformation-actionscript-3-flash';
  addthis_title  = 'Formation+Actionscript+3+%2F+Flash';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/flash-flv-html/formation-actionscript-3-flash"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Actionscript' rel='tag' target='_blank'>Actionscript</a>, <a class='technorati-link' href='http://technorati.com/tag/Applications' rel='tag' target='_blank'>Applications</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+3' rel='tag' target='_blank'>Flash 3</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Actionscript' rel='tag' target='_blank'>Flash Actionscript</a>, <a class='technorati-link' href='http://technorati.com/tag/Formation' rel='tag' target='_blank'>Formation</a>, <a class='technorati-link' href='http://technorati.com/tag/Formation+Actionscript' rel='tag' target='_blank'>Formation Actionscript</a>, <a class='technorati-link' href='http://technorati.com/tag/Formation+Flash' rel='tag' target='_blank'>Formation Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Full+Flash' rel='tag' target='_blank'>Full Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Jeux+Flash' rel='tag' target='_blank'>Jeux Flash</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/flash-flv-html/formation-actionscript-3-flash/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development Software, including: Adobe Flash, Bluefish (text Editor), Html-kit, Adobe Dreamweaver, Coldfusion, Wamp, Adobe Atmosphere, Asp.net Web &#8230; Webdev, The Uniform Server, Swish Max, Iweb</title>
		<link>http://htmlindex.net/html-kit/web-development-software-including-adobe-flash-bluefish-text-editor-html-kit-adobe-dreamweaver-coldfusion-wamp-adobe-atmosphere-asp-net-web-webdev-the-uniform-server-swish-max-iweb</link>
		<comments>http://htmlindex.net/html-kit/web-development-software-including-adobe-flash-bluefish-text-editor-html-kit-adobe-dreamweaver-coldfusion-wamp-adobe-atmosphere-asp-net-web-webdev-the-uniform-server-swish-max-iweb#comments</comments>
		<pubDate>Mon, 14 Nov 2011 06:00:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Kit]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Atmosphere]]></category>
		<category><![CDATA[Bluefish]]></category>
		<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Htmlkit]]></category>
		<category><![CDATA[including]]></category>
		<category><![CDATA[Iweb]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Swish]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Uniform]]></category>
		<category><![CDATA[Wamp]]></category>
		<category><![CDATA[Webdev]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-kit/web-development-software-including-adobe-flash-bluefish-text-editor-html-kit-adobe-dreamweaver-coldfusion-wamp-adobe-atmosphere-asp-net-web-webdev-the-uniform-server-swish-max-iweb</guid>
		<description><![CDATA[More Html Kit Products addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-kit%2Fweb-development-software-including-adobe-flash-bluefish-text-editor-html-kit-adobe-dreamweaver-coldfusion-wamp-adobe-atmosphere-asp-net-web-webdev-the-uniform-server-swish-max-iweb'; addthis_title = 'Web+Development+Software%2C+including%3A+Adobe+Flash%2C+Bluefish+%28text+Editor%29%2C+Html-kit%2C+Adobe+Dreamweaver%2C+Coldfusion%2C+Wamp%2C+Adobe+Atmosphere%2C+Asp.net+Web+%26%238230%3B+Webdev%2C+The+Uniform+Server%2C+Swish+Max%2C+Iweb'; addthis_pub = ''; Technorati Tags: Adobe, Asp.net, Atmosphere, Bluefish, Coldfusion, development, Dreamweaver, editor, Flash, Htmlkit, including, Iweb, server, software, Swish, text, Uniform, Wamp, Webdev]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-kit%252Fweb-development-software-including-adobe-flash-bluefish-text-editor-html-kit-adobe-dreamweaver-coldfusion-wamp-adobe-atmosphere-asp-net-web-webdev-the-uniform-server-swish-max-iweb%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Web%20Development%20Software%2C%20including%3A%20Adobe%20Flash%2C%20Bluefish%20%28text%20Editor%29%2C%20Html-kit%2C%20Adobe%20Dreamweaver%2C%20Coldfusion%2C%20Wamp%2C%20Adobe%20Atmosphere%2C%20Asp.net%20Web%20...%20Webdev%2C%20The%20Uniform%20Server%2C%20Swish%20Max%2C%20Iweb%22%20%7D);"></div>
<h3><a href="http://htmlindex.net/go/Web_Development_Software_including_Adobe_Flash_Bluefish_text_Editor_Html_kit_Adobe_Dreamweaver_Coldfusion_Wamp_Adobe_Atmosphere_Asp_net_Web_Webdev_The_Uniform_Server_Swish_Max_Iweb/691/1" rel="nofollow">Web Development Software, including: Adobe Flash, Bluefish (text Editor), Html-kit, Adobe Dreamweaver, Coldfusion, Wamp, Adobe Atmosphere, Asp.net Web ... Webdev, The Uniform Server, Swish Max, Iweb</a></h3>
<a href="http://htmlindex.net/go/link/691/2" rel="nofollow"><img style="float:left;margin: 0 20px 10px 0;" src="http://ecx.images-amazon.com/images/I/41fZvgmnEHL._SL160_.jpg" title="Web Development Software, including: Adobe Flash, Bluefish (text Editor), Html kit, Adobe Dreamweaver, Coldfusion, Wamp, Adobe Atmosphere, Asp.net Web ... Webdev, The Uniform Server, Swish Max, Iweb" alt="41fZvgmnEHL. SL160  Web Development Software, including: Adobe Flash, Bluefish (text Editor), Html kit, Adobe Dreamweaver, Coldfusion, Wamp, Adobe Atmosphere, Asp.net Web ... Webdev, The Uniform Server, Swish Max, Iweb" /></a>

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online.    Hephaestus Books represents a new publishing paradigm, allowing disparate content sources to be curated into cohesive, relevant, and informative books. To date, this content has been curated from Wikipedia articles and images under Creative Commons licensing, although as Hephaestus Books continues to increase in scope and dimension, more licensed and public domain co

<p>
<div style="float:right;"><a href="http://htmlindex.net/go/link/691/3" rel="nofollow"><img src="http://htmlindex.net/wp-content/plugins/WPRobot3/images/buynow-big.gif" title="Web Development Software, including: Adobe Flash, Bluefish (text Editor), Html kit, Adobe Dreamweaver, Coldfusion, Wamp, Adobe Atmosphere, Asp.net Web ... Webdev, The Uniform Server, Swish Max, Iweb" alt="buynow big Web Development Software, including: Adobe Flash, Bluefish (text Editor), Html kit, Adobe Dreamweaver, Coldfusion, Wamp, Adobe Atmosphere, Asp.net Web ... Webdev, The Uniform Server, Swish Max, Iweb" /></a></div>

List Price: $ 25.75

<strong>Price: $ 17.92</strong>
</p>
<iframe style="margin-top: 10px;" src="http://www.amazon.com/reviews/iframe?akid=AKIAJADIVB4TCJYAY27A&alinkCode=xm2&asin=1242542531&atag=ringtones4cel-20&exp=2012-02-12T22%3A27%3A14Z&summary=0&truncate=5000&v=2&sig=oacitIR8nx9WqvAU%2BXjzr70JAe4Awl7%2FbVA55%2Bz5fI4%3D" width="100%" height="450px"><p>Your browser does not support iframes.</p></iframe>
<strong>Web Publisher's Construction Kit With Html 3.2 by Troy Downing and David Fox...</strong>
<table border="0" cellpadding="8"><tr><td><a target="_blank" href="http://cgi.ebay.com/Web-Publishers-Construction-Kit-With-Html-3-2-by-Troy-Downing-and-David-Fox_W0QQitemZ130630336644QQcmdZViewItemQQssPageNameZRSS:B:SRCH:US:102"><img border="0" src="http://thumbs.ebaystatic.com/pict/130630336644_0.jpg" title="Web Development Software, including: Adobe Flash, Bluefish (text Editor), Html kit, Adobe Dreamweaver, Coldfusion, Wamp, Adobe Atmosphere, Asp.net Web ... Webdev, The Uniform Server, Swish Max, Iweb" alt="130630336644 0 Web Development Software, including: Adobe Flash, Bluefish (text Editor), Html kit, Adobe Dreamweaver, Coldfusion, Wamp, Adobe Atmosphere, Asp.net Web ... Webdev, The Uniform Server, Swish Max, Iweb" /></a></td><td><strong>US $3.99</strong><br /> End Date: Saturday Feb-11-2012 21:13:49 PST<br />Buy It Now for only: US $3.99<br /><a target="_blank" href="http://cgi.ebay.com/Web-Publishers-Construction-Kit-With-Html-3-2-by-Troy-Downing-and-David-Fox_W0QQitemZ130630336644QQcmdZViewItemQQssPageNameZRSS:B:SRCH:US:105">Buy it now</a> | <a target="_blank" href="http://cgi1.ebay.com/ws/eBayISAPI.dll?MfcISAPICommand=MakeTrack&item=130630336644&ssPageName=RSS:B:SRCH:US:104">Add to watch list</a></td></tr></table>   
<p>More <a target="_blank" href="http://htmlindex.net/category/html-kit">Html Kit Products</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-kit%2Fweb-development-software-including-adobe-flash-bluefish-text-editor-html-kit-adobe-dreamweaver-coldfusion-wamp-adobe-atmosphere-asp-net-web-webdev-the-uniform-server-swish-max-iweb';
  addthis_title  = 'Web+Development+Software%2C+including%3A+Adobe+Flash%2C+Bluefish+%28text+Editor%29%2C+Html-kit%2C+Adobe+Dreamweaver%2C+Coldfusion%2C+Wamp%2C+Adobe+Atmosphere%2C+Asp.net+Web+%26%238230%3B+Webdev%2C+The+Uniform+Server%2C+Swish+Max%2C+Iweb';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-kit/web-development-software-including-adobe-flash-bluefish-text-editor-html-kit-adobe-dreamweaver-coldfusion-wamp-adobe-atmosphere-asp-net-web-webdev-the-uniform-server-swish-max-iweb"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Adobe' rel='tag' target='_blank'>Adobe</a>, <a class='technorati-link' href='http://technorati.com/tag/Asp.net' rel='tag' target='_blank'>Asp.net</a>, <a class='technorati-link' href='http://technorati.com/tag/Atmosphere' rel='tag' target='_blank'>Atmosphere</a>, <a class='technorati-link' href='http://technorati.com/tag/Bluefish' rel='tag' target='_blank'>Bluefish</a>, <a class='technorati-link' href='http://technorati.com/tag/Coldfusion' rel='tag' target='_blank'>Coldfusion</a>, <a class='technorati-link' href='http://technorati.com/tag/development' rel='tag' target='_blank'>development</a>, <a class='technorati-link' href='http://technorati.com/tag/Dreamweaver' rel='tag' target='_blank'>Dreamweaver</a>, <a class='technorati-link' href='http://technorati.com/tag/editor' rel='tag' target='_blank'>editor</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Htmlkit' rel='tag' target='_blank'>Htmlkit</a>, <a class='technorati-link' href='http://technorati.com/tag/including' rel='tag' target='_blank'>including</a>, <a class='technorati-link' href='http://technorati.com/tag/Iweb' rel='tag' target='_blank'>Iweb</a>, <a class='technorati-link' href='http://technorati.com/tag/server' rel='tag' target='_blank'>server</a>, <a class='technorati-link' href='http://technorati.com/tag/software' rel='tag' target='_blank'>software</a>, <a class='technorati-link' href='http://technorati.com/tag/Swish' rel='tag' target='_blank'>Swish</a>, <a class='technorati-link' href='http://technorati.com/tag/text' rel='tag' target='_blank'>text</a>, <a class='technorati-link' href='http://technorati.com/tag/Uniform' rel='tag' target='_blank'>Uniform</a>, <a class='technorati-link' href='http://technorati.com/tag/Wamp' rel='tag' target='_blank'>Wamp</a>, <a class='technorati-link' href='http://technorati.com/tag/Webdev' rel='tag' target='_blank'>Webdev</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-kit/web-development-software-including-adobe-flash-bluefish-text-editor-html-kit-adobe-dreamweaver-coldfusion-wamp-adobe-atmosphere-asp-net-web-webdev-the-uniform-server-swish-max-iweb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XHTML &#8211; how to apply hover effects to images and buttons?</title>
		<link>http://htmlindex.net/xhtml/xhtml-how-to-apply-hover-effects-to-images-and-buttons</link>
		<comments>http://htmlindex.net/xhtml/xhtml-how-to-apply-hover-effects-to-images-and-buttons#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:29:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[Css Image]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Hover Buttons]]></category>
		<category><![CDATA[Image Transparency]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Link Thanks]]></category>
		<category><![CDATA[Thumbnail]]></category>
		<category><![CDATA[W3schools]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/xhtml-how-to-apply-hover-effects-to-images-and-buttons</guid>
		<description><![CDATA[I have some simple buttons and a flash thumbnail on my website, how can I apply hyperlink hover effects to them so that the user can easily recognize they are over a link? Thanks. you can use many options: one of them the transparency http://www.w3schools.com/CSS/css_image_transparency.asp and also you can use 2 images on mouse over &#8230; <a href="http://htmlindex.net/xhtml/xhtml-how-to-apply-hover-effects-to-images-and-buttons">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fxhtml-how-to-apply-hover-effects-to-images-and-buttons%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22XHTML%20-%20how%20to%20apply%20hover%20effects%20to%20images%20and%20buttons%3F%22%20%7D);"></div>
<p>I have some simple buttons and a flash thumbnail on my website, how can I apply hyperlink hover effects to them so that the user can easily recognize they are over a link?</p>
<p>Thanks.<br />
<br />you can use many options:</p>
<p>one of them the transparency </p>
<p>http://www.w3schools.com/CSS/css_image_transparency.asp</p>
<p>and also you can use 2 images on mouse over<br />
look at this http://www.dynamicdrive.com/dynamicindex15/domroll2.htm</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fxhtml-how-to-apply-hover-effects-to-images-and-buttons';
  addthis_title  = 'XHTML+%26%238211%3B+how+to+apply+hover+effects+to+images+and+buttons%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/xhtml-how-to-apply-hover-effects-to-images-and-buttons"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/asp' rel='tag' target='_blank'>asp</a>, <a class='technorati-link' href='http://technorati.com/tag/Css+Image' rel='tag' target='_blank'>Css Image</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Hover+Buttons' rel='tag' target='_blank'>Hover Buttons</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Transparency' rel='tag' target='_blank'>Image Transparency</a>, <a class='technorati-link' href='http://technorati.com/tag/Images' rel='tag' target='_blank'>Images</a>, <a class='technorati-link' href='http://technorati.com/tag/Link+Thanks' rel='tag' target='_blank'>Link Thanks</a>, <a class='technorati-link' href='http://technorati.com/tag/Thumbnail' rel='tag' target='_blank'>Thumbnail</a>, <a class='technorati-link' href='http://technorati.com/tag/W3schools' rel='tag' target='_blank'>W3schools</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/xhtml-how-to-apply-hover-effects-to-images-and-buttons/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML Markup Validation: Adam wants to know &#8211; Check for Errors?</title>
		<link>http://htmlindex.net/html-index/html-markup-validation-adam-wants-to-know-check-for-errors</link>
		<comments>http://htmlindex.net/html-index/html-markup-validation-adam-wants-to-know-check-for-errors#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:55:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html index]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[interoperable]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[validate]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-index/html-markup-validation-adam-wants-to-know-check-for-errors</guid>
		<description><![CDATA[Please give feedback on this&#8230; I really want to know what my fellow webmasters think. Duration : 0:4:21 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-index%2Fhtml-markup-validation-adam-wants-to-know-check-for-errors'; addthis_title = 'HTML+Markup+Validation%3A+Adam+wants+to+know+%26%238211%3B+Check+for+Errors%3F'; addthis_pub = ''; Technorati Tags: build, check, code, error, Flash, html, index, interoperable, Markup, mobile, online, page, traffic, validate, web, website]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-index%252Fhtml-markup-validation-adam-wants-to-know-check-for-errors%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22HTML%20Markup%20Validation%3A%20Adam%20wants%20to%20know%20-%20Check%20for%20Errors%3F%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/334DohMhPzc/2.jpg" align="left" title="HTML Markup Validation: Adam wants to know   Check for Errors?" alt="2 HTML Markup Validation: Adam wants to know   Check for Errors?" />Please give feedback on this&#8230; I really want to know what my fellow webmasters think.</p>
<p>Duration : <b>0:4:21</b></p>
<p><span id="more-139"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/334DohMhPzc&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/334DohMhPzc&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-index%2Fhtml-markup-validation-adam-wants-to-know-check-for-errors';
  addthis_title  = 'HTML+Markup+Validation%3A+Adam+wants+to+know+%26%238211%3B+Check+for+Errors%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-index/html-markup-validation-adam-wants-to-know-check-for-errors"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/build' rel='tag' target='_blank'>build</a>, <a class='technorati-link' href='http://technorati.com/tag/check' rel='tag' target='_blank'>check</a>, <a class='technorati-link' href='http://technorati.com/tag/code' rel='tag' target='_blank'>code</a>, <a class='technorati-link' href='http://technorati.com/tag/error' rel='tag' target='_blank'>error</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/index' rel='tag' target='_blank'>index</a>, <a class='technorati-link' href='http://technorati.com/tag/interoperable' rel='tag' target='_blank'>interoperable</a>, <a class='technorati-link' href='http://technorati.com/tag/Markup' rel='tag' target='_blank'>Markup</a>, <a class='technorati-link' href='http://technorati.com/tag/mobile' rel='tag' target='_blank'>mobile</a>, <a class='technorati-link' href='http://technorati.com/tag/online' rel='tag' target='_blank'>online</a>, <a class='technorati-link' href='http://technorati.com/tag/page' rel='tag' target='_blank'>page</a>, <a class='technorati-link' href='http://technorati.com/tag/traffic' rel='tag' target='_blank'>traffic</a>, <a class='technorati-link' href='http://technorati.com/tag/validate' rel='tag' target='_blank'>validate</a>, <a class='technorati-link' href='http://technorati.com/tag/web' rel='tag' target='_blank'>web</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-index/html-markup-validation-adam-wants-to-know-check-for-errors/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Flash in HTML-Code</title>
		<link>http://htmlindex.net/html-code/flash-in-html-code</link>
		<comments>http://htmlindex.net/html-code/flash-in-html-code#comments</comments>
		<pubDate>Wed, 11 Nov 2009 00:12:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html code]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Cs4]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-code/flash-in-html-code</guid>
		<description><![CDATA[Hey, you get the code here (i cant post html codes): http://miwin.webs.com/Unbenannt-2.html Thats my video how to get Adobe Dreamweaver CS4 http://www.youtube.com/watch?v=Hy3Q57l_EHk THANKS FOR WATCHING, please subscibe or comment&#8230;. (and ASK if you have a question) miwin Duration : 0:6:57 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-code%2Fflash-in-html-code'; addthis_title = 'Flash+in+HTML-Code'; addthis_pub = ''; Technorati Tags: Adobe, code, Cs4, css, &#8230; <a href="http://htmlindex.net/html-code/flash-in-html-code">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-code%252Fflash-in-html-code%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Flash%20in%20HTML-Code%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/zLzhkDaqzog/2.jpg" align="left" title="Flash in HTML Code" alt="2 Flash in HTML Code" />Hey, you get the code here (i cant post <a href="http://htmlindex.net" target=_self>html code</a>s):</p>
<p>http://miwin.webs.com/Unbenannt-2.<a href="http://htmlindex.net" target=_self>html</a></p>
<p>Thats my video how to get Adobe Dreamweaver CS4 http://www.youtube.com/watch?v=Hy3Q57l_EHk</p>
<p>THANKS FOR WATCHING, please subscibe or comment&#8230;. (and ASK if you have a question)</p>
<p>miwin</p>
<p>Duration : <b>0:6:57</b></p>
<p><span id="more-110"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/zLzhkDaqzog&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/zLzhkDaqzog&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-code%2Fflash-in-html-code';
  addthis_title  = 'Flash+in+HTML-Code';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-code/flash-in-html-code"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Adobe' rel='tag' target='_blank'>Adobe</a>, <a class='technorati-link' href='http://technorati.com/tag/code' rel='tag' target='_blank'>code</a>, <a class='technorati-link' href='http://technorati.com/tag/Cs4' rel='tag' target='_blank'>Cs4</a>, <a class='technorati-link' href='http://technorati.com/tag/css' rel='tag' target='_blank'>css</a>, <a class='technorati-link' href='http://technorati.com/tag/Dreamweaver' rel='tag' target='_blank'>Dreamweaver</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/in' rel='tag' target='_blank'>in</a>, <a class='technorati-link' href='http://technorati.com/tag/internet' rel='tag' target='_blank'>internet</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-code/flash-in-html-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Putting together your custom Flash Website n Dreamweaver CS4: Part 2 (Creating our index.html)</title>
		<link>http://htmlindex.net/html-index/putting-together-your-custom-flash-website-n-dreamweaver-cs4-part-2-creating-our-index-html</link>
		<comments>http://htmlindex.net/html-index/putting-together-your-custom-flash-website-n-dreamweaver-cs4-part-2-creating-our-index-html#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:52:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html index]]></category>
		<category><![CDATA[(Creating]]></category>
		<category><![CDATA[Cs4]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[index.html]]></category>
		<category><![CDATA[our]]></category>
		<category><![CDATA[Part]]></category>
		<category><![CDATA[Putting]]></category>
		<category><![CDATA[together]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-index/putting-together-your-custom-flash-website-n-dreamweaver-cs4-part-2-creating-our-index-html</guid>
		<description><![CDATA[In this video we get into putting in our FTP info and creation the index.html page. This is all very simple. Just copy and paste the source code I have provided for you on my website. Sorry site currently down!! -Go there and select the Dreamweaver tab on the right. -Navigate to this series -Locate &#8230; <a href="http://htmlindex.net/html-index/putting-together-your-custom-flash-website-n-dreamweaver-cs4-part-2-creating-our-index-html">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-index%252Fputting-together-your-custom-flash-website-n-dreamweaver-cs4-part-2-creating-our-index-html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Putting%20together%20your%20custom%20Flash%20Website%20n%20Dreamweaver%20CS4%3A%20Part%202%20%28Creating%20our%20index.html%29%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/O7m_pvA5Ydo/2.jpg" align="left" title="Putting together your custom Flash Website n Dreamweaver CS4: Part 2 (Creating our index.html)" alt="2 Putting together your custom Flash Website n Dreamweaver CS4: Part 2 (Creating our index.html)" />In this video we get into putting in our FTP info and creation the index.<a href="http://htmlindex.net" target=_self>html</a> page. This is all very simple.<br />
Just copy and paste the source code I have provided for you on my website.</p>
<p>Sorry site currently down!!<br />
-Go there and select the Dreamweaver tab on the right.<br />
-Navigate to this series<br />
-Locate the source code under this video there</p>
<p>Thanks<br />
If you have any question email me at tyler@maintutorials.tk</p>
<p>Thanks</p>
<p>Duration : <b>0:4:1</b></p>
<p><span id="more-53"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/O7m_pvA5Ydo&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/O7m_pvA5Ydo&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-index%2Fputting-together-your-custom-flash-website-n-dreamweaver-cs4-part-2-creating-our-index-html';
  addthis_title  = 'Putting+together+your+custom+Flash+Website+n+Dreamweaver+CS4%3A+Part+2+%28Creating+our+index.html%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-index/putting-together-your-custom-flash-website-n-dreamweaver-cs4-part-2-creating-our-index-html"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/%28Creating' rel='tag' target='_blank'>(Creating</a>, <a class='technorati-link' href='http://technorati.com/tag/Cs4' rel='tag' target='_blank'>Cs4</a>, <a class='technorati-link' href='http://technorati.com/tag/custom' rel='tag' target='_blank'>custom</a>, <a class='technorati-link' href='http://technorati.com/tag/Dreamweaver' rel='tag' target='_blank'>Dreamweaver</a>, <a class='technorati-link' href='http://technorati.com/tag/easy' rel='tag' target='_blank'>easy</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/free' rel='tag' target='_blank'>free</a>, <a class='technorati-link' href='http://technorati.com/tag/ftp' rel='tag' target='_blank'>ftp</a>, <a class='technorati-link' href='http://technorati.com/tag/index.html' rel='tag' target='_blank'>index.html</a>, <a class='technorati-link' href='http://technorati.com/tag/our' rel='tag' target='_blank'>our</a>, <a class='technorati-link' href='http://technorati.com/tag/Part' rel='tag' target='_blank'>Part</a>, <a class='technorati-link' href='http://technorati.com/tag/Putting' rel='tag' target='_blank'>Putting</a>, <a class='technorati-link' href='http://technorati.com/tag/together' rel='tag' target='_blank'>together</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/your' rel='tag' target='_blank'>your</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-index/putting-together-your-custom-flash-website-n-dreamweaver-cs4-part-2-creating-our-index-html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: htmlindex.net @ 2012-02-11 22:27:16 -->
