This is version 2.0.2 of the Steampunk Media Player XWidget - This is a release candidate for 2.0.2 - under development now.
https://yereverluvinuncleber.deviantart.com/art/Steampunk-media-player-Xwidget-2-0-2-RC-731934104TEST FOR ME PLEASE.
The changes to XWidget version bringing it line with the Yahoo widget, allowing internal drag and drops, videos playing in an external viewer, opens and saves standard XSPF playlists &c.
I still have a tiny bit more to do but it should work well enough.
-oOo-
// new switch to allow xpsf files to be saved top left red tap - implemented
// xml/ xpsf tooltips change on all relevant buttons
// capture ctrl keypress - done
// new U side button to open a URL
// add a rotating timer to the URL search after play
// change URL Search button to download and play
// add the enter key play after a valid URL entered
// two additional prefs functions - fade and resizing
// additional prefs functions - autoplay - added
// key fade functionality fixed by reverting to the timer method used in the YWE version
// additional prefs save and initialise for fade - added
// lighting the back of the page number - done
// resizing now corrected and enabled with a CTRL press as per the YWE version
// add search box - done - code for search to be completed
// function to save the last used music folder path - number 4
// add a tooltip to the clear playlist drop down
// after clearing the playlist - right clicking on the playlist only - partlyselectedtrack error 3517 in Xwidget only
// if the drag and drop point is the same the onMouseUp should clear the track-hover, the bug is the same on the YWE version
// key fade optimised to use less cpu
// dragging internally, seems to be working - but not downward drags
// ctrl+c + ctrl+v - working as expected
// test external dragging - single and multiple files good
// test external dragging - folders
// when opening a folder by dragging/dropping - alert that this will replace the current play list
// ctrl+x & ctrl+v - not allowing a paste afterward
// after clearing the playlist, right clicking causes repopulation of the same playlist. Xwidget engine bug.
// fixed the debugflg setting
I've re-uploaded the Yahoo and Xwidget latest versions in the posts above.
More incompatibilites include:
1. On a fileopen dialog box, xwidget responds with a "" and not null if cancelled.
2. if a string is undefined then a string.lowercase function will fail with an undefined object error, YWE is not so picky.
3. If you do a right click on an object that has the OnMouseDown event captured then both left mouse clicks and right mouse clicks mistakenly generate an event.