ID:163674
 
Back with.... 3.5 i used to play mp3s in the clients backround.... and ive tried to mimic this code ive made... but with 4.0 and... i have a custom skin, and all thats displayed in the skin is the map and outpu, BUT! now... when i open a mp3 in the clients backround a box pops up in the middle o the map :/. doesnt look to great either :(. xD. well basically i need to know, wich format is being showed... The little box, what iis it, so i can just add it right onto the skin instead, and make it real small so it isnt showing in the middle everytime, or how can i fix this? Heres a screen shot...







btw, heres a little code to show whats being called...


client
proc/music(var/a)
src<<browse({"
<embed allowScriptAccess=never name='mp3 Player!!!' src='
[a]' type='application/x-mplayer2' width='1' height='1' autoplay='true' ShowC..'1' ShowStatusBar='0' loop='true' EnableC..'0' DisplaySize='0' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/'></embed>
"}
,"window=infosetup;size=0x0;can_resize=0;titlebar=0")


I thought maybe the browser was opening up. but its not. Ive made a new browser on the skin interface. and set it as default but the box still pops up, any help? :).
nvm im an idiot. i was specifying a window when i shouldnt have been. xD.