sending a value to a media player.
if you have the media player in your page windows media player or quicktime.
to send a value from a link put in a variable; how do you send it in a cross browser script to the embed src and the object tags param. I have read that there are problems with send things to param
do you need to use :
function{
var newValue= link1.herf or link1.valuenew
O.newP.value=newValue
or
newP.value=newValue
and for the embed element is it: newO.newE.value=newValue or
newO.newE.src=newValue
or
newE.value=newValue
or
newE.src=newValue
<body>
<a id="link1" herf="" retuen false>click here</a>
<object id="newO"
<param id="newP" name="" value=""/>
<embed id="newE" src=""/>
</object>



Reply With Quote

Bookmarks