AW: AW: 2.9 and wmv video?

2008-04-05 Thread Tiemo Hollmann TB
to:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Mark Schonewille > Gesendet: Samstag, 5. April 2008 01:37 > An: How to use Revolution > Betreff: Re: AW: 2.9 and wmv video? > > Hi Sims, > > play player "z" > > is incorrect syntax. It should be > >

Re: AW: 2.9 and wmv video?

2008-04-04 Thread Mark Schonewille
Hi Sims, play player "z" is incorrect syntax. It should be start player 1 You don't have a videoClip object in your stack but a player object. Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within mi

Re: AW: AW: 2.9 and wmv video?

2008-04-04 Thread Richard Gaskin
Mark Schonewille wrote: On my very old PC, I only got sound, no picture. After doing several tests, some of which in Windows Media Payer, I was eventually able to play WMV files that I couldn't play before. I am not sure that the problem is caused by Revolution. It might be Media Player, W

Re: AW: AW: 2.9 and wmv video?

2008-04-04 Thread Richard Gaskin
Jim Sims wrote: Download http://www.ezpzapps.com/WMV_Test.rev.zip It is a simple card with one button that opens another card which has a player and some btns. Select a WMV to play. ... Has anyone else tested WMV playback (with or without the test stack I refer to above)? I haven't us

Re: AW: AW: 2.9 and wmv video?

2008-04-04 Thread Mark Schonewille
Hi Sims and others, I'm currently working on a project that depends on playing WMV's without QuickTime/Flip4Mac in player objects (rather than videoClip objects). On my MacBook, running Windows, I have no serious problems, except that the movie is often displayed in an area smaller than the

Re: AW: AW: 2.9 and wmv video?

2008-04-04 Thread Jim Sims
On Apr 4, 2008, at 8:10 PM, Tiemo Hollmann TB wrote: Hi Jim, testing your stack, also nothing happens, just nothing is played. Download http://www.ezpzapps.com/WMV_Test.rev.zip It is a simple card with one button that opens another card which has a player and some btns. Select a WMV

AW: AW: 2.9 and wmv video?

2008-04-04 Thread Tiemo Hollmann TB
[EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Jim Sims > Gesendet: Freitag, 4. April 2008 19:45 > An: How to use Revolution > Betreff: Re: AW: 2.9 and wmv video? > > > On Apr 4, 2008, at 6:40 PM, Tiemo Hollmann TB wrote: > > Hi Jim and Mark, > &g

Re: AW: 2.9 and wmv video?

2008-04-04 Thread Jim Sims
On Apr 4, 2008, at 6:40 PM, Tiemo Hollmann TB wrote: Hi Jim and Mark, I must be missing something very simple, but I don't find the trick. When using the player object, just nothing happens, a mov in the same folder is being played fine with the same statements (beside "set dontuseqt to tru

AW: 2.9 and wmv video?

2008-04-04 Thread Tiemo Hollmann TB
hricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Mark Schonewille > Gesendet: Freitag, 4. April 2008 15:16 > An: How to use Revolution > Betreff: Re: 2.9 and wmv video? > > HI Tiemo > > Play videoclip is for imported movies. You c

Re: 2.9 and wmv video?

2008-04-04 Thread Mark Schonewille
HI Tiemo Play videoclip is for imported movies. You can refer to imported movied by using the videoclip object. To play a file, simple refer to the file path only: play "foo.wmv" (if foo.wmv is in the default folder). Best regards, Mark Schonewille -- Economy-x-Talk Consulting and Soft

Re: 2.9 and wmv video?

2008-04-04 Thread Jim Sims
On Apr 4, 2008, at 3:04 PM, Tiemo Hollmann TB wrote: Hello I am testing 2.9 and have read that 2.8 couldn't, but 2.9 should be able to play wmv videos. What I have tried is to go with the "play" command, not with the "player object". I deselected "load quicktime at startup" in the rev p

2.9 and wmv video?

2008-04-04 Thread Tiemo Hollmann TB
Hello I am testing 2.9 and have read that 2.8 couldn't, but 2.9 should be able to play wmv videos. What I have tried is to go with the "play" command, not with the "player object". I deselected "load quicktime at startup" in the rev preferences, put "set the dontuseqt to true" in the preopenst