Jump to content

Search the Community

Showing results for tags 'HTML Media Player'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 1 result

  1. Hi folks, after my brain got soup, by re-arrangeing code snippets for days, i could need a little help with that: 1) Important: Select ID needs a Reset to his Option Title, when using a File by input type... ??? 2) Important: Can i shrink the code by using variables for param name ? and how to do that... Cause now the function changes the whole player every time... 3) Less Important: The Input Type File Search Button.... - how to change text and style ? 4) Optional: Could need a second hidden wmp window (without controlls) under the controlls, which popups only when a avi/mpeg file type is loaded... P.S.: need to be loaded by mshta.exe [or as background pic] (chrome and opera dont run the wmp part of it, only an old firefox with wmp plugin did the job too...) P.S.II: there are different ClassID´s of WMP outside, seems it belongs to the installed Version, which one works well (with the CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' i used before, the Statusbar dont show up.... Now it looks like this: (the violett 1px space is the destop,) wmp.bmp thx for your help <?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html><html> <head> <style type='text/css'><!--body {background-color:transparent; overflow:hidden; margin:0px; border:0px; padding:0px;}--></style> <title></title> </head> <body> <img src='Fraud.jpg' width='100%' height='100%' align='middle' alt='Bilddatei fehlt' /> <script type='text/javascript'> <!-- function song( aid ) { document.getElementById('MPPosition') .innerHTML="<object classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' style='width:300; height:48px;'><param name='fileName' value='"+document.getElementById( aid ).value+"'><param name='ShowStatusBar' value='true'>" } //--> </script> <div> <select id='optionfaenger' onchange='song( this.id )' style='color:#9bf; background-color:#000; border:0px; width:300px; position:absolute; top:1px; right:0%;'> <option title='leer'> :::::::::::::choose your songhere::::::::::::: </option> <option value='Data_2.avi'> Video </option> <option value='install.m3u'> Install.m3u Local </option> <option value='c:/_windows/resources/themes/docs/install.m3u'> FF7 Prelude </option> <option value='greska.mp3'> Mp3 </option> <option value='http://urltosong1playlist.m3u'> Link </option> </select> </div> <div> <input type='file' id='dateifaenger' onchange='song( this.id )' style='color:#9bf; background-color:#000; width:300px; position:absolute; top:24px; right:0%; margin:0px; border:0px; padding:0px;' /> </div> <div id='MPPosition' style='position:absolute; top:41px; right:0%;'> <object classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' style='width:300; height:48px;'> <param name='fileName' value='c:/_windows/resources/themes/docs/install.m3u'> <param name='ShowStatusBar' value='true'> </object> </div> </body></html>
×
×
  • Create New...