Closed Thread Icon

Topic awaiting preservation: JavaScript - fullScreen button for Win Media Player (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=26154" title="Pages that link to Topic awaiting preservation: JavaScript - fullScreen button for Win Media Player (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: JavaScript - fullScreen button for Win Media Player <span class="small">(Page 1 of 1)</span>\

 
borrow
Nervous Wreck (II) Inmate

From: Australian living in UK
Insane since: Jul 2005

posted posted 07-04-2005 01:14

Hey dude!

I need help with 'fullScreen' button functionality for Windows Media Player (WMP).

I use JavaScript file for inserting and setting the video clip for most browsers to work - you can check the JavaScript file:
http://lyndonborrow.com/sample/video_setting.js

And on the HTML page I have...

code:
<html>
<head>
<title>Test</title>
<script src="/sample/video_setting.js" type="text/javascript"></script>
</head>

<body>

<div id="iVideo">
  <script type="text/javascript">fWriteWMV("solvideo", 320, 308, "http://www.sample.org.uk/videos/homepage2-3.wmv")</script>
</div>

</body>
</html>


Now, on the HTML page, I tried to add button on below the WMP for 'Full Screen' view with these...

code:
<a href="javascript:fullScreen();"><IMG SRC="button.jpg" ALT="" width="80" height="80" border="0"></a>


It didn't work???? I tried with alternations, but none worked...... AAARRGGG!!!

Do you know if there's a way to fix, please?


LYNDON BORROW

Suho1004
Maniac (V) Mad Librarian

From: Seoul, Korea
Insane since: Apr 2002

posted posted 07-04-2005 02:22

You've posted this same exact message in three different places here... not really the best way to encourage people to help you...

___________________________
Suho: www.liminality.org | Cell 270 | Sig Rotator | the Fellowship of Sup

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 07-04-2005 04:25

I'm really not familiar with setting WMP to fullscreen. The best I can say is that
solvideo.fullScreen=true;

This is generally how you set properties of objects not a method call so really I can't believe this is going to do anything.



.:[ Never resist a perfect moment ]:.

borrow
Nervous Wreck (II) Inmate

From: Australian living in UK
Insane since: Jul 2005

posted posted 07-05-2005 13:42
quote:

Suho1004 said:

You've posted this same exact message in three different places here... not really the best way to encourage people to help you...___________________________Suho: www.liminality.org | Cell 270 | Sig Rotator | the Fellowship of Sup

Sorry buddy - I was trying to get the attention. I won't do that again.
I still have no luck with feedback on how to do this specific part.

Ciao,

Lyndon

Suho1004
Maniac (V) Mad Librarian

From: Seoul, Korea
Insane since: Apr 2002

posted posted 07-06-2005 03:10
quote:

borrow said:

Sorry buddy - I was trying to get the attention. I won't do that again.
I still have no luck with feedback on how to do this specific part.



That's cool. The reason why it's not a good idea is that replies end up being scattered (some replies to this thread, some replies to that thread, some more replies to the other, etc.). It's better to keep the discussion in one place so there can actually be a discussion, rather than scattered comments. As for getting attention, as long as you start a thread in the right forum, the right people will usually get around to reading it. If you don't get much feedback, it could mean a number of things: the question is too vague, no one knows the answer, or for one reason or another the inmates don't feel like helping you. I'd guess that in your case the second possibilty is most likely (that no one has an answer).

Sorry I can't be any help myself. But don't give up hope yet: there are inmates far smarter and less picky than I.

___________________________
Suho: www.liminality.org | Cell 270 | Sig Rotator | the Fellowship of Sup

« BackwardsOnwards »

Show Forum Drop Down Menu