Video on panel

Posted By: Progger

Video on panel - 12/10/10 21:36

Hi COmmunity my problem is how can i put a video on a panel i can only do it on sprites
Thanks for ur help laugh
WFG PRogger
Posted By: MasterQ32

Re: Video on panel - 12/10/10 21:40

yourpanel.bmap = bmap_createblack(400,300,24);
media_play("test.avi",100,yourpanel.bmap);

should do it all...
Posted By: Progger

Re: Video on panel - 12/10/10 21:48

thanks but what is about a panel i created and i want to use it for the video?
Posted By: Progger

Re: Video on panel - 12/10/10 22:25

i need that fast please because i tried and tried and it didnt work ):

WFG PRogger
Posted By: MasterQ32

Re: Video on panel - 12/10/10 22:34

what version do you have??
Posted By: Progger

Re: Video on panel - 12/10/10 22:35

A7.86 Commercial
Posted By: MasterQ32

Re: Video on panel - 12/10/10 22:51

you want a panel around your video?
or what do you want?
my code does exactly the thing you want...

Sorry, parameter mismatch:

yourpanel.bmap = bmap_createblack(400,300,24);
media_play("test.avi",yourpanel.bmap,100);
© 2024 lite-C Forums