<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Page comments</title>
		<link>http://www.ssbits.com/home/</link>
		<atom:link href="http://www.ssbits.com/home/" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_2523</link>
			<description>I am kind of new to silverstripe so i was wondering where exactly should i save the &quot;Flashpage.ss&quot; file? do i need to save that in the mysite folder or do i need to create another folder?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_2523</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_1815</link>
			<description>I love this article.
But I'm trying to include a skin.
Normally, you add the skin file (also a swf file) in the same directory as the swf file to play. But I don't get it done in SilverStripe...
Any ideas ?</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_1815</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_610</link>
			<description>@Bunheng This thread should help you getting started: http://www.silverstripe.org/dataobjectmanager-module-forum/show/13283</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_610</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_609</link>
			<description>Hi, 

Could you show the basic example please? I am new too SS :)

Thanks
Bunheng</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_609</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_603</link>
			<description>@Mom Bunheng: Yeah, simply use the &quot;renderWith&quot; method to render to another template where you use XML markup. </description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_603</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_602</link>
			<description>Hi, 
Is there any way to output DataObject into XML to use the with flash?

Thanks
Bunheng</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_602</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_90</link>
			<description>Okay, thanx again for your reply. I managed to get it to work now, just by using:
&lt;script type=&quot;text/javascript&quot;&gt;
    swfobject.embedSWF(&quot;$FlashFile.URL&quot;, &quot;FlashContainer&quot;, &quot;300&quot;, &quot;120&quot;, &quot;10.0.0&quot;, &quot;/mysite/javascript/lib/expressInstall.swf&quot; );
&lt;/script&gt;

Its just working without any comments nor CDATA parts for me. An other problem was the paths to expressinstall, swfobject.js etc, some noobish errors you know.
Thanx alot for this.</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_90</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_81</link>
			<description>You can generate XHTML by using the appropriate doctype in your Page.ss file :)
If you look at the generated source, does the script appear? If not, you should probably run a ?flush=1.
If it appears in the source code of the page, but the flash movie doesn't, then check for errors in the JavaScript console (using a tool like FireBug or similar)</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_81</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_80</link>
			<description>thanx for your quick reply. You mean it like this?
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
swfobject.embedSWF(
    &quot;$FlashFile.URL&quot;,
    &quot;FlashContainer&quot;,
    &quot;400&quot;, &quot;300&quot;,
    &quot;10.0.0&quot;,
    &quot;mysite/javascript/lib/expressInstall.swf&quot;
);
--&gt;
&lt;/script&gt;

but it still doesnt work.
How do i generate XHTML with silverstriep btw :D</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_80</guid>
		</item>
		
		<item>
			<title></title>
			<link>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_79</link>
			<description>If you're not generating XHTML as output, I suggest you remove the &lt;![CDATA[ ]]&gt; block and replace it with the usual HTML Comments. E.g:
&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
 // script goes here
--&gt;
&lt;/script&gt;
</description>
			<pubDate></pubDate>
			<dc:creator>RSSName</dc:creator>
			<guid>http://www.ssbits.com/tutorials/2009/embed-flash-content-using-swfobject/#PageComment_79</guid>
		</item>
		

	</channel>
</rss>