OZONE Asylum
Forums
Multimedia/Animation
fullScreen button for Win Media Player with JavaScript
This page's ID:
26153
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Hey Expert! 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: [url]http://lyndonborrow.com/sample/video_setting.js[/url] 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>[/code] 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>[/code] 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
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »