<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Fresh.Thoughts - Latest Comments in Interacting with embedded Flash content in Flex</title><link>http://dotfresh.disqus.com/</link><description></description><atom:link href="https://dotfresh.disqus.com/interacting_with_embedded_flash_content_in_flex/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 11 May 2010 11:10:57 -0000</lastBuildDate><item><title>Re: Interacting with embedded Flash content in Flex</title><link>http://dotfresh.blogspot.com/2009/07/interacting-with-embedded-flash-content.html#comment-49743584</link><description>&lt;p&gt;Thanks, it really helped me!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">evio</dc:creator><pubDate>Tue, 11 May 2010 11:10:57 -0000</pubDate></item><item><title>Re: Interacting with embedded Flash content in Flex</title><link>http://dotfresh.blogspot.com/2009/07/interacting-with-embedded-flash-content.html#comment-31784105</link><description>&lt;p&gt;You can subscribe to the Frame event and check if it's the last frame, for example. I used an excellent class named TimelineWatcher found somewhere, it did all the dirty job for me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Artëm Smirnov</dc:creator><pubDate>Thu, 28 Jan 2010 05:09:24 -0000</pubDate></item><item><title>Re: Interacting with embedded Flash content in Flex</title><link>http://dotfresh.blogspot.com/2009/07/interacting-with-embedded-flash-content.html#comment-31532277</link><description>&lt;p&gt;So, I don't understand how Flex can tell when the SWF has stopped playing, for example.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dan</dc:creator><pubDate>Wed, 27 Jan 2010 11:49:38 -0000</pubDate></item><item><title>Re: Interacting with embedded Flash content in Flex</title><link>http://dotfresh.blogspot.com/2009/07/interacting-with-embedded-flash-content.html#comment-20625485</link><description>&lt;p&gt;if you need some flex help you can find me &lt;br&gt;ICQ: 102716660&lt;br&gt;use our free service &lt;a href="http://showdocument.com/" rel="nofollow noopener" target="_blank" title="http://showdocument.com/"&gt;http://showdocument.com/&lt;/a&gt; free web online conference application&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">g_w_master</dc:creator><pubDate>Tue, 20 Oct 2009 09:54:37 -0000</pubDate></item><item><title>Re: Interacting with embedded Flash content in Flex</title><link>http://dotfresh.blogspot.com/2009/07/interacting-with-embedded-flash-content.html#comment-20625313</link><description>&lt;p&gt;Thanks for the info! I'm a .Net guy, so I don't do Flex stuff usually, but chances are I'll use your recipe soon.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Artëm Smirnov</dc:creator><pubDate>Tue, 20 Oct 2009 09:51:01 -0000</pubDate></item><item><title>Re: Interacting with embedded Flash content in Flex</title><link>http://dotfresh.blogspot.com/2009/07/interacting-with-embedded-flash-content.html#comment-20616914</link><description>&lt;p&gt;more easy:&lt;br&gt;VolumeBar.swf contain MovieClip animation name "bar"&lt;br&gt;Flex code:&lt;br&gt;[Embed(source="assets/VolumeBar.swf", symbol="bar")]&lt;br&gt;private var SWFBytes:Class;&lt;br&gt;private var bar:MovieClipAsset = MovieClipAsset(new SWFBytes());&lt;br&gt;public function init():void{&lt;br&gt;    var barImage:Image = new Image();&lt;br&gt;   barImage.source = bar;&lt;br&gt;    addChild(barImage);&lt;/p&gt;&lt;p&gt;   // now you can accses&lt;br&gt;   bar.gotoAndStop(2);&lt;br&gt;}&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">g_w_master</dc:creator><pubDate>Tue, 20 Oct 2009 06:18:54 -0000</pubDate></item></channel></rss>