Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

a href wrapped around flash object

Status
Not open for further replies.

Badgers

Programmer
Nov 20, 2001
187
US
Hi,

I have the following code

<a href=" target="_blank">
<object width="300" height="250">
<param name="movie" value="AssociatedObjects/MPU/xxx_v2.swf" />
<embed src="AssociatedObjects/MPU/xxx_v2.swf" width="300" height="250"></embed>
</object>
</a>

The problem is when I view and click the object, it doesnot open in a new window, even with target='_blank'...?

Thanks in advance
 
this is an html/flash issue it hasn't nothing to do with the asp.net framework or webforms html engine.

as for why it's not working. try replacing the flash with text and see if that works. if not you have an html issue for forum215. if it does work it's a flash issue for forum250.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top