<?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/"
	>
<channel>
	<title>Comments on: Why Won&#8217;t my FLV Load on the Web!?</title>
	<atom:link href="http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/</link>
	<description>Free Adobe software training from Adobe Certified Instructors Chad Perkins and Todd Perkins</description>
	<pubDate>Mon, 06 Sep 2010 03:30:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick Burman</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-524</link>
		<dc:creator>Nick Burman</dc:creator>
		<pubDate>Wed, 07 Jul 2010 22:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-524</guid>
		<description>I'm nearly a year late, so perhaps some kind of update fixed it in the meantime (nah, I doubt it.. )
I was embedding video in Flash this week, and indeed, 'Mac Flash' appended a very unhelpful '/Users/Nicholas/' etc. to the beginning of the path. All I had to do was edit the pathname twice - enter pathname, click OK, edit again(removing the extraneous path details), click OK - and it stuck. I just uploaded the swf as usual, with the movie files exactly where I wanted them and it worked.</description>
		<content:encoded><![CDATA[<p>I&#8217;m nearly a year late, so perhaps some kind of update fixed it in the meantime (nah, I doubt it.. )<br />
I was embedding video in Flash this week, and indeed, &#8216;Mac Flash&#8217; appended a very unhelpful &#8216;/Users/Nicholas/&#8217; etc. to the beginning of the path. All I had to do was edit the pathname twice - enter pathname, click OK, edit again(removing the extraneous path details), click OK - and it stuck. I just uploaded the swf as usual, with the movie files exactly where I wanted them and it worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erinn</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-517</link>
		<dc:creator>Erinn</dc:creator>
		<pubDate>Thu, 17 Jun 2010 16:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-517</guid>
		<description>where do you find the flv component?</description>
		<content:encoded><![CDATA[<p>where do you find the flv component?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Nugent</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-497</link>
		<dc:creator>Derek Nugent</dc:creator>
		<pubDate>Thu, 20 May 2010 18:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-497</guid>
		<description>I have some trouble USING MovieClips dynamically added using a for loop. They appear on the stage but I can't modify them.

I'm not sure if you'll be able to see the following code but I've included for your viewing displeasure! : )

for (var i:Number = 0; i &lt; 4; i++){
	root["star" + i + "_mc"] = new star();
	addChild(root["star" + i + "_mc"]);
	
	root["star" + i + "_mc"].scaleX = (i * 0.1);
	root["star" + i + "_mc"].scaleY = (i * 0.1);
	root["star" + i + "_mc"].x = ((i * 10) + (root["star" + i + "_mc"].width));
	root["star" + i + "_mc"].y = ((i * 10) + (root["star" + i + "_mc"].height));
	
	trace("i = " + i);
	
} 

Any assistance you can offer would be greatly appreciated 
Cheers!</description>
		<content:encoded><![CDATA[<p>I have some trouble USING MovieClips dynamically added using a for loop. They appear on the stage but I can&#8217;t modify them.</p>
<p>I&#8217;m not sure if you&#8217;ll be able to see the following code but I&#8217;ve included for your viewing displeasure! : )</p>
<p>for (var i:Number = 0; i &lt; 4; i++){<br />
	root["star" + i + "_mc"] = new star();<br />
	addChild(root["star" + i + "_mc"]);</p>
<p>	root["star" + i + "_mc"].scaleX = (i * 0.1);<br />
	root["star" + i + "_mc"].scaleY = (i * 0.1);<br />
	root["star" + i + "_mc"].x = ((i * 10) + (root["star" + i + "_mc"].width));<br />
	root["star" + i + "_mc"].y = ((i * 10) + (root["star" + i + "_mc"].height));</p>
<p>	trace(&#8221;i = &#8221; + i);</p>
<p>} </p>
<p>Any assistance you can offer would be greatly appreciated<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Wilkinson</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-477</link>
		<dc:creator>Alex Wilkinson</dc:creator>
		<pubDate>Tue, 20 Apr 2010 11:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-477</guid>
		<description>Hey, I found a solution based off your advice using CS4. 

Go to the "component inspector panel" (located under instance name box), change "contentPath" to a relative path (ie blah.f4v), re-publish, and then it will work on your server.

I have no idea why they use absolute paths for .flv's and .f4v's. Bizarre.</description>
		<content:encoded><![CDATA[<p>Hey, I found a solution based off your advice using CS4. </p>
<p>Go to the &#8220;component inspector panel&#8221; (located under instance name box), change &#8220;contentPath&#8221; to a relative path (ie blah.f4v), re-publish, and then it will work on your server.</p>
<p>I have no idea why they use absolute paths for .flv&#8217;s and .f4v&#8217;s. Bizarre.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-467</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 07 Apr 2010 16:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-467</guid>
		<description>I heard heard you say this website when i was on chapter 3- 3 of Flash Essential Training</description>
		<content:encoded><![CDATA[<p>I heard heard you say this website when i was on chapter 3- 3 of Flash Essential Training</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-466</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 07 Apr 2010 16:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-466</guid>
		<description>Do you have other tutorial on lynda.com about flash??</description>
		<content:encoded><![CDATA[<p>Do you have other tutorial on lynda.com about flash??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acassity</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-449</link>
		<dc:creator>acassity</dc:creator>
		<pubDate>Mon, 01 Mar 2010 18:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-449</guid>
		<description>I would like to request a movie series that tackles JUST PUBLISHING MOVIES and the factors that would help Designers, Artists, Flashster and Clients work together seemlessly communicate projects creatively and successfully publishing awesome new ideas and clients secure in knowing that a time frame, size requirements and cost windows were met.   Realtime project experience is good but it's important to be armed with the best information before getting into a professional project for a client.</description>
		<content:encoded><![CDATA[<p>I would like to request a movie series that tackles JUST PUBLISHING MOVIES and the factors that would help Designers, Artists, Flashster and Clients work together seemlessly communicate projects creatively and successfully publishing awesome new ideas and clients secure in knowing that a time frame, size requirements and cost windows were met.   Realtime project experience is good but it&#8217;s important to be armed with the best information before getting into a professional project for a client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wdalhaj</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-434</link>
		<dc:creator>wdalhaj</dc:creator>
		<pubDate>Sat, 06 Feb 2010 22:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-434</guid>
		<description>Thanks for sharing that great idea,,
am wondering if i used the relative link in swf file to call flv file,,
what is the advantage and disadvantage of using this way in our case?
thanx in advenced!!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing that great idea,,<br />
am wondering if i used the relative link in swf file to call flv file,,<br />
what is the advantage and disadvantage of using this way in our case?<br />
thanx in advenced!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-429</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Fri, 05 Feb 2010 06:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-429</guid>
		<description>Just wanted to let you know I struggled with this exact problem for 2 days - searching and searching for an answer and never finding one.  I finally figured out the issue myself, but decided I'd better learn some more AS3.0 to see if I was still missing something.  After listening to your whole course (very good by the way), and deciding to check out your homepage here - there is the answer.  Thank you for being the one place that clearly put it out there!</description>
		<content:encoded><![CDATA[<p>Just wanted to let you know I struggled with this exact problem for 2 days - searching and searching for an answer and never finding one.  I finally figured out the issue myself, but decided I&#8217;d better learn some more AS3.0 to see if I was still missing something.  After listening to your whole course (very good by the way), and deciding to check out your homepage here - there is the answer.  Thank you for being the one place that clearly put it out there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Farthin</title>
		<link>http://www.chadandtoddcast.com/why-wont-my-flv-load-on-the-web/comment-page-1/#comment-427</link>
		<dc:creator>Dan Farthin</dc:creator>
		<pubDate>Sat, 23 Jan 2010 21:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadandtoddcast.com/?p=337#comment-427</guid>
		<description>Todd, You are a amazing teacher, i have watched ALL of your videos on lynda.com. Thank you so much for all of your help and sharing of your knowledge!

Dan Farthing,
San Francisco, CA</description>
		<content:encoded><![CDATA[<p>Todd, You are a amazing teacher, i have watched ALL of your videos on lynda.com. Thank you so much for all of your help and sharing of your knowledge!</p>
<p>Dan Farthing,<br />
San Francisco, CA</p>
]]></content:encoded>
	</item>
</channel>
</rss>
