Click to See Complete Forum and Search --> : Loading Flash Movies


bklare
03-11-2006, 11:43 AM
I am trying to add flash movies to my asp.net web form in MS Visual Studio 2005. I have used a control that adds the following code:


<%@ Register Assembly="FlashControl" Namespace="Bewise.Web.UI.WebControls" TagPrefix="Bewise" %>

......

<Bewise:FlashControl ID="FlashControl1" runat="server" MovieUrl="~/App_Data/flash_movies/spiderman.swf" />


However, when the page runs the space where the movie should be simply goes blank and when right-clicking on it says, "Movie not loaded...".

There is a similar post on here with the same problem but the person uses OBJECT and EMBED tags. VS 2005 does not seem to support EMBED tags, though.

Any solutions to fixing this problem?

Thanks.

JayM
03-11-2006, 11:48 AM
You should post this in the .NET forum. Most people here are familiar with ASP, and not ASP.NET.

bklare
03-11-2006, 11:51 AM
Will do, thanks