<?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>Adsense Script &#187; embed</title>
	<atom:link href="http://scriptahead.com/tag/embed/feed/" rel="self" type="application/rss+xml" />
	<link>http://scriptahead.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 May 2012 17:01:36 +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>Q&amp;AMP;A: HOW DO I HOST A SCRIPT ELSEWHERE, THEN USE HTML CODE TO EMBED IN MY SITE?</title>
		<link>http://scriptahead.com/134/qa-how-do-i-host-a-script-elsewhere-then-use-html-code-to-embed-in-my-site/</link>
		<comments>http://scriptahead.com/134/qa-how-do-i-host-a-script-elsewhere-then-use-html-code-to-embed-in-my-site/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 05:23:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[elsewhere]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://scriptahead.com/134/qa-how-do-i-host-a-script-elsewhere-then-use-html-code-to-embed-in-my-site/</guid>
		<description><![CDATA[Question by Steve M: How do I host a script elsewhere, then use HTML code to embed in my site? I run a website from an on the web template system, so I cannot upload a script with these requirements: cPanel suggested + PHP+ MySql Is there a way to host this script elsewhere, then]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Steve M</i>: <br />How do I host a script elsewhere, then use HTML code to embed in my site?</strong><br />
I run a website from an on the web template system, so I cannot upload a script with these requirements:</p>
<p>cPanel suggested + PHP+ MySql</p>
<p>Is there a way to host this script elsewhere, then use an HTML code to embed it in my template site? This would help me to keep a new service on my current site rather than having to link to another.</p>
<p>Thanks for any insights!</p>
<p><span id="more-134"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by Colanth</i><br/>Put your new site where you want it, then point your DNS entry to your new site.  Or, if you cannot control the DNS, put a permanent redirect header on your old page pointing to your new site.</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/134/qa-how-do-i-host-a-script-elsewhere-then-use-html-code-to-embed-in-my-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOW DO I TRANSLATE HOME VIDEOS TO HTML SCRIPT TO EMBED IN MY WEBSITE?</title>
		<link>http://scriptahead.com/76/how-do-i-translate-home-videos-to-html-script-to-embed-in-my-website/</link>
		<comments>http://scriptahead.com/76/how-do-i-translate-home-videos-to-html-script-to-embed-in-my-website/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 05:08:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[translate]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://scriptahead.com/76/how-do-i-translate-home-videos-to-html-script-to-embed-in-my-website/</guid>
		<description><![CDATA[Question by Ratchet: How do I translate home videos to HTML script to embed in my website? I have a lot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Ratchet</i>: <br />How do I translate home videos to HTML script to embed in my website?</strong><br />
I have a lot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please tell me how?</p>
<p><span id="more-76"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><i>Answer by therootlife</i><br/>If you have mpeg or avi or a similar movie, you can try using this code :</p>
<p><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="195" width="340" name="YourName" align="left"><param name="src" value="movies/movie.wmv"><param name="autoplay" value="true"><param name="controller" value="true"><embed height="195" width="340" align="left" src="movies/movie.wmv" autoplay="true" controller="true"></embed></object></p>
<p>Edit the variables to how you see fit</p>
<p>
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Give your own answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://scriptahead.com/76/how-do-i-translate-home-videos-to-html-script-to-embed-in-my-website/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

