When I load on the server the swf files. I am not able to open the website at all.

Discussion in 'ASP.NET 2.0' started by justlearninasp, Jul 23, 2007.

  1. Hi,

    I am using the Flash Control tool from this link http://www.flash-control.net/.

    I followed the instructions and everything worked great locally.

    When I load on the server the swf files. I am not able to open the website at all.
    In IE page tries to load but never does.
    In Firefox I get an error saying that the page is not redirecting properly.

    Everything worked fine before I embedded the swf file.

    I am very new to asp.

    Can someone please help

    Post Edited By Moderator (mjp) : 7/23/2007 6:52:42 PM GMT
     
  2. I think that the error lies in the webserver being unable to locate the components from here

    <%@ Register Assembly='FlashControl' Namespace='Bewise.Web.UI.WebControls' TagPrefix='Bewise' %>
     
  3. For anybodyelse who has this problem.

    I fixed the error.

    The dll has to be copied from local bin folder to server's bin folder.
     

Share This Page