<?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>It's Called Web Design &#187; Flash</title>
	<atom:link href="http://itscalledwebdesign.com/category/tutorials/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://itscalledwebdesign.com</link>
	<description>Web 2.0 is so 2004. . . .</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Flash button click-to URL</title>
		<link>http://itscalledwebdesign.com/tutorials/flash/flash-button-click-to-url/</link>
		<comments>http://itscalledwebdesign.com/tutorials/flash/flash-button-click-to-url/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 16:57:24 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=555</guid>
		<description><![CDATA[Maybe if I did Flash stuff more often, I wouldn&#8217;t always forget this. If you have a button in flash that you want to click to a web URL, simply right click the object and click &#8220;convert to symbol&#8221;. Choose button and name it if you&#8217;re so inclined. Next, with your button selected, go to [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe if I did Flash stuff more often, I wouldn&#8217;t always forget this.<br />
<span id="more-555"></span><br />
If you have a button in flash that you want to click to a web URL, simply right click the object and click &#8220;convert to symbol&#8221;.  Choose button and name it if you&#8217;re so inclined.</p>
<p>Next, with your button selected, go to the top nav bar and highlight &#8220;Window&#8221; then select &#8220;Behaviors&#8221;.</p>
<p>Select &#8220;+&#8221; and then &#8220;Web&#8221; &#8211; &#8220;Go to Webpage&#8221;.</p>
<p>Type in the URL and set your Open in command.</p>
<p>Click OK and you are set.</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/flash/flash-button-click-to-url/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flash embed</title>
		<link>http://itscalledwebdesign.com/tutorials/flash-embed/</link>
		<comments>http://itscalledwebdesign.com/tutorials/flash-embed/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 15:00:44 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[swf]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=18</guid>
		<description><![CDATA[You want a flash video on your website, and you want it there easily?  Look no further. You will need to put the following swf somewhere on your server &#8211; flvplayer.swf Then use the following code - &#60;embed src="http://yourdomain.com/flvplayer.swf" width="480" height="360" allowscriptaccess="always" allowfullscreen="true" flashvars="height=360&#38;width=480&#38;file=http://yourdomain.com/video.flv&#38;displaywidth=480&#38;autostart=false&#38;shuffle=false&#38;playlist=false&#38;scroll=true" /&#62; You will want to change the location of the swf [...]]]></description>
			<content:encoded><![CDATA[<p>You want a flash video on your website, and you want it there easily?  Look no further.<br />
<span id="more-18"></span></p>
<p>You will need to put the following swf somewhere on your server &#8211; <a title="FLV Player" href="http://itscalledwebdesign.com/files/flvplayer.swf">flvplayer.swf</a></p>
<p>Then use the following code -</p>
<pre id="line149">&lt;<span class="start-tag">embed</span><span class="attribute-name"> src</span>=<span class="attribute-value">"http://yourdomain.com/flvplayer.swf" </span><span class="attribute-name">width</span>=<span class="attribute-value">"480" </span><span class="attribute-name">height</span>=<span class="attribute-value">"360" </span><span class="attribute-name">allowscriptaccess</span>=<span class="attribute-value">"always" </span><span class="attribute-name">allowfullscreen</span>=<span class="attribute-value">"true" </span><span class="attribute-name">flashvars</span>=<span class="attribute-value">"height=360&amp;width=480&amp;file=http://yourdomain.com/video.flv&amp;displaywidth=480&amp;autostart=false&amp;shuffle=false&amp;playlist=false&amp;scroll=true" </span><span class="error"><span class="attribute-name">/</span></span>&gt;</pre>
<p>You will want to change the location of the swf and the filename and location of your flv.  The width and height can be modified to fit with whatever size flv you are playing.  If you do change these, make sure you change all of the heights and widths accordingly.</p>
<p>The other listed variables allow you to change things like autostart just by switching between &#8220;true&#8221; and &#8220;false&#8221;.</p>
<p>If you want to have more than one video to play in order, check this tutorial out -<br />
<a href="http://itscalledwebdesign.com/?p=20">XML Driven FLV Player</a></p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/flash-embed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

