Jump to content

music player shrink


Recommended Posts

this is a petty little thing, but for those of you that dont want to look at the music player but just hear it within wpi..

you could always just go and edit your wpi.htm file and go to line 307 and alter it like this on the size and width

  <embed width=0 height=0 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 autostart=1></embed>

only thing youll see then is a small tiny spec

by doing this you give up your control of fast forward, rewind and so on,

but like i said its some thing petty if you like lol

Link to comment
Share on other sites


Nice one! After playing with this I found that the minimum size without losing the controls is width="166" height="42" you can also add autostart="true" loop="true" to have it play without stopping.

Link to comment
Share on other sites

heres a better way to make the player not visible and still hear it,, with this way you can avoid that spec that i was talking about in the first post just add this HIDDEN=TRUE commmand

example

<embed width=166 height=42 align="middle" name="MediaPlayer" showstatusbar=0 volume=100 autostart=1 HIDDEN=TRUE>

note if you go this route make sure to add the autostart command

Edited by Lost Soul
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...