Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3277098
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:20:00+00:00 2026-05-17T19:20:00+00:00

ASP.NET MVC2, framework 3.5 Machine 1: dev box – Win7 Ultimate x64(IIS 7.5), VS2010

  • 0

ASP.NET MVC2, framework 3.5

Machine 1: dev box – Win7 Ultimate x64(IIS 7.5), VS2010 Ultimate, Firefox 3.6

Machine 2: dev server – Win server 2003 (IIS 6).

Code on the server is compiled from SVN and deployed to the IIS folders on the server by TeamCity.

The problem is this: I have a page which shows a video using FlowPlayer. I have assigned an error handler like so:

<script language="javascript">

    function playerError(errorCode, errorMessage) {
        window.location = "/videos/unavailable";
    }

    flowplayer("player"
    , "/scripts/flowplayer/flowplayer-3.2.2.swf"
    , {
        onError: playerError
        ,
        clip: { autoPlay: false, autoBuffering: true }
      }
    );
</script>

When the player cannot find the video it’s supposed to play, I expect it to call its onError handler, which would then redirect the user to the “Unavailable” page. This works as expected on my dev box. Identical code on the server does not work. I am viewing both in the same browser from the same machine.

This is bizarre. Ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T19:20:00+00:00Added an answer on May 17, 2026 at 7:20 pm

    Turns out that there are several ways to encode movie files. In the MP4s we are using, it appears that a block of meta data containing some attributes that are required to start playing the file can be located at the end of the file, or at the beginning.

    For streaming, this must be at the beginning of the file. Otherwise, the player must download the entire file before it can start playing. With a 100MB file this is, obviously, less than ideal.

    There are several freeware utilities available that will move this head to the required position for streaming.

    Hopefully this will help someone else.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the scenario: ASP.NET MVC2 Web Application Entity Framework 4 (Pure POCO's, Custom Data
Entity Framework 4, POCO objects and ASP.Net MVC2. I have a many to many
I am trying to create a pluggable ASP.NET MVC framework. I have extensively used
I'm reading Steven Sanderson's book Pro ASP.NET MVC 2 Framework . In his book,
I've been working through a fantastic book (Pro ASP.net MVC 2 Framework, Steven Sanderson)
I recently created an MVC2 application. I am having trouble bringing it up on
Any ideas why I am getting the below error in my MVC2 project, even
Curious what the best practice is for returning errors to a view from a
My environment consists of Visual Studio 2010 and Windows 7 a few months ago
I'm having hard time understanding the following C# code. This code was taken from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.