Hello Sebastian,

Thanks for let me know.
I was working with custom branch, I'll take a look at your code
and hopefully will be able to merge it.

Thanks a lot one more time :)

On Fri, Jul 15, 2011 at 13:44, [email protected]
<[email protected]>wrote:

> Maxim,
>
> I have no idea why you did re-implement that again.
> I have just commit 1 week ago the possibility to upload and watch
> videos in the whiteboard.
>
> Possible file types are flv,mp4 and avi and mov.
>
> Sebastian
>
> 2011/7/15 Maxim Solodovnik <[email protected]>:
> > Hello Sebastian,
> > Could you please help me implementing subj?
> > I have modified the code so user is able to upload *.flv files, and it is
> > displayed on the left panel.
> > I have
> >
> modified 
> ./WebContent/openmeetings/modules/conference/whiteboard/base/baseDrawImage.lzx
> > to create videoPanel if incoming filename ends with .flv, but nothing is
> > displayed
> > My first task was to display video for current user only, then to add
> code
> > for sync playback and add it to all users.
> > What I've tried:
> > this.currentlayer = new lz.videoview(obj,{url: src, autoplay: true});
> > this.currentlayer = new lz.videoplayer(obj,{url: src, autoplay: true});
> > produces runtime error: unknown method videoview(videoplayer)
> > this.currentlayer = new lz.baseVideoView(obj);
> > this.currentlayer.attachVideo(src);
> > produces errors (something like _width, _height are undefined) and draw
> > nothing
> > as well as
> > this.currentlayer = new lz.baseVideoStream(obj);
> > this.currentlayer.playStream(src,0);
> > Could you please provide me with the class name (openlaszlo or
> openmeetings)
> > able to play video?
> > Thanks in advance
> > --
> > WBR
> > Maxim
> >
>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.wagner-sebastian.com
> [email protected]
>



-- 
WBR
Maxim aka solomax (icq #20779631; skype maxim.solodovnik)
mobile phone: +79133861155

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to