<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tim Walters .NET Blog - All Comments</title><link>http://weblogs.asp.net/twalters/default.aspx</link><description>Microsoft .NET, along with XML, XSL, XSD, SQL and other cool stuff</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Accessing text in XML with Flash ActionScript - Why is it so hard?</title><link>http://weblogs.asp.net/twalters/pages/10141.aspx#6411619</link><pubDate>Thu, 17 Jul 2008 16:21:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6411619</guid><dc:creator>Justus</dc:creator><description>&lt;p&gt;Thank you. Fixed my bug.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6411619" width="1" height="1"&gt;</description></item><item><title>Lexapro.</title><link>http://weblogs.asp.net/twalters/archive/2004/03/17/90699.aspx#6404934</link><pubDate>Wed, 16 Jul 2008 03:49:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6404934</guid><dc:creator>Lexapro side effects.</dc:creator><description>&lt;p&gt;Weight loss after you stop taking lexapro. Lexapro cessation vertigo. Lexapro. Success with lexapro. Lexapro and alcohol.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6404934" width="1" height="1"&gt;</description></item><item><title>re: Embedding Flash in a Windows Forms .NET app</title><link>http://weblogs.asp.net/twalters/archive/2003/12/29/46265.aspx#6290520</link><pubDate>Wed, 18 Jun 2008 12:34:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6290520</guid><dc:creator>Yousef</dc:creator><description>&lt;p&gt;Thanks alot...&lt;/p&gt;
&lt;p&gt; This article was so helpful...&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6290520" width="1" height="1"&gt;</description></item><item><title>re: .NET Compact Framework and embedded Flash - at last!</title><link>http://weblogs.asp.net/twalters/archive/2003/07/17/10185.aspx#6271831</link><pubDate>Fri, 13 Jun 2008 09:41:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6271831</guid><dc:creator>Selma</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I wanted to embed flash objects and videoes in my compact framework application,too.&lt;/p&gt;
&lt;p&gt;I have read the article &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/enus/library/aa446515.aspx"&gt;msdn.microsoft.com/.../aa446515.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But unfortunately i haven't achieved to run a flash application.&lt;/p&gt;
&lt;p&gt;I have followed the steps below:&lt;/p&gt;
&lt;p&gt;1-) I have installed Shockwave Flash player control by Macromedia both my development machine and sbc.&lt;/p&gt;
&lt;p&gt;2-) Then i have added the dll after changing it to Flash.dll.&lt;/p&gt;
&lt;p&gt;3-)And i have run the command below:&lt;/p&gt;
&lt;p&gt; AxImp.exe C:\WINDOWS\system32\wmp.dll /source&lt;/p&gt;
&lt;p&gt;And 3 files have occured as it is mentioned in the article.&lt;/p&gt;
&lt;p&gt;4-)I have added the WMPLib.dll reference to the project.&lt;/p&gt;
&lt;p&gt;But (as it is said in the article),no components have added to the toolbox.And when i wanted to add any dll (flash,WMPLib.dll ),i have got the error as being unsuitable for adding.&lt;/p&gt;
&lt;p&gt;5-)Anyway,i wrote something as below:&lt;/p&gt;
&lt;p&gt;ShockwaveFlash sf = new ShockwaveFlash();&lt;/p&gt;
&lt;p&gt;sf.LoadMovie(1, &amp;quot;c:/unicycle.mpeg&amp;quot;);&lt;/p&gt;
&lt;p&gt;sf.Play();&lt;/p&gt;
&lt;p&gt;But i got error when deploying to the wince 5 installed sbc.&lt;/p&gt;
&lt;p&gt;What is the problem?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6271831" width="1" height="1"&gt;</description></item><item><title>re: Embedding Flash in a Windows Forms .NET app</title><link>http://weblogs.asp.net/twalters/archive/2003/12/29/46265.aspx#6269965</link><pubDate>Thu, 12 Jun 2008 08:57:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6269965</guid><dc:creator>Selma</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have read the article &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/aa446515.aspx"&gt;msdn.microsoft.com/.../aa446515.aspx&lt;/a&gt; &amp;nbsp;from msdn.&lt;/p&gt;
&lt;p&gt;And i have tried to practise the necessary steps.&lt;/p&gt;
&lt;p&gt;But unfortunately i haven't achieved to run a flash application.&lt;/p&gt;
&lt;p&gt;I have followed the steps below:&lt;/p&gt;
&lt;p&gt;1-) I have installed Shockwave Flash player control by Macromedia both my development machine and sbc.&lt;/p&gt;
&lt;p&gt;2-) Then i have added the dll after changing it to Flash.dll.&lt;/p&gt;
&lt;p&gt;3-)And i have run the command below:&lt;/p&gt;
&lt;p&gt; AxImp.exe C:\WINDOWS\system32\wmp.dll /source&lt;/p&gt;
&lt;p&gt;And 3 files have occured as it is mentioned in the article.&lt;/p&gt;
&lt;p&gt;4-)I have added the WMPLib.dll reference to the project.&lt;/p&gt;
&lt;p&gt;But (as it is said in the article),no components have added to the toolbox.And when i wanted to add any dll (flash,WMPLib.dll ),i have got the error as being unsuitable for adding.&lt;/p&gt;
&lt;p&gt;5-)Anyway,i wrote something as below:&lt;/p&gt;
&lt;p&gt;ShockwaveFlash sf = new ShockwaveFlash();&lt;/p&gt;
&lt;p&gt;sf.LoadMovie(1, &amp;quot;c:/unicycle.mpeg&amp;quot;);&lt;/p&gt;
&lt;p&gt;sf.Play();&lt;/p&gt;
&lt;p&gt;But i got error when deploying to the wince 5 installed sbc.&lt;/p&gt;
&lt;p&gt;What is the problem?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;P.S:When i want to add shockwave com on the toolbox,yes i can see tha com and it is ticked.But after clickin ok,nothing is added to the toolbox.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6269965" width="1" height="1"&gt;</description></item><item><title>re: Embedding Flash in a Windows Forms .NET app</title><link>http://weblogs.asp.net/twalters/archive/2003/12/29/46265.aspx#6150739</link><pubDate>Fri, 02 May 2008 16:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6150739</guid><dc:creator>Lance</dc:creator><description>&lt;p&gt;This does not work as written up and as advertised (VS 2005 Enterprise C# .Net forms app.)&lt;/p&gt;
&lt;p&gt;Adding the reference to the COM DLL and then adding it to the form generates the &amp;quot;fail to import the ActiveX Control. please insure it is properly registered &amp;quot; nonsense.&lt;/p&gt;
&lt;p&gt;I tried generating an AxImp (interop) dll using the flash DLL and all that did is give me a malformed interop DLL.&lt;/p&gt;
&lt;p&gt;Why am I not surprised, Flash is not an open spec and Adobe does nothing to support hard client developers.&lt;/p&gt;
&lt;p&gt;They just want to get everyone's content wrapped up in their proprietary format so that they hold the keys to the kingdom. I'm no M$ fan, but I hope that SilverLight crushes this POS...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6150739" width="1" height="1"&gt;</description></item><item><title>re: Accessing text in XML with Flash ActionScript - Why is it so hard?</title><link>http://weblogs.asp.net/twalters/pages/10141.aspx#6094862</link><pubDate>Sun, 13 Apr 2008 23:34:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6094862</guid><dc:creator>Hamish</dc:creator><description>&lt;p&gt;Thanks so much, this helped me heaps!!!!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6094862" width="1" height="1"&gt;</description></item><item><title>re: Embedding Flash in a Windows Forms .NET app</title><link>http://weblogs.asp.net/twalters/archive/2003/12/29/46265.aspx#6072112</link><pubDate>Sun, 06 Apr 2008 14:39:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6072112</guid><dc:creator>Syed Tabish</dc:creator><description>&lt;p&gt;whenever i am going to Drag the &amp;quot;Shockwave Flash Object&amp;quot; from the toolbox onto the Form (just like any other control) an error prompt &amp;quot;fail to import the ActiveX Control. please insure it is properly registered &amp;quot;&lt;/p&gt;
&lt;p&gt;if any one who have solution for it, kindly inform me &lt;/p&gt;
&lt;p&gt;@ tabishghaz@yahoo.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6072112" width="1" height="1"&gt;</description></item><item><title>re: Flash Remoting with .NET</title><link>http://weblogs.asp.net/twalters/archive/2003/02/10/2106.aspx#6060979</link><pubDate>Wed, 02 Apr 2008 13:47:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6060979</guid><dc:creator>Prashant</dc:creator><description>&lt;p&gt;Hey friends, I've tried and successfully implemented facade architecture working usign Flash remoting and ASP.NET. anybody can contact me at prashant@diligentinfosys.com, I'm trying to upload a tutorial on codeproject to help everyone&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6060979" width="1" height="1"&gt;</description></item><item><title>re: MobyDock - Mac style docking for 2000/XP</title><link>http://weblogs.asp.net/twalters/archive/2003/10/22/32887.aspx#6014860</link><pubDate>Sun, 23 Mar 2008 13:52:05 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6014860</guid><dc:creator>lobby</dc:creator><description>&lt;p&gt;thanks jason.... objectdock is better than moby dock i guesss...its really cool.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6014860" width="1" height="1"&gt;</description></item></channel></rss>