Gamestudio Links
Zorro Links
Newest Posts
A simple game ...
by VoroneTZ. 06/18/24 10:50
Face player all the time ...
by bbn1982. 06/18/24 10:25
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, alibaba, VoroneTZ), 1,225 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19059 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Playing an AVI: Newbie Question... #90177
09/16/06 00:57
09/16/06 00:57
Joined: Apr 2006
Posts: 36
P
pwy Offline OP
Newbie
pwy  Offline OP
Newbie
P

Joined: Apr 2006
Posts: 36
I have a few images and an AVI I want to show before my start screen appears. But nothing I do seems to work when it comes to playing the AVI. Help please!

Thanks in advance.

Re: Playing an AVI: Newbie Question... [Re: pwy] #90178
09/16/06 01:13
09/16/06 01:13
Joined: Oct 2003
Posts: 2,628
IL,US
FeiHongJr Offline
Expert
FeiHongJr  Offline
Expert

Joined: Oct 2003
Posts: 2,628
IL,US
Avi is only available in com or pro so I can assume you have one or the other.

Theres a small demo on my site dealing with playing avi files. The code is fairly well commented so it might help. Its under downloads I beleive if not check under tutorials. Hope it helps.


http://www.freewebs.com/otama_syndicate/index.htm - Each master to his own technique.

- Not me said the bee, Nor I said the fly.
Re: Playing an AVI: Newbie Question... [Re: FeiHongJr] #90179
09/16/06 01:21
09/16/06 01:21
Joined: Sep 2006
Posts: 9
P
PeterPhinney Offline
Newbie
PeterPhinney  Offline
Newbie
P

Joined: Sep 2006
Posts: 9
Hello, could someone also please tell me how to flip models horizontally? I didnt feel like it was an important enough question to make a whole other topic...

Re: Playing an AVI: Newbie Question... [Re: PeterPhinney] #90180
09/16/06 01:29
09/16/06 01:29
Joined: Apr 2006
Posts: 36
P
pwy Offline OP
Newbie
pwy  Offline OP
Newbie
P

Joined: Apr 2006
Posts: 36
Sorry. Yes, I have the commercial version.
Thanks FeiHongJr. I'll check it out.

Re: Playing an AVI: Newbie Question... [Re: pwy] #90181
09/16/06 02:28
09/16/06 02:28
Joined: Oct 2003
Posts: 2,628
IL,US
FeiHongJr Offline
Expert
FeiHongJr  Offline
Expert

Joined: Oct 2003
Posts: 2,628
IL,US
np hope it helps. For flipping models horizontally in med just click the little button at the top that looks like this >|< with your model selected. Im guessing thats what you mean.


http://www.freewebs.com/otama_syndicate/index.htm - Each master to his own technique.

- Not me said the bee, Nor I said the fly.
Re: Playing an AVI: Newbie Question... [Re: FeiHongJr] #90182
09/16/06 03:28
09/16/06 03:28
Joined: Apr 2006
Posts: 36
P
pwy Offline OP
Newbie
pwy  Offline OP
Newbie
P

Joined: Apr 2006
Posts: 36
I tried it. But it's still not working, and now my audio won't play!
Man, I am making a mess of things.

Here is my code:
Code:
  

starter startup{
...

movie_handle = media_play( "myMovie.avi" , movie_map , 100 );
while( media_playing( movie_handle ) > 0 ){
wait( 1 );
}
if( media_playing( movie_handle ) == 0 ){
media_stop( movie_handle );
splash2.visible = off;
bmap_purge( movie_map );
}

...
}



Re: Playing an AVI: Newbie Question... [Re: pwy] #90183
09/16/06 04:36
09/16/06 04:36
Joined: Oct 2003
Posts: 2,628
IL,US
FeiHongJr Offline
Expert
FeiHongJr  Offline
Expert

Joined: Oct 2003
Posts: 2,628
IL,US
Did you run the demo from my site? If so did that work?


http://www.freewebs.com/otama_syndicate/index.htm - Each master to his own technique.

- Not me said the bee, Nor I said the fly.
Re: Playing an AVI: Newbie Question... [Re: FeiHongJr] #90184
09/16/06 04:44
09/16/06 04:44
Joined: Apr 2006
Posts: 36
P
pwy Offline OP
Newbie
pwy  Offline OP
Newbie
P

Joined: Apr 2006
Posts: 36
Actually, yeah. That worked. But, mine isn't. I don't know what I'm doing wrong...

Re: Playing an AVI: Newbie Question... [Re: pwy] #90185
09/16/06 05:50
09/16/06 05:50
Joined: Apr 2006
Posts: 36
P
pwy Offline OP
Newbie
pwy  Offline OP
Newbie
P

Joined: Apr 2006
Posts: 36
That's wierd. It's playing in WED but not SED. Is it suposed to do that?
So I guess it works.

Re: Playing an AVI: Newbie Question... [Re: pwy] #90186
09/16/06 06:08
09/16/06 06:08
Joined: Oct 2003
Posts: 2,628
IL,US
FeiHongJr Offline
Expert
FeiHongJr  Offline
Expert

Joined: Oct 2003
Posts: 2,628
IL,US
Did you configure sed to run your script? You have to go to options>configuration and select the script you want ran... then it should run from sed.


http://www.freewebs.com/otama_syndicate/index.htm - Each master to his own technique.

- Not me said the bee, Nor I said the fly.
Page 1 of 2 1 2

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