mIRC Home    About    Download    Register    News    Help

Print Thread
#68837 22/01/04 01:49 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
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~

Last edited by Kriminal; 22/01/04 02:19 AM.

Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#68838 22/01/04 02:12 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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.


-KingTomato
#68839 22/01/04 02:16 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
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:


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#68840 22/01/04 02:27 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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.


-KingTomato
#68841 22/01/04 02:28 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
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


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#68842 22/01/04 03:25 PM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
someone docked a media player object in a dialog...

so download that script and see what code/dll's/com objects they use


If it ain't broken, don't fix it!
#68843 22/01/04 07:25 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
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.


-KingTomato
#68844 23/01/04 03:39 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
That's quite difficult for me KT :P


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#68845 23/01/04 03:47 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Find a website that stream's videos and look for the <embeded> code. Just copy it to an html file, and viola.


-KingTomato
#68846 23/01/04 05:04 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
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? :|


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#68847 23/01/04 06:07 AM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
Why don't you download and use the one your link almost points to.
http://www.mircscripts.org/comments.php?id=1872


Link Copied to Clipboard