Flash Content Asp.Net Page

  • Thread starter Thread starter Charlie Brown
  • Start date Start date
C

Charlie Brown

I am working on a site that has embedded flash content in it. The
site is based on MasterPages. When we embed a flash object using
Dreamweaver it inserts its own code to run the flash object (actually
its a fix for the annoying "click here to activate"). However, when
combined with Master Pages, it seems to break the javascript that the
master pages use themselves. The flash object works correctly, but
all the linkbutton's on the page stop responding...

the problem seems to be when using the AC_FL_Runcontent script and
master pages.

Anyone come across this at all?
 
Charlie Brown said:
I am working on a site that has embedded flash content in it. The
site is based on MasterPages. When we embed a flash object using
Dreamweaver it inserts its own code to run the flash object
(actually its a fix for the annoying "click here to activate").
However, when combined with Master Pages, it seems to break the
javascript that the master pages use themselves. The flash object
works correctly, but all the linkbutton's on the page stop
responding...

the problem seems to be when using the AC_FL_Runcontent script and
master pages.

Anyone come across this at all?

Maybe someone in the ASP.Net group:
microsoft.public.dotnet.framework.aspnet


I'm afraid, I am only able to answer questions dealing with the VB.Net
language. That's why I don't read the ASP.Net group. :-)


Armin
 
Maybe someone in the ASP.Net group:
microsoft.public.dotnet.framework.aspnet

I'm afraid, I am only able to answer questions dealing with the VB.Net
language. That's why I don't read the ASP.Net group. :-)

Armin

Thanks for the reminder, although VB.Net covers ASP.Net as well.
 
Back
Top