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.
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.