<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Three Simple Steps to Fat Loss</title>
	<atom:link href="http://www.zerofrictionfatlossinfo.com/fat-loss/the-three-simple-steps-to-fat-loss/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zerofrictionfatlossinfo.com/fat-loss/the-three-simple-steps-to-fat-loss</link>
	<description>Lose Weight Fast And Easy</description>
	<lastBuildDate>Tue, 17 Jan 2012 08:39:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mr.C Das</title>
		<link>http://www.zerofrictionfatlossinfo.com/fat-loss/the-three-simple-steps-to-fat-loss/comment-page-1#comment-6424</link>
		<dc:creator>Mr.C Das</dc:creator>
		<pubDate>Tue, 13 Apr 2010 19:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zerofrictionfatlossinfo.com/fat-loss/the-three-simple-steps-to-fat-loss#comment-6424</guid>
		<description>expert help-
http://allexpert.info/&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>expert help-<br />
<a href="http://allexpert.info/" rel="nofollow">http://allexpert.info/</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhvrm</title>
		<link>http://www.zerofrictionfatlossinfo.com/fat-loss/the-three-simple-steps-to-fat-loss/comment-page-1#comment-6423</link>
		<dc:creator>dhvrm</dc:creator>
		<pubDate>Tue, 13 Apr 2010 19:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.zerofrictionfatlossinfo.com/fat-loss/the-three-simple-steps-to-fat-loss#comment-6423</guid>
		<description>It would be helpful to see the XML file in question. (DO NOT POST IT HERE. Put it on the Web and link to it.)

That said,  you&#039;re not going to use DreamWeaver to fix this problem. All you need to do is correctly change the entries in the XML file to place the new images into the player.

Basically, in your XML file is a repeated set of nodes, each of which indicate a new image. It looks either something like this:

&lt;image&gt;
&lt;url&gt;/images/mypic.jpg&lt;/url&gt;
&lt;title&gt;My Pic&lt;/title&gt;
&lt;description&gt;This is a picture of me.&lt;/description&gt;
&lt;/image&gt;

Or like this:

&lt;image url=&quot;/images/mypic.jpg&quot; title=&quot;My Pic&quot; description=&quot;This is a picture of me.&quot; /&gt;

Or some combination of the two. Each series of these entries represents a banner. Your job is to amend the XML file to reflect the proper data for the banner images / info you have on hand.

I can&#039;t explain how to do that in this medium. I can point you to this, which may help you understand what you are looking at and how to change it:

http://www.w3schools.com/xml/xml_tree.asp&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>It would be helpful to see the XML file in question. (DO NOT POST IT HERE. Put it on the Web and link to it.)</p>
<p>That said,  you&#8217;re not going to use DreamWeaver to fix this problem. All you need to do is correctly change the entries in the XML file to place the new images into the player.</p>
<p>Basically, in your XML file is a repeated set of nodes, each of which indicate a new image. It looks either something like this:</p>
<p>&lt;image&gt;<br />
&lt;url&gt;/images/mypic.jpg&lt;/url&gt;<br />
&lt;title&gt;My Pic&lt;/title&gt;<br />
&lt;description&gt;This is a picture of me.&lt;/description&gt;<br />
&lt;/image&gt;</p>
<p>Or like this:</p>
<p>&lt;image url=&quot;/images/mypic.jpg&quot; title=&quot;My Pic&quot; description=&quot;This is a picture of me.&quot; /&gt;</p>
<p>Or some combination of the two. Each series of these entries represents a banner. Your job is to amend the XML file to reflect the proper data for the banner images / info you have on hand.</p>
<p>I can&#8217;t explain how to do that in this medium. I can point you to this, which may help you understand what you are looking at and how to change it:</p>
<p><a href="http://www.w3schools.com/xml/xml_tree.asp" rel="nofollow">http://www.w3schools.com/xml/xml_tree.asp</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 24JJ24</title>
		<link>http://www.zerofrictionfatlossinfo.com/fat-loss/the-three-simple-steps-to-fat-loss/comment-page-1#comment-6422</link>
		<dc:creator>24JJ24</dc:creator>
		<pubDate>Tue, 13 Apr 2010 14:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zerofrictionfatlossinfo.com/fat-loss/the-three-simple-steps-to-fat-loss#comment-6422</guid>
		<description>&lt;b&gt;Adding XML to Javascript? - Dreamweaver Help?&lt;/b&gt;&lt;br&gt;Hi, calling all dreamweaver experts,

