<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Playing Flash movies (like FusionCharts) in the Notes Client? Not that simple&#8230;</title>
	<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B</link>
	<description>Think Outside The Hive - About Notes and Web</description>
	<pubDate>Tue, 02 Dec 2008 00:05:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Bill Phillips</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17350&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17350</link>
		<dc:creator>Bill Phillips</dc:creator>
		<pubDate>Fri, 14 Nov 2008 18:03:29 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17350&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17350</guid>
		<description>There is a piece of code that was remarked out in this database that is preventing it from working. In the dbDashboard form there is a function called generateChart. in this function there is an else statement that is remarked out. remove this remark and the database should work fine.  Sorry. my fault.

here is the working function:
Function generateChart(chartType As String, lyr As Integer)
	uidoc.EditMode=True
	
	Set myFlash = uidoc.GetObject("FlashFile1")
	
	tempDrive$ = Curdrive$()
	Set pdoc = view.GetDocumentByKey(chartType)
	If Not pdoc.HasEmbedded Then Exit Function
	Set body = pdoc.GetFirstItem("rtAttachments")
  REM Get attachments
	Forall att In body.EmbeddedObjects
		If att.Type = EMBED_ATTACHMENT Then
			filepath$ = tempDrive$ &#38; "\" &#38; att.Source
			If FileExists(filepath$) Then
				'
			Else
				Call att.ExtractFile(filepath$)
				'Print filepath$ &#38; " extracted"
			End If
		End If
	End Forall
	
	myFlash.FlashVars =  "&#38;dataXML=" &#38; doc.ChartVariables(0) &#38; doc.ChartData(0) &#38; doc.ChartClose(0) &#38; "&#38;chartWidth=1200&#38;chartHeight=700"	
	myFlash.LoadMovie lyr,filepath$
	myFlash.Play
