Search found 6 matches

by ron2
Tue Nov 20, 2012 5:39 am
Forum: Feature Requests and Wishlists
Topic: Slow motion video
Replies: 3
Views: 1019

Re: Slow motion video

Wow IdealsVacuum,

You just gave me a whole lot of viable ideals. Thankyou.

If you want the User to have control of the speed, then write a routine that displays individual images - after all, videos and animations are simply a way of storing and displaying many still images.

Can you point me in ...
by ron2
Mon Nov 19, 2012 10:28 pm
Forum: Feature Requests and Wishlists
Topic: Slow motion video
Replies: 3
Views: 1019

Slow motion video

I'd like to be able to control the speed at which I play videos. I'm writing a program that teaches sign language. And some of the signs are hard to see in regular speed. How hard would it be to make that possible?
by ron2
Mon Nov 05, 2012 10:46 am
Forum: Coding Questions
Topic: Need help displaying videos
Replies: 9
Views: 1874

Re: Need help displaying videos

Thankyou TI994A. You guys are amazing. How do you find out how to do this stuff? I haven't been able to find anything that explains exactly how these commands work.

I tried your code and it works great.

I had to delete part of it in my program because it leaves another window to close after I ...
by ron2
Mon Nov 05, 2012 9:32 am
Forum: Coding Questions
Topic: Need help displaying videos
Replies: 9
Views: 1874

Re: Need help displaying videos

Is there a special reason why you are using a windowed screen instead of simply using a window?

As I understand it, if I use a window, A new window opens to play the movie and closes when it/s over. However, a windowed screen will play the movie in a section of an already opened window (which is ...
by ron2
Mon Nov 05, 2012 9:22 am
Forum: Coding Questions
Topic: Need help displaying videos
Replies: 9
Views: 1874

Re: Need help displaying videos

Thankyou TI-994A - resize moved the movie to the right position on the screen

I still can't see the movie until i move the window with the mouse though

Is there any particular reason for the InitSprite() and OpenWindowedScreen()?
Not that I know of. I just spent a couple days looking at all of ...
by ron2
Mon Nov 05, 2012 7:26 am
Forum: Coding Questions
Topic: Need help displaying videos
Replies: 9
Views: 1874

Need help displaying videos

I'm writing a program to help people learn sign language. It requires me to load short (<5 secs) clips demonstrating each sign. My program is able to load the video and play it. But I am running into 2 problems.

- the video only plays in the upper left of the window - i need it to play on
the ...