A few days ago I downloaded a simple rotating banner. There are three main files;

banner.swf
swfobject.js
banner.xml

I am a complete novice at javascript and I am currently learning web development on dreamweaver, when I got the banner it is very well laid out, neat file structure etc with 3 picture files to go with it. 

What I cant seem to get my head around is that I bought this banner on flashden.net, I never expected it to become this much of a problem to implement. I have posted various questions over the last few days but none have hit the nail on the head and its still not displaying images.

After looking in the XML file I saw the images were linked there, so I gather this is where the problem is stemming from. These are the most sucessful steps I have taken so far:

New document - Insert Media Object (result is test.xhtml and swfobject_modified.js).

When I preview this in my browser, I can see the stage for flash, but no interactivity, so thats half the battle.

I cant for the life of me figure out how to add the .xml file to my flash object, I have tried &lt;script&gt;&lt;/script&gt; but there is no text/type that says xml. There has to be some way to make this work, I know im probably being a nab and missing something huge thats right under my nose, but I;m at a loss :P

Thanks for your help :)

p.s: If you could try and relate the answers to dreamweaver as much as possible I would appreciate it, thanks again
here is a screenie of the code;

http://img140.imageshack.us/my.php?image=xml.jpg

Again, not really sure what to do with XML, the src links to the images are all in the correct locations.
Oh also, the file came with a sample web page to show how it should look live, that works, I have copied the source code and javascript from that, pasted it to a new html document, amended the links (or all that I can make out) to point to my document and it doesnt work, not sure if that helps at all
</description>
		<content:encoded><![CDATA[<p><b>Adding XML to Javascript? &#8211; Dreamweaver Help?</b><br />Hi, calling all dreamweaver experts,</p>
<p>A few days ago I downloaded a simple rotating banner. There are three main files;</p>
<p>banner.swf<br />
swfobject.js<br />
banner.xml</p>
<p>I am a complete novice at javascript and I am currently learning web development on dreamweaver, when I got the banner it is very well laid out, neat file structure etc with 3 picture files to go with it. </p>
<p>What I cant seem to get my head around is that I bought this banner on flashden.net, I never expected it to become this much of a problem to implement. I have posted various questions over the last few days but none have hit the nail on the head and its still not displaying images.</p>
<p>After looking in the XML file I saw the images were linked there, so I gather this is where the problem is stemming from. These are the most sucessful steps I have taken so far:</p>
<p>New document &#8211; Insert Media Object (result is test.xhtml and swfobject_modified.js).</p>
<p>When I preview this in my browser, I can see the stage for flash, but no interactivity, so thats half the battle.</p>
<p>I cant for the life of me figure out how to add the .xml file to my flash object, I have tried &lt;script&gt;&lt;/script&gt; but there is no text/type that says xml. There has to be some way to make this work, I know im probably being a nab and missing something huge thats right under my nose, but I;m at a loss <img src='http://www.zerofrictionfatlossinfo.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Thanks for your help <img src='http://www.zerofrictionfatlossinfo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>p.s: If you could try and relate the answers to dreamweaver as much as possible I would appreciate it, thanks again<br />
here is a screenie of the code;</p>
<p><a href="http://img140.imageshack.us/my.php?image=xml.jpg" rel="nofollow">http://img140.imageshack.us/my.php?image=xml.jpg</a></p>
<p>Again, not really sure what to do with XML, the src links to the images are all in the correct locations.<br />
Oh also, the file came with a sample web page to show how it should look live, that works, I have copied the source code and javascript from that, pasted it to a new html document, amended the links (or all that I can make out) to point to my document and it doesnt work, not sure if that helps at all</p>
]]></content:encoded>
	</item>
</channel>
</rss>