End Function</description>
		<content:encoded><![CDATA[<p>There is a piece of code that was remarked out in this database that is preventing it from working. In the dbDashboard form there is a function called generateChart. in this function there is an else statement that is remarked out. remove this remark and the database should work fine.  Sorry. my fault.</p>
<p>here is the working function:<br />
Function generateChart(chartType As String, lyr As Integer)<br />
	uidoc.EditMode=True</p>
<p>	Set myFlash = uidoc.GetObject(&#8221;FlashFile1&#8243;)</p>
<p>	tempDrive$ = Curdrive$()<br />
	Set pdoc = view.GetDocumentByKey(chartType)<br />
	If Not pdoc.HasEmbedded Then Exit Function<br />
	Set body = pdoc.GetFirstItem(&#8221;rtAttachments&#8221;)<br />
  REM Get attachments<br />
	Forall att In body.EmbeddedObjects<br />
		If att.Type = EMBED_ATTACHMENT Then<br />
			filepath$ = tempDrive$ &amp; &#8220;\&#8221; &amp; att.Source<br />
			If FileExists(filepath$) Then<br />
				&#8216;<br />
			Else<br />
				Call att.ExtractFile(filepath$)<br />
				&#8216;Print filepath$ &amp; &#8221; extracted&#8221;<br />
			End If<br />
		End If<br />
	End Forall</p>
<p>	myFlash.FlashVars =  &#8220;&amp;dataXML=&#8221; &amp; doc.ChartVariables(0) &amp; doc.ChartData(0) &amp; doc.ChartClose(0) &amp; &#8220;&amp;chartWidth=1200&amp;chartHeight=700&#8243;<br />
	myFlash.LoadMovie lyr,filepath$<br />
	myFlash.Play<br />
End Function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17340&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17340</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 14 Nov 2008 15:57:13 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17340&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17340</guid>
		<description>Hi Bill, I emailed you. Let me know if you get my email. Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Bill, I emailed you. Let me know if you get my email. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Phillips</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17335&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17335</link>
		<dc:creator>Bill Phillips</dc:creator>
		<pubDate>Fri, 14 Nov 2008 15:19:48 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17335&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17335</guid>
		<description>William, send me your contact info.
to: Lotus.Developer at yahoo dot com</description>
		<content:encoded><![CDATA[<p>William, send me your contact info.<br />
to: Lotus.Developer at yahoo dot com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17330&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17330</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 14 Nov 2008 14:28:57 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17330&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17330</guid>
		<description>Oh, if anyone who got Bill's database, can you please share with me? Thank a lot, I really need this. =)</description>
		<content:encoded><![CDATA[<p>Oh, if anyone who got Bill&#8217;s database, can you please share with me? Thank a lot, I really need this. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17327&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17327</link>
		<dc:creator>William</dc:creator>
		<pubDate>Fri, 14 Nov 2008 14:14:09 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-17327&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-17327</guid>
		<description>Hi Bill, I also would love to have a look at the sample database you talked about. How may I get a copy? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi Bill, I also would love to have a look at the sample database you talked about. How may I get a copy? Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: exnico</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-8209&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-8209</link>
		<dc:creator>exnico</dc:creator>
		<pubDate>Fri, 23 May 2008 08:10:47 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-8209&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-8209</guid>
		<description>bill , i will be very interested for a demo db with Fusion Charts .. 

Thanks in advance</description>
		<content:encoded><![CDATA[<p>bill , i will be very interested for a demo db with Fusion Charts .. </p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Macromedia Flashpaper 2</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-8182&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-8182</link>
		<dc:creator>Macromedia Flashpaper 2</dc:creator>
		<pubDate>Thu, 22 May 2008 17:30:31 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-8182&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-8182</guid>
		<description>&lt;strong&gt;Macromedia Flashpaper 2...&lt;/strong&gt;

An interesting post by a bloger made me......</description>
		<content:encoded><![CDATA[<p><strong>Macromedia Flashpaper 2&#8230;</strong></p>
<p>An interesting post by a bloger made me&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Vereecken</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-4237&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-4237</link>
		<dc:creator>Martin Vereecken</dc:creator>
		<pubDate>Mon, 10 Mar 2008 09:58:49 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-4237&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-4237</guid>
		<description>Hi Bill,

Hmmm sounds very interesting! I'd loooove to see a sample database of this! Thanks for wanting to share this!</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>Hmmm sounds very interesting! I&#8217;d loooove to see a sample database of this! Thanks for wanting to share this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Phillips</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-4161&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-4161</link>
		<dc:creator>Bill Phillips</dc:creator>
		<pubDate>Fri, 07 Mar 2008 17:42:40 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-4161&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-4161</guid>
		<description>Martin &#38; Others,
I have working copies of the fusion charts using all notes client. No need to have a server with HTTP or starting any web service. They will run in the client using all lotus script. Drop me a line if you want a sample database. I would be glad to contribute.

Thanks,

Bill</description>
		<content:encoded><![CDATA[<p>Martin &amp; Others,<br />
I have working copies of the fusion charts using all notes client. No need to have a server with HTTP or starting any web service. They will run in the client using all lotus script. Drop me a line if you want a sample database. I would be glad to contribute.</p>
<p>Thanks,</p>
<p>Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Vereecken</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-1005&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-1005</link>
		<dc:creator>Martin Vereecken</dc:creator>
		<pubDate>Fri, 28 Dec 2007 16:06:12 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-1005&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-1005</guid>
		<description>Hi Mark,
Yes, I would be interested in seeing it work, if you want, you can mail me an example (martinATbeesign.be).  Most of the time I'm dealing with Windows/IE customers anyway :-).
Are you the man behind the ideajam stats? I already figured they were FusionCharts.  Neat implementation you did there!</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
Yes, I would be interested in seeing it work, if you want, you can mail me an example (martinATbeesign.be).  Most of the time I&#8217;m dealing with Windows/IE customers anyway :-).<br />
Are you the man behind the ideajam stats? I already figured they were FusionCharts.  Neat implementation you did there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Barton</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-991&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-991</link>
		<dc:creator>Mark Barton</dc:creator>
		<pubDate>Fri, 28 Dec 2007 12:10:56 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-991&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-991</guid>
		<description>Martin - your right about the IE problem - in fact its a windows only solution.

I have an example database which I can let you see if you want.  I brought the developer licenses for Fusion Gadgest &#38; Charts so I have a Gantt chart being populated from a task tracking Notes DB - displayed within a Notes form.

I did the graphs for the Stats page for Idea Jam -http://ideajam.net/ideajam/p/ij.nsf/statistics

Mark</description>
		<content:encoded><![CDATA[<p>Martin - your right about the IE problem - in fact its a windows only solution.</p>
<p>I have an example database which I can let you see if you want.  I brought the developer licenses for Fusion Gadgest &amp; Charts so I have a Gantt chart being populated from a task tracking Notes DB - displayed within a Notes form.</p>
<p>I did the graphs for the Stats page for Idea Jam -http://ideajam.net/ideajam/p/ij.nsf/statistics</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Vereecken</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-983&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-983</link>
		<dc:creator>Martin Vereecken</dc:creator>
		<pubDate>Fri, 28 Dec 2007 09:53:19 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-983&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-983</guid>
		<description>Thanks for the suggestion, Mark and Tommy.  Definitely a route to walk as well, I'll give it a try.  The only disadvantage I can think of now, is that it's an IE only solution, so maybe it doesn't has the same Flash player version issues, but  it depends on IE.
Btw, Tommy, nice website you have there.  Worthwile exploring when I have some spare time.</description>
		<content:encoded><![CDATA[<p>Thanks for the suggestion, Mark and Tommy.  Definitely a route to walk as well, I&#8217;ll give it a try.  The only disadvantage I can think of now, is that it&#8217;s an IE only solution, so maybe it doesn&#8217;t has the same Flash player version issues, but  it depends on IE.<br />
Btw, Tommy, nice website you have there.  Worthwile exploring when I have some spare time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Valand</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-948&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-948</link>
		<dc:creator>Tommy Valand</dc:creator>
		<pubDate>Thu, 27 Dec 2007 20:19:59 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-948&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-948</guid>
		<description>I agree with the WebBrowser Control suggestion as well, as it's more flexible than being tied to older versions of the flash player. 

Another fun thing about it is that you can pass javascript-commands (think bookmarklets) to the live WebControl-object/page (in your case, the flash-file). Example of use, "View Bar Chart", "View Pie chart".
(^Not sure if this is what Mark was getting at)

Example of running JS-commands to a WebControl object on the "Entering" event of a field: http://dontpanic82.blogspot.com/2007/08/sexifying-client-with-dhtml.html

Great looking charts, btw!</description>
		<content:encoded><![CDATA[<p>I agree with the WebBrowser Control suggestion as well, as it&#8217;s more flexible than being tied to older versions of the flash player. </p>
<p>Another fun thing about it is that you can pass javascript-commands (think bookmarklets) to the live WebControl-object/page (in your case, the flash-file). Example of use, &#8220;View Bar Chart&#8221;, &#8220;View Pie chart&#8221;.<br />
(^Not sure if this is what Mark was getting at)</p>
<p>Example of running JS-commands to a WebControl object on the &#8220;Entering&#8221; event of a field: <a href="http://dontpanic82.blogspot.com/2007/08/sexifying-client-with-dhtml.html" rel="nofollow">http://dontpanic82.blogspot.com/2007/08/sexifying-client-with-dhtml.html</a></p>
<p>Great looking charts, btw!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Barton</title>
		<link>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-945&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-945</link>
		<dc:creator>Mark Barton</dc:creator>
		<pubDate>Thu, 27 Dec 2007 19:25:50 +0000</pubDate>
		<guid>http://www.bizzybee.be/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.bizzybee.be%2F2007%2F12%2F27%2Fplaying-flash-movies-like-fusioncharts-in-the-notes-client-not-that-simple%2F%23comment-945&amp;seed_title=Playing+Flash+movies+%28like+FusionCharts%29+in+the+Notes+Client%3F+Not+that+simple%26%238230%3B#comment-945</guid>
		<description>The best option is to use the Web Control so your embedding a browser rather than the Flash Object.

This means you can use standard Javascript to control the parameters for the movie.

Mark</description>
		<content:encoded><![CDATA[<p>The best option is to use the Web Control so your embedding a browser rather than the Flash Object.</p>
<p>This means you can use standard Javascript to control the parameters for the movie.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
