Search found 26 matches

by Jan
Mon Mar 06, 2023 6:07 pm
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

Guys, I just want to say THANK YOU ALL for your help. Here's the result:

Image

https://www.amikit.amiga.sk

Cheers,
Ján
by Jan
Sun Feb 12, 2023 12:15 pm
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

Let me explain. 1. There is a video playing right after the program is launched 2. A slideshow starts right after that and mouse click moves it forwards, in a loop. Now, if I press the mouse button during the video replaying, nothing happens, but as soon the slideshow is displayed, it is automatical...
by Jan
Tue Feb 07, 2023 6:30 pm
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

The video 1 plays at the beginning. Then the slideshow is shown. And then video 2 is played if the users closes the program. Reading the documentation I learnt that the events are accumulated in a queue, so I guess I need to clear all events before the slideshow is started. But is seems that ClearEv...
by Jan
Tue Feb 07, 2023 5:52 pm
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

Same result :(
by Jan
Tue Feb 07, 2023 5:38 pm
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

Well, the video starts at the beginning of the script as follows PlayVideo(1) While IsVideoPlaying(1) Wait(1) Wend CloseVideo(1) Then the Function, InstallEventHandler the Switch (Slideshow) parts follow. If I encapsulate those parts into: if IsVideoPlaying(1)=False endif then the Hollywood complain...
by Jan
Tue Feb 07, 2023 11:19 am
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

Oh, one more thing, please. The event checking works too good now :P I mean there is a video playing before the slideshow is launched and if I press a mouse button at that time, the click is saved for later that makes the following slideshow to switch from the first slide to the second one immediate...
by Jan
Mon Feb 06, 2023 10:55 pm
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

Oh, I got the logic now, thank you Christos! I've just added the following lines into the Function, right after the displayfx=displayfx+1 , to keep my slideshow in the loop :) if displayfx > 8 displayfx = 1 endif Please let me know your full name via PM so I can add you to the credits. Thanks again!...
by Jan
Mon Feb 06, 2023 1:56 pm
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

I have no idea how to covert video to CDXL format. The one I created using https://mschordan.github.io/amiga/agaconv.html is not recognized by Hollywood as Andreas confirmed. Anyway, regarding playing video after the user closes the Hollywood window (or presses the Esc button), I wrote a function fo...
by Jan
Sun Feb 05, 2023 9:12 pm
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

Thank you all, guys

Any recommendation of Windows or Mac software I can use to convert the .mp4 video to the formats you suggested?

Oh, and one more thing. Is it possible to play one more video if the user closes the Hollywood program? Or I ask for too much of magic? :)
by Jan
Sun Feb 05, 2023 11:16 am
Forum: Newbie questions
Topic: A simple program needed, please.
Replies: 34
Views: 3977

Re: A simple program needed, please.

Yes, I am using the FPU version of AVCodec.
Will send you the CDXL by email.
Thank you, Andreas!