Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, VoroneTZ), 1,258 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
AVI only plays in window mode #31188
07/27/04 07:12
07/27/04 07:12
Joined: Jun 2004
Posts: 30
Köln, Germany
C
christe Offline OP
Newbie
christe  Offline OP
Newbie
C

Joined: Jun 2004
Posts: 30
Köln, Germany
Hi,
i'm tring to play an avi with the following code (6.22 Com):

...
media_play("grundrisse.avi", bmpPCMovieBG, 100); // Media play
x = media_handle; // save Handle
pnlSignPCAni.visible = on; // open Movie Panel
wait(2);
while(media_playing(x)!=0)
{
wait(1); // wait for avi to end
}
...

everything works fine in engines window mode. If i run the engine in full screen the debugger returns the media_handle with 0.
Anybody knows a solution?

Re: AVI only plays in window mode [Re: christe] #31189
07/27/04 18:20
07/27/04 18:20
Joined: Jun 2004
Posts: 30
Köln, Germany
C
christe Offline OP
Newbie
christe  Offline OP
Newbie
C

Joined: Jun 2004
Posts: 30
Köln, Germany
I found an solution by myself. It seems that the engine doesn't like the used codec (Radius Cinepak). I used another codec and it works fine (except the worse quality of the other codec). The fact that all avis supposed to run with the engine that run under direct x seems to be very wrong...
Any comments?

Re: AVI only plays in window mode [Re: christe] #31190
07/27/04 21:34
07/27/04 21:34
Joined: Jul 2004
Posts: 1,710
MMike Offline
Serious User
MMike  Offline
Serious User

Joined: Jul 2004
Posts: 1,710
hey i can't play any vid its annoying, no wmv, or .avi, or whatelse could it be the codek??

Re: AVI only plays in window mode [Re: MMike] #31191
07/29/04 06:05
07/29/04 06:05
Joined: Jul 2004
Posts: 663
Wa, USA
BlueFire Offline
Developer
BlueFire  Offline
Developer

Joined: Jul 2004
Posts: 663
Wa, USA
Only Comm or Pro can play movies.


May 1, 2005

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1