Comments

Log in with itch.io to leave a comment.

(1 edit)

This is great.   But how to get  the video to loop?

Playing now with the  c32 player. If  i  remove the   file selectors and give same  video /audio names on each loop,  the video    loops,  but  fills memory? and crashes after a while.

(1 edit)

Hi!

The memory error was caused by me fiddling with the addresses of the icon bank so that the elements of the bank are at consecutive addresses, since that is the only way I can load them into place in one go.(It is the line FOR I=...)

Now I backup those addresses at start and restore the original state at the end of the operation, so it doesn't freeze and there are no memory errors, so the file selector also works again after playback.

If I understood the problem correctly, you can download the corrected version I uploaded(replaced).

Thank you for  the new version.  I just tested  without any changes to the code. 2 c player works, But somehow I cant get the c16 or c32 versions to work. There's a  error message, that bank 2 is not open and it can not copy data because of that.  But you opened it there...?   I will test further.

Wait... My misstake that the videos and IconC32.Abk files should be at the same directory......maybe bank 2 is not open because you change directory with the file selector?