

































<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to Save Bandwidth when Displaying Flash Video</title>
	<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video</link>
	<description>Luck is the residue of good design.</description>
	<pubDate>Tue, 07 Feb 2012 20:07:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-526793</link>
		<pubDate>Mon, 25 Apr 2011 12:22:25 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-526793</guid>
					<description>Nikolay,

That error message is telling you about keyframe code on frame 380 of your FLA's main timeline.  Something on frame 380 -- specifically, line 23 -- is trying to reference an object that doesn't have a value yet, or doesn't exist at all by the time 380 rolls around.

What code does frame 380 have?</description>
		<content:encoded><![CDATA[<p>Nikolay,</p>
<p>That error message is telling you about keyframe code on frame 380 of your FLA&#8217;s main timeline.  Something on frame 380 &#8212; specifically, line 23 &#8212; is trying to reference an object that doesn&#8217;t have a value yet, or doesn&#8217;t exist at all by the time 380 rolls around.</p>
<p>What code does frame 380 have?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nikolay</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-520764</link>
		<pubDate>Wed, 30 Mar 2011 17:50:15 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-520764</guid>
					<description>Hi :)
it's a great blog. I would like to ask you why I get this error &quot;Attemping to launch and connect to Player using URL H:\daflash menu.swf
[SWF] H:\daflash menu.swf - 3617989 bytes after decompression
TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at daflashmenu_fla::MainTimeline/daflashmenu_fla::frame380()[daflashmenu_fla.MainTimeline::frame380:23]&quot;
I do anything perfect and I just can't understand why I keep getting this error.
Thank you</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
it&#8217;s a great blog. I would like to ask you why I get this error &#8220;Attemping to launch and connect to Player using URL H:\daflash menu.swf<br />
[SWF] H:\daflash menu.swf - 3617989 bytes after decompression<br />
TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at daflashmenu_fla::MainTimeline/daflashmenu_fla::frame380()[daflashmenu_fla.MainTimeline::frame380:23]&#8221;<br />
I do anything perfect and I just can&#8217;t understand why I keep getting this error.<br />
Thank you
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-302837</link>
		<pubDate>Thu, 20 Nov 2008 02:30:44 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-302837</guid>
					<description>Chris,

Error 1093 is frustrating because it doesn't give much information.  Given its placement in this list ...

&lt;a href=&quot;http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/compilerErrors.html&quot; target=&quot;_blank&quot;&gt;http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/compilerErrors.html&lt;/a&gt;

... I'm tempted to think it has something to do with your quotation marks.  Are you maybe using curly quotes instead of straight quotes?</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>Error 1093 is frustrating because it doesn&#8217;t give much information.  Given its placement in this list &#8230;</p>
<p><a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/compilerErrors.html" target="_blank"><a href='http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/compilerErrors.html' rel='nofollow'>http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/compilerErrors.html</a></a></p>
<p>&#8230; I&#8217;m tempted to think it has something to do with your quotation marks.  Are you maybe using curly quotes instead of straight quotes?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Chris B</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-295718</link>
		<pubDate>Fri, 07 Nov 2008 13:22:12 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-295718</guid>
					<description>Hi - having trouble with your original code and getting this error:


1093: Syntax error..... videoPlayer.source = “nameOfVideoFile.flv”;
1093: Syntax error..... videoPlayer.source = “nameOfVideoFile.flv”;

Obviously with my videoname.flv in its place.

Using AS3.

Any ideas?!!?</description>
		<content:encoded><![CDATA[<p>Hi - having trouble with your original code and getting this error:</p>
<p>1093: Syntax error&#8230;.. videoPlayer.source = “nameOfVideoFile.flv”;<br />
1093: Syntax error&#8230;.. videoPlayer.source = “nameOfVideoFile.flv”;</p>
<p>Obviously with my videoname.flv in its place.</p>
<p>Using AS3.</p>
<p>Any ideas?!!?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-223898</link>
		<pubDate>Fri, 18 Jul 2008 17:12:43 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-223898</guid>
					<description>Jen,

Gosh, I've let a number of comments/questions falls through the cracks!  Fortunately, I just checked on the sessions.edu site (the &lt;a href=&quot;http://blog.sessions.edu/web-design/how-to-save-bandwidth-when-displaying-flash-video/&quot; target=&quot;blank&quot; rel=&quot;nofollow&quot;&gt;original article&lt;/a&gt;) and saw that I replied to your question there on May 28.

I really should have followed up here, too, back in May &amp;#8212; but I'm hoping, in any case, that you found your answer.  :)</description>
		<content:encoded><![CDATA[<p>Jen,</p>
<p>Gosh, I&#8217;ve let a number of comments/questions falls through the cracks!  Fortunately, I just checked on the sessions.edu site (the <a href="http://blog.sessions.edu/web-design/how-to-save-bandwidth-when-displaying-flash-video/" target="blank" rel="nofollow">original article</a>) and saw that I replied to your question there on May 28.</p>
<p>I really should have followed up here, too, back in May &mdash; but I&#8217;m hoping, in any case, that you found your answer.  <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jen</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-178666</link>
		<pubDate>Wed, 07 May 2008 18:15:19 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-178666</guid>
					<description>Hi David,

Thanks for the great tutorial. I followed your instructions and though I’m not a Flash expert at all, I was able to get my webpage, which has 7 embedded Flash videos, to work as you instructed. (I used ActionScript 2, BTW.) I posted this question on the blog with the actual article, but then I found your blog. I'm hoping that you might find one of my posts, even though I'm posting long after most of the other comments :-)

I have one problem with this process that I’m hoping can be fixed. Now that the FLV file doesn’t load, the progress bar of the Flash controls just spins (like a barbershop pole) as if it’s trying and trying to load but can’t. Is there any way to fix this? It may seem like a small thing, but I’m worried that visitors to the site may think that the videos aren’t loading if they see this graphic. You don’t tend to see the progress bar spinning when you visit other sites with embedded video.

I can provide a link to my page if needed. Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Thanks for the great tutorial. I followed your instructions and though I’m not a Flash expert at all, I was able to get my webpage, which has 7 embedded Flash videos, to work as you instructed. (I used ActionScript 2, BTW.) I posted this question on the blog with the actual article, but then I found your blog. I&#8217;m hoping that you might find one of my posts, even though I&#8217;m posting long after most of the other comments <img src='http://www.quip.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have one problem with this process that I’m hoping can be fixed. Now that the FLV file doesn’t load, the progress bar of the Flash controls just spins (like a barbershop pole) as if it’s trying and trying to load but can’t. Is there any way to fix this? It may seem like a small thing, but I’m worried that visitors to the site may think that the videos aren’t loading if they see this graphic. You don’t tend to see the progress bar spinning when you visit other sites with embedded video.</p>
<p>I can provide a link to my page if needed. Thanks again!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark Griffin</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-124101</link>
		<pubDate>Fri, 25 Jan 2008 14:24:57 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-124101</guid>
					<description>Ok, thanks for the reply.

Much appreciated, Mark.</description>
		<content:encoded><![CDATA[<p>Ok, thanks for the reply.</p>
<p>Much appreciated, Mark.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-124089</link>
		<pubDate>Fri, 25 Jan 2008 13:29:07 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-124089</guid>
					<description>Mark,

The least complicated solution for what you want is the &lt;code&gt;SharedObject&lt;/code&gt; class.  Check out &quot;&lt;a href=&quot;http://www.quip.net/blog/2006/flash/actionscript-20/persistent-data-shared-object&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;How to Store Persistent Data with the SharedObject Class (AS2)&lt;/a&gt;&quot; for an overview of the AS2 version &amp;#8212; it covers how to wire up a &quot;skip intro always&quot; button, but you could just as easily lift the essential code from hits button handler trappings.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>The least complicated solution for what you want is the <code>SharedObject</code> class.  Check out &#8220;<a href="http://www.quip.net/blog/2006/flash/actionscript-20/persistent-data-shared-object" target="_blank" rel="nofollow">How to Store Persistent Data with the SharedObject Class (AS2)</a>&#8221; for an overview of the AS2 version &mdash; it covers how to wire up a &#8220;skip intro always&#8221; button, but you could just as easily lift the essential code from hits button handler trappings.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark Griffin</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-124040</link>
		<pubDate>Fri, 25 Jan 2008 10:03:06 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-124040</guid>
					<description>Hi David, i have an issue. I think this issue will affect many budding programmers who are implementing flash video for the first time. When I put a video file on the home page of a website I'd like it to play automatically. Fairly straight forward stuff. 

The issue i'm having is if the visitor goes to another page on the site and then back to the page with the video, how can I programme the flash video to not play automatically again.

I and i'm sure many others would like to see a solution to this problem.

thanks, Mark.</description>
		<content:encoded><![CDATA[<p>Hi David, i have an issue. I think this issue will affect many budding programmers who are implementing flash video for the first time. When I put a video file on the home page of a website I&#8217;d like it to play automatically. Fairly straight forward stuff. </p>
<p>The issue i&#8217;m having is if the visitor goes to another page on the site and then back to the page with the video, how can I programme the flash video to not play automatically again.</p>
<p>I and i&#8217;m sure many others would like to see a solution to this problem.</p>
<p>thanks, Mark.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: David Stiller</title>
		<link>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-123175</link>
		<pubDate>Tue, 22 Jan 2008 21:39:05 +0000</pubDate>
		<guid>http://www.quip.net/blog/2007/flash/how-to-save-bandwidth-flash-video#comment-123175</guid>
					<description>Greg,

Thanks for the info!  Given the nature of RTMP feeds and SMIL files (which usually feature multiple bandwidth streams), the bandwidth suggestion in this article may not apply in as meaningful a way as it does for progressive downloads, but your mention of cross-domain files is good to keep in mind.

Here's an Adobe article on &quot;&lt;a href=&quot;http://www.adobe.com/devnet/flashplayer/articles/cross_domain_policy.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Cross-domain policy file usage recommendations for Flash Player [9]&lt;/a&gt;&quot;.</description>
		<content:encoded><![CDATA[<p>Greg,</p>
<p>Thanks for the info!  Given the nature of RTMP feeds and SMIL files (which usually feature multiple bandwidth streams), the bandwidth suggestion in this article may not apply in as meaningful a way as it does for progressive downloads, but your mention of cross-domain files is good to keep in mind.</p>
<p>Here&#8217;s an Adobe article on &#8220;<a href="http://www.adobe.com/devnet/flashplayer/articles/cross_domain_policy.html" target="_blank" rel="nofollow">Cross-domain policy file usage recommendations for Flash Player [9]</a>&#8220;.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

