<?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>Leosquarez - Website Design and Development &#187; button</title>
	<atom:link href="http://www.leosquarez.com/tag/button/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leosquarez.com</link>
	<description>Website Design and Development</description>
	<lastBuildDate>Wed, 17 Aug 2011 03:59:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add a link on flash file or banner</title>
		<link>http://www.leosquarez.com/add-a-link-on-flash-file-banner/</link>
		<comments>http://www.leosquarez.com/add-a-link-on-flash-file-banner/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 06:52:04 +0000</pubDate>
		<dc:creator>leosquarez</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.leosquarez.com/?p=32</guid>
		<description><![CDATA[Add a link in your flash banner or files:

Convert your object in a button
Go to the action script editor
paste the code
on (release) {
getURL(&#8221;your-link&#8221;,&#8221;your-target&#8221;,&#8221;GET&#8221;);
}

on your-link you can add a full path like:
http://www.leosquarez.com/leosquarez-service/
or a simple:
/leosquarez-service/
if you are in the same domain.
on your-target you can specify:

&#8220;_self&#8221; &#8211; Targets the window that the movie is in (MORE COMMON)
&#8220;_new&#8221; &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Add a link in your flash banner or files:</p>
<ul>
<li>Convert your object in a button</li>
<li>Go to the action script editor</li>
<li>paste the code<br />
on (release) {<br />
getURL(&#8221;your-link&#8221;,&#8221;your-target&#8221;,&#8221;GET&#8221;);<br />
}</li>
</ul>
<p>on<strong> your-link </strong>you can add a full path like:</p>
<p>http://www.leosquarez.com/leosquarez-service/</p>
<p>or a simple:</p>
<p>/leosquarez-service/</p>
<p>if you are in the same domain.</p>
<p>on <strong>your-target</strong> you can specify:</p>
<ul>
<li>&#8220;_self&#8221; &#8211; Targets the window that the movie is in (<em>MORE COMMON</em>)</li>
<li>&#8220;_new&#8221; &#8211; Opens url in a new window</li>
<li>&#8220;_top&#8221; &#8211; Only useful in a framset, targets the top frameset</li>
<li>&#8220;_parent&#8221; &#8211; Targets parent window in a framset</li>
</ul>
<p>So a examples could be:</p>
<p>on (release) {<br />
getURL(&#8221;my-page.php&#8221;,&#8221;_self&#8221;,&#8221;GET&#8221;);<br />
}</p>
<img src="http://www.leosquarez.com/?ak_action=api_record_view&id=32&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.leosquarez.com/add-a-link-on-flash-file-banner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

