<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flash OCX control and Visual Studio 2005 issues</title>
	<atom:link href="http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/</link>
	<description>Creativity is coming up with new things. Innovation is doing new things. We make software that helps you do both.</description>
	<lastBuildDate>Tue, 01 Mar 2011 02:20:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Source Code Released for Flash Player 11 Standalone Debugger &#124; Ascension Systems Blog</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-6424</link>
		<dc:creator><![CDATA[Source Code Released for Flash Player 11 Standalone Debugger &#124; Ascension Systems Blog]]></dc:creator>
		<pubDate>Tue, 01 Mar 2011 02:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-6424</guid>
		<description><![CDATA[[...] http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/" rel="nofollow">http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jatender</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-6154</link>
		<dc:creator><![CDATA[Jatender]]></dc:creator>
		<pubDate>Wed, 15 Jul 2009 10:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-6154</guid>
		<description><![CDATA[I have the same problem as GUAN stated

”axShockwaveFlash.playing = fasle” when the flash is playing,what’s the matter?

Please help me to solve this issue.
actually i want to know how can we detect flash clip finish playing in &quot;axShockwaveFlash&quot; control.so that we can run another clip.]]></description>
		<content:encoded><![CDATA[<p>I have the same problem as GUAN stated</p>
<p>”axShockwaveFlash.playing = fasle” when the flash is playing,what’s the matter?</p>
<p>Please help me to solve this issue.<br />
actually i want to know how can we detect flash clip finish playing in &#8220;axShockwaveFlash&#8221; control.so that we can run another clip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GUAN</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-6046</link>
		<dc:creator><![CDATA[GUAN]]></dc:creator>
		<pubDate>Wed, 25 Mar 2009 02:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-6046</guid>
		<description><![CDATA[I traced the message,&quot;axShockwaveFlash.playing = fasle&quot; when the flash is playing,what&#039;s the matter? And I cannot control the &quot;axShockwaveFlash&quot; with &quot;Stop()&quot; or &quot;PlayStop()&quot;.]]></description>
		<content:encoded><![CDATA[<p>I traced the message,&#8221;axShockwaveFlash.playing = fasle&#8221; when the flash is playing,what&#8217;s the matter? And I cannot control the &#8220;axShockwaveFlash&#8221; with &#8220;Stop()&#8221; or &#8220;PlayStop()&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diro</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-2010</link>
		<dc:creator><![CDATA[diro]]></dc:creator>
		<pubDate>Tue, 30 Sep 2008 15:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-2010</guid>
		<description><![CDATA[Hello. I&#039;ve tried to do:

axShockWaveObject = new AxShockwaveFlash();
axShockWaveObject.Movie = &quot;path to some movie&quot;;
axShockWaveObject.Play();
//So far everything it&#039;s fine but...

axShockWaveObject.Stop(); //Doesn&#039;t work. I mean, it //doesn&#039;t stop de .swf

Does anybody knows why?

Please answer]]></description>
		<content:encoded><![CDATA[<p>Hello. I&#8217;ve tried to do:</p>
<p>axShockWaveObject = new AxShockwaveFlash();<br />
axShockWaveObject.Movie = &#8220;path to some movie&#8221;;<br />
axShockWaveObject.Play();<br />
//So far everything it&#8217;s fine but&#8230;</p>
<p>axShockWaveObject.Stop(); //Doesn&#8217;t work. I mean, it //doesn&#8217;t stop de .swf</p>
<p>Does anybody knows why?</p>
<p>Please answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikesquallmx</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-2009</link>
		<dc:creator><![CDATA[Mikesquallmx]]></dc:creator>
		<pubDate>Tue, 16 Sep 2008 00:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-2009</guid>
		<description><![CDATA[Note: Sorry, I forgot, my project is a desktop project.]]></description>
		<content:encoded><![CDATA[<p>Note: Sorry, I forgot, my project is a desktop project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikesquallmx</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-2008</link>
		<dc:creator><![CDATA[Mikesquallmx]]></dc:creator>
		<pubDate>Tue, 16 Sep 2008 00:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-2008</guid>
		<description><![CDATA[Actually I&#039;m working with VB 2005 and I have problems in design time when I tried to use the Flash9f.ocx in a form. when I tried to put the ocxObject in the form, it appearsme the same massage box tha says: Could not resolves references form. I tried whith your method, but nothing in design time.]]></description>
		<content:encoded><![CDATA[<p>Actually I&#8217;m working with VB 2005 and I have problems in design time when I tried to use the Flash9f.ocx in a form. when I tried to put the ocxObject in the form, it appearsme the same massage box tha says: Could not resolves references form. I tried whith your method, but nothing in design time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ~V~</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-1998</link>
		<dc:creator><![CDATA[~V~]]></dc:creator>
		<pubDate>Sat, 05 Jul 2008 08:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-1998</guid>
		<description><![CDATA[Hi 

I followed all steps given here but still facing same problem
I can&#039;t add AxShockFlashPlayer Object to my form it gives error that it is not properly registred....

Please Help]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I followed all steps given here but still facing same problem<br />
I can&#8217;t add AxShockFlashPlayer Object to my form it gives error that it is not properly registred&#8230;.</p>
<p>Please Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GreyStork</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-1985</link>
		<dc:creator><![CDATA[GreyStork]]></dc:creator>
		<pubDate>Sat, 19 Apr 2008 03:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-1985</guid>
		<description><![CDATA[In cases where other components haven&#039;t already done so, you will likely need to add the standard OLE library. You can do so by adding a reference to the COM library &#039;OLE Automation&#039;, normally located at &#039;C:\Windows\System32\stdole2.tlb&#039;.]]></description>
		<content:encoded><![CDATA[<p>In cases where other components haven&#8217;t already done so, you will likely need to add the standard OLE library. You can do so by adding a reference to the COM library &#8216;OLE Automation&#8217;, normally located at &#8216;C:\Windows\System32\stdole2.tlb&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharpstyle</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-921</link>
		<dc:creator><![CDATA[sharpstyle]]></dc:creator>
		<pubDate>Tue, 30 Oct 2007 06:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-921</guid>
		<description><![CDATA[Thank you.]]></description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind</title>
		<link>http://blog.sharpstyle.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-920</link>
		<dc:creator><![CDATA[Arvind]]></dc:creator>
		<pubDate>Mon, 29 Oct 2007 15:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://sharpstyle.wordpress.com/2007/03/28/flash-ocx-control-and-visual-studio-2005-issues/#comment-920</guid>
		<description><![CDATA[Thanks a -LOT- for this information. I was just about to give up in frustration when I saw your article. It worked like a charm, even with the latest ocx from Adobe. Keep up the great work!]]></description>
		<content:encoded><![CDATA[<p>Thanks a -LOT- for this information. I was just about to give up in frustration when I saw your article. It worked like a charm, even with the latest ocx from Adobe. Keep up the great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

