<?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"
	>
<channel>
	<title>Comments on: Loading external media into the media components</title>
	<atom:link href="http://madowney.com/blog/2004/02/13/loading-external-media-into-the-media-components/feed/" rel="self" type="application/rss+xml" />
	<link>http://madowney.com/blog/2004/02/13/loading-external-media-into-the-media-components/</link>
	<description>Mike Downey is the Principal Evangelist for Platform Business Development at Adobe Systems and focuses on Adobe's platform technologies including AIR, Flash, and Flex. This is his personal blog. The views expressed on this site are his and his alone and do not necessarily reflect the views of Adobe Systems, it's employees or partners in any way.</description>
	<pubDate>Fri, 21 Nov 2008 20:31:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: hardcore</title>
		<link>http://madowney.com/blog/2004/02/13/loading-external-media-into-the-media-components/#comment-46</link>
		<dc:creator>hardcore</dc:creator>
		<pubDate>Fri, 19 Aug 2005 15:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=10#comment-46</guid>
		<description>Wow, i love the way the flash just streams the flv files , what a difference in speed !!! But for some reason i cant seem to find any information, on making a second FLV file stream right after the first automatically. Does it have to be done with XML or can i just do it with action scripts ?
</description>
		<content:encoded><![CDATA[<p>Wow, i love the way the flash just streams the flv files , what a difference in speed !!! But for some reason i cant seem to find any information, on making a second FLV file stream right after the first automatically. Does it have to be done with XML or can i just do it with action scripts ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joanne strickland</title>
		<link>http://madowney.com/blog/2004/02/13/loading-external-media-into-the-media-components/#comment-45</link>
		<dc:creator>joanne strickland</dc:creator>
		<pubDate>Tue, 10 Aug 2004 22:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=10#comment-45</guid>
		<description>After an FLV plays, I have an action to load another swf into the same level. There is a delay of several seconds before the new swf tries to load. It is as if the swf with the FLV is holding on after its timeline finishes. Can I make this delay go away? Thanks. joanne</description>
		<content:encoded><![CDATA[<p>After an FLV plays, I have an action to load another swf into the same level. There is a delay of several seconds before the new swf tries to load. It is as if the swf with the FLV is holding on after its timeline finishes. Can I make this delay go away? Thanks. joanne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://madowney.com/blog/2004/02/13/loading-external-media-into-the-media-components/#comment-44</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 23 Jul 2004 22:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=10#comment-44</guid>
		<description>Yes, I've just been trying my hardest to get over that miserable bug with setMedia and it insisting on playing the first half second regardless of volume or autoPlay settings. Very, VERY annoying.
I also would very much like to see an unload or even pauseLoad for the Media class.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;ve just been trying my hardest to get over that miserable bug with setMedia and it insisting on playing the first half second regardless of volume or autoPlay settings. Very, VERY annoying.<br />
I also would very much like to see an unload or even pauseLoad for the Media class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bmack</title>
		<link>http://madowney.com/blog/2004/02/13/loading-external-media-into-the-media-components/#comment-43</link>
		<dc:creator>bmack</dc:creator>
		<pubDate>Wed, 16 Jun 2004 02:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=10#comment-43</guid>
		<description>Wow, i love the way the flash just streams the flv files , what a difference in speed !!! But for some reason  i cant seem to find any information, on making a second FLV file stream right after the first automatically. Does it have to be done with XML  or can i just  do it with action scripts ?</description>
		<content:encoded><![CDATA[<p>Wow, i love the way the flash just streams the flv files , what a difference in speed !!! But for some reason  i cant seem to find any information, on making a second FLV file stream right after the first automatically. Does it have to be done with XML  or can i just  do it with action scripts ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://madowney.com/blog/2004/02/13/loading-external-media-into-the-media-components/#comment-42</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Sat, 14 Feb 2004 02:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://madowney.com/blog/?p=10#comment-42</guid>
		<description>Also I would like to add:

setMedia will fail if you don't change the filepath between calls.  for example, let's say you have a training course that plays a video clip, after the clip is done, the user hits "next" then "back" the video will sometimes not get set by setMedia, and the video will not play.

I solved this by making a dummy clip, and I use setMedia in my garbage collection routine to set the filepath to the dummy clip.

I would also like to add, that it has been my experince the when you set the media, reguardless of whether "play automatically" is set in the componet inspector, the video will play the first half second of the clip at full volume, yes even if I set it componetInstance.volume = 0;

Pardon the length of my comment : )
p.s.  on my wish list is an "unload media" method.</description>
		<content:encoded><![CDATA[<p>Also I would like to add:</p>
<p>setMedia will fail if you don&#8217;t change the filepath between calls.  for example, let&#8217;s say you have a training course that plays a video clip, after the clip is done, the user hits &#8220;next&#8221; then &#8220;back&#8221; the video will sometimes not get set by setMedia, and the video will not play.</p>
<p>I solved this by making a dummy clip, and I use setMedia in my garbage collection routine to set the filepath to the dummy clip.</p>
<p>I would also like to add, that it has been my experince the when you set the media, reguardless of whether &#8220;play automatically&#8221; is set in the componet inspector, the video will play the first half second of the clip at full volume, yes even if I set it componetInstance.volume = 0;</p>
<p>Pardon the length of my comment : )<br />
p.s.  on my wish list is an &#8220;unload media&#8221; method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
