/    Sign up×
Community /Pin to ProfileBookmark

changing enclosing div props stops embeded media player

<script language=javascript type=”text/javascript”>
function hideMedia() {
var obj=document.getElementById(“divMedia”);
obj.style.visibility = ‘hidden’;

}

function showMedia() {
var obj=document.getElementById(“divMedia”);
obj.style.visibility = ‘visible’;

}
</script>

<div id=”divMedia” >

<OBJECT id=”MediaPlayer” width=”100%” height=”100px”
CLASSID=”CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6″
type=”video/x-ms-wmv”>

<PARAM NAME=”URL” VALUE=”Paul.mp3″>
<PARAM NAME=”SendPlayStateChangeEvents” VALUE=”True”>
<PARAM NAME=”AutoStart” VALUE=”True”>
<PARAM name=”uiMode” value=”full”>
<PARAM name=”PlayCount” value=”9999″>
<param name=”ClickToPlay” value=”false” />
</OBJECT>
</div>
<a href=”javascript:hideMedia()”>Hide</a> <a href=”javascript:showMedia()”>Show</a>

Clicking either show or hide stops the media player. Any one knows a way to stop this.

thanks.

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @AndsX spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...