mIRC Homepage
Posted By: Kriminal Watching Videos on mIRC - 22/01/04 01:49 AM
Is there like a addon, script, .dll, where I could read upon to "try" to attempt one, I don't even know where to start. I don't know what Identifiers to use - Anyone got any pointers? :P
If not - To mIRC Developers:
*** It's a suggestion - Make some Kinda $movie Identifers along with some .len and stuff for it like $sound and $mp3 identifiers ect. wink
Lemme know, Kriminal~
Posted By: KingTomato Re: Watching Videos on mIRC - 22/01/04 02:12 AM
alias mplay { /run $shortfn(C:\Program Files\Windows Media Player\wmplayer.exe) $+(",$1-,") }

mIRC is a chat medium. Music doesn't actually fall under this category, but can be done WHILE chatting. I've never seen someone typing to another user while busy watching a movie. Windows comes with a media player, either use that, or download a facsimile of winamp.
Posted By: Kriminal Re: Watching Videos on mIRC - 22/01/04 02:16 AM
Ah, KingTomato, You're a genius :P - So like, Should I do listbox with the dir. and have it run WMP and have it play thru there? smile! Any Particular Reason for $shortfn?
--Also would:
alias mplay { /run C:\Program Files\Windows Media Player\wmplayer.exe) $1- }
work?
--PS: How was this made?
-1.PNG]Click here
:tongue:
Posted By: KingTomato Re: Watching Videos on mIRC - 22/01/04 02:27 AM
Do whatever you wish, just be reminided there is no pause or resume inside of mirc.

The $shortfm makes it resolve any issues the spaces in the path name may have. all it does is makes
C:\Program Files\Windows Media Player\wmplayer.exe
turn into
C:\Progra~1\Window~1\wmplayer.exe
Which is acceptable by dos.
Posted By: Kriminal Re: Watching Videos on mIRC - 22/01/04 02:28 AM
Okay, What Spaces? Like C:\Program Files\blahblah\Some Movie Title - Like it remove the spaces from here.MPEG
Also, What media player is this:
-1.PNG]http://www.mircscripts.org/downloads/screenshots/mplayer[01-18]-1.PNG
Posted By: Doqnach Re: Watching Videos on mIRC - 22/01/04 03:25 PM
someone docked a media player object in a dialog...

so download that script and see what code/dll's/com objects they use
Posted By: KingTomato Re: Watching Videos on mIRC - 22/01/04 07:25 PM
Looks like they use nHTML (or whatever the HTML dll is) and used the <embeded> tags to put a media player it. They construct the html page with the "Src" property containing the file name.
Posted By: Kriminal Re: Watching Videos on mIRC - 23/01/04 03:39 AM
That's quite difficult for me KT :P
Posted By: KingTomato Re: Watching Videos on mIRC - 23/01/04 03:47 AM
Find a website that stream's videos and look for the <embeded> code. Just copy it to an html file, and viola.
Posted By: Kriminal Re: Watching Videos on mIRC - 23/01/04 05:04 AM
1) do you know any sites?
2) What do you do after getting the .html page?
3) Does it have to be uploaded to like, a website? :|
Posted By: Iori Re: Watching Videos on mIRC - 23/01/04 06:07 AM
Why don't you download and use the one your link almost points to.
http://www.mircscripts.org/comments.php?id=1872
© mIRC Discussion Forums