Splash Movie

2008-06-04 Thread Andres Martinez
Hello We are trying to show an small movie right when the application is starting up. However, when running the OSX build, the movie is not located at the center of the card but at the top left corner. And what is worst, is that the movie is cropped, showing only one quarter of the area (

Re: Splash Movie

2008-06-04 Thread Jack Rarick
Hi there. From the player properties, did you lock the size and position? Jack Rarick Braintree Athletic Systems >>> [EMAIL PROTECTED] 6/4/2008 10:59 AM >>> Hello We are trying to show an small movie right when the application is starting up. However, when running the OSX build, the movie i

Re: Splash Movie

2008-06-04 Thread Mark Schonewille
Hi Andres, This might be your problem: http://quality.runrev.com/qacenter/show_bug.cgi?id=6342 Best, Mark -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Benefit from our inexpensive hosting services. See

Re: Splash Movie

2008-06-04 Thread Andres Martinez
Hello Jack We are not using a player object just a line of code... play videoclip "Intro.mov" Regards, Andres Martinez www.baKno.com On Jun 4, 2008, at 11:15 AM, Jack Rarick wrote: Hi there. From the player properties, did you lock the size and position? Jack Rarick Braintree Athletic Sy

Re: Splash Movie

2008-06-04 Thread Andres Martinez
Thanks Mark But it is not the same problem. We are not using a player, and we have not even tried how it works on Windows. Regards, Andres Martinez www.baKno.com On Jun 4, 2008, at 11:11 AM, Mark Schonewille wrote: Hi Andres, This might be your problem: http://quality.runrev.com/qacenter

Re: Splash Movie

2008-06-04 Thread Mark Schonewille
Hi Andres, It wasn't clear to me that you're not using a player object. I'd try using that. If you use the play videoclip command, the clip is centered on the card, but if a card is not open yet, Revolution may be unable to center objects. You might want to open the stack first and send a

Re: Splash Movie

2008-06-04 Thread Randy Hengst
Hi Andres, I handled issue this way: on preOpenStack prepare videoClip id 1818 at 430,75 end preOpenStack on openStack play videoClip id 1818 at 430,75 end openStack take care, randy hengst - On Jun 4, 2008, at 9:59 AM, Andres Martinez wrote: Hello We are trying to show an small

Re: Splash Movie

2008-06-04 Thread Andres Martinez
Hello Mark Unfortunately it does not work. But we found a solution I will explain in my next email. Regards, Andres Martinez www.baKno.com On Jun 4, 2008, at 11:37 AM, Mark Schonewille wrote: Hi Andres, It wasn't clear to me that you're not using a player object. I'd try using that. If

Re: Splash Movie

2008-06-04 Thread Andres Martinez
Hello Randy Your suggestion does not work in our project. However we did find a workaround... Using a very small blank movie that we play first, and then we play our intro movie and it gets centered. Regards, Andres Martinez www.baKno.com On Jun 4, 2008, at 11:49 AM, Randy Hengst wrote: