On 4/17/06, Richard Show <[EMAIL PROTECTED]> wrote:
Yesterday I posted a message to the group about problems I was having with my site loading, and I appreciate that people were willing to test it out.
I also checked with godaddy support and they sent back the following message
Our server administrators have reviewed the issue with the Flash animation on your richardshow.com hosting account. They reviewed the server logs and found "206 Errors" for the site. These errors will occur when a site attempts to stream data, which is not allowed by our shared hosting servers.
Of course, I tried to set it to "progressive download", not to steaming such that it would be expecing some special streaming server or something, and the code, that I copy and paste to wordpress using dreamweaver to generate it, looks like this ...
<object classid="" codebase="" href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" target="_blank" > http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0 " width="342" height="291" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Halo_Skin_2&streamName=videos/06_04_07_blake2&autoPlay=false&autoRewind=false" />
<embed src="" flashvars="&MM_ComponentVersion=1&skinName=Halo_Skin_2&streamName=videos/06_04_07_blake2&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="342" height="291" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage=" http://www.macromedia.com/go/getflashplayer" />
</object>
If there are any flash/code experts out there and have any idea as to why this would result in a site that "attempts to stream" data would be appreciated.
... thanks ... Richard
I don't know how much this helps, but the HTTP 206 code is NOT an error. The HTTP 206 code is the "Partial Content" code. It just means that your browser only downloaded part of the file it was trying to download (and not the whole thing).
I don't see why this would be causing your problem. This is part of how HTTP normally operates.
See ya
--
Charles Iliya Krempeaux, B.Sc.
charles @ reptile.ca
supercanadian @ gmail.com
developer weblog: http://ChangeLog.ca/
___________________________________________________________________________
Make Television http://maketelevision.com/
YAHOO! GROUPS LINKS
- Visit your group "videoblogging" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
