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!

.swf banner not clicking through in IE. (asp/c#)

Status
Not open for further replies.

Brooker22

Programmer
Jun 16, 2009
6
GB
I'm wrapping the file in an object, inside a href link. I've read a few time this should'nt be done, but is working in all other browsers bar IE? i don't think i should have to do this as the swf. file itself, actually has a click through to the url i want anyway.


This is how my code is looking.

<a href="<object type="application/x-shockwave-flash" width="300" height="250" data=" <param name="wmode" value="opaque">
<param name="src" value=" <param name="href" value=" <param name="autohref" value="true">
<param name="alt" value= "Oracle Primavera">
<param name="tooltip" value= "Oracle Primavera">
<param name="cache" value="false">
<param name="target" value=" <embed src=" width="300" height="250" href=" target=" autoplay="true" pluginspage="</object></a>

any obvious glaring mistakes in terms of coding this? i'm still very much trying to find my feet in asp/ c#

Any help would be much appreciated!

Thanks,
Harry.
 
what you provided is strickly html. it has nothing to do with webforms, asp.net or c#. if you are referencing webforms, asp.net or c# to generate this flash, then we may be able to help.

if, on the other hand, this is static flash/html referenced within a webform, then I would ask in forum215.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
faq732-7259
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top