Using java script to make flash link

W

wtfbrb

Here is my code...seems like it should work, but doesn't because flash
takes over mouse I think?

<object width="530" height="70" >
<param name="movie" value="lin/file.swf"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.ridepwc.com/ads/skd_728x90_standard.swf"
type="application/x-shockwave-flash" wmode="transparent" width="530"
height="70" onClick="window.open('link')></embed>
</object>
 
A

Andrew Thompson

Sub: Using java script to make flash link

The name is javascript (one word) and it is
a different language to Java.

But..

...
height="70" onClick="window.open('link')></embed>

..you forgot to close the quote.

height="70" onClick="window.open('link')></embed>

..should be.

height="70" onClick="window.open('link')"></embed>

If you have further questions/problems, please
take them up on the comp.lang.javascript group.
 
A

Arne Vajhøj

Andrew said:
The name is javascript (one word) and it is
a different language to Java.

Can I conclude from this that we are done with
"capitalization" replies ?

:)

Arne
 
A

Andrew Thompson

Can I conclude from this that we are done with
"capitalization" replies ?

Absolutely not. I spelt it the same as the
OP spelt it except for removing the space, to
higlight the *important* difference, and will
probably 'never see them again'. If others on
the c.l.js. group care, they can take it up
there.

It's a matter of priorities.

(Thank you for your interest.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top