Advertising
Paste Description for Freeze Mp3
A simple mIRC Mp3 Player!
- Freeze Mp3
- Sunday, September 16th, 2007 at 12:59:31pm MDT
- menu * {
- .Freeze mp3 { mp3 }
- }
- alias mp3 {
- /dialog -m player player
- }
- dialog Player {
- title "Freeze mp3!"
- size -1 -1 160 63
- option dbu
- button "Stop", 2, 89 9 47 20, flat multi
- box "Song", 3, 3 4 152 47
- text "By Freeze", 4, 50 50 38 8, nowrap
- button "Browse", 5, 8 30 37 12, flat multi
- edit "", 6, 9 11 74 15
- button "Play", 7, 66 31 32 11, flat multi
- button "Pause/Resume", 8, 105 31 40 11, flat multi
- }
- on *:DIALOG:player:sclick:5: {
- //set %file $sfile(%musicdir $+ *.mp3;*.wma*.wav,Select music file)
- did -r $dname 6
- did -a $dname 6 $regsubex($nopath(%file),/\.[^.]+$/,)
- }
- on *:DIALOG:player:sclick:7: {
- splay %file
- amsg (Freeze mp3) I am currently listening to: $regsubex($nopath(%file),/\.[^.]+$/,) (Freeze mp3)
- }
- on *:DIALOG:player:sclick:2: {
- splay stop
- }
- on *:DIALOG:player:sclick:8: {
- if (%pause == $null) {
- splay pause
- set %pause f
- halt
- }
- elseif (%pause == f) {
- splay resume
- unset %pause
- }
- }
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.