My Launch (yahoo launch videos) (1 Viewer)

waeberd

Portal Pro
August 16, 2004
314
1
Fribourg (CH)
Juvinious,

Frodo and I found out that you were using a WindowID that is already in use by myExplorer!

Could you please change this to another number?

Details:
Code:
GUIExplorer.cs
  public class GUIExplorer : GUIWindow 
  {
	public static int WINDOW_STATUS = 770;
	
MyLaunch.cs
	public class MyLaunch : GUIWindow, ISetupForm		
	{
	public static int WINDOW_STATUS = 770;


both plugins are using 770!

Thanks a lot!

& keep it up :)

Daniel
 

juvinious

Portal Member
December 20, 2004
43
1
Hong Kong
I see. I guess that's what I get for cutting and pasting code. :p
Anyhow, I should be getting an update out sometime soon. I got caught up in another project that I haven't touched it in a couple of days.
Thanks again waeberd.
 

hinz

Portal Member
January 4, 2005
17
0
Juvinious, have you had a chance to do any more work on this plugin?

Really looking forward to the next update,

thanks

hinz
 
P

privateip

Guest
Hey Juvinious,

excellent plugin !!

I was able to debug the full screen video problem and provide a fix for it. you can get the updated plugin (source included) here

it should now work without having to have .asx (or any other extension) configured. :D

Enjoy !!

pip
 

hinz

Portal Member
January 4, 2005
17
0
Does anyone know why the orginal plugin doesn't work anymore in mp. The buttons in mp don't do anything.

I tried your fix privateip but the video doesn't come in fullscreen. It worked for me in the original plugin but that's stopped working now :(
P.S. VMR9 Doesn't seem to work either privateip
Juvinious please come back and fix this. Or privateip could you try again.

thanks
hinz
 
P

privateip

Guest
hinz said:
Does anyone know why the orginal plugin doesn't work anymore in mp. The buttons in mp don't do anything.

I tried your fix privateip but the video doesn't come in fullscreen. It worked for me in the original plugin but that's stopped working now :(
P.S. VMR9 Doesn't seem to work either privateip
Juvinious please come back and fix this. Or privateip could you try again.

thanks
hinz

hinz,

I found some additional issues with the way the video stream was being handled. I am working on a major re-write of the plugin to address these issues.

when you mention that the video stream doesn't come fullscreen are you refering to the fact that the a/r doesn't stretch the video fullscreen? if that is the case, i am aware of that problem and it will be fixed in the next plugin release. or does the video only launch in the video window (or not at all?)


thanks,
pip
 
A

Anonymous

Guest
Hi privateip,

nice work! Mylaunch works fine again, it´s just a pity that fullscreen doesn´t work anymore, but i think you will resolve it.

Anyway i thought about a few general improvements that could be interessting for you, too.

- Ability to create, save and load playlists.
- Function for "Play all search results".
- Nonstop genre mix -> Will play videos of category of the uesers choice
nonstop.
- History in wich you can browse all the videos you´ve been watching recently:
-> This is also useful in combination with nonstop genre mix, so you will be
able to find out new nice interprets and titels.
- Recording of Videostreams to make it possible watching your favorite videos
even if there is no Internetconnection available.

I really have no idea how dificult it would be to implement features like these. But I think a mylaunch plugin includes this abilities would become a real highlight in MP and so I´m looking forward to next plugin release :lol:

Greets LP
 

Users who are viewing this thread

Top Bottom