Search found 8 matches
- Wed Dec 22, 2021 1:49 pm
- Forum: Website Comments
- Topic: Online video player
- Replies: 17
- Views: 1054
Re: Online video player
I have rebuilt a new video player, which I have named " Flop Player ". Here is the online preview: https://hgraceb.github.io/flop-player/. I recommend using Flop Player because it solves a lot of problems that existed in the old version, such as misaligned page layouts at some scaling rati...
- Tue Sep 07, 2021 11:20 am
- Forum: Website Comments
- Topic: Online video player
- Replies: 17
- Views: 1054
Re: Online video player
I think you may have misunderstood what I wrote. My videos are currently already on there. I would like that either the name is not shown below the boards or that my videos are removed from the site. I'm sorry that I didn't understand you before. This relates to the actual code and user data of the...
- Mon Sep 06, 2021 5:02 am
- Forum: Website Comments
- Topic: Online video player
- Replies: 17
- Views: 1054
Re: Online video player
This feature is currently not available. You can download the video to view it from the video playback page.EWQMinesweeper wrote: ↑Sun Sep 05, 2021 11:53 am Can my replays on the site be shown without the name displayed below the board or maybe even be taken entirely off the site?
- Wed Sep 01, 2021 12:31 pm
- Forum: Website Comments
- Topic: Online video player
- Replies: 17
- Views: 1054
Re: Online video player
The video player is live on the world rankings! You can click a link to watch any video in the browser (and play the same board UPK in the browser). Thanks to Flop for his code. My implementation is slightly different than the version used on saolei.wang. To keep things simple (for me) I used my pa...
- Mon Jun 14, 2021 9:11 am
- Forum: Website Comments
- Topic: Online video player
- Replies: 17
- Views: 1054
Re: Online video player
Hi Flop, Thanks for updating your code. I found one bug... Your regex does not like Minesweeper X rawvf because it the text file has one extra column. The picture shows the extra column which can say (), (l), (lr), (r), etc. It was an optional column that only MSX used. When I delete this column th...
- Mon May 24, 2021 2:03 pm
- Forum: Website Comments
- Topic: Online video player
- Replies: 17
- Views: 1054
Re: Online video player
Nice work, Flop! I added your code to the website and it works perfectly. [EDIT - I deleted a bug report from this post. Video displayed incorrectly in Firefox because browser was 90%. Changed to 100% and graphics work perfectly.] The good news is that your program reads: 1) direct from Arbiter vid...
- Sun May 23, 2021 2:22 pm
- Forum: Website Comments
- Topic: Online video player
- Replies: 17
- Views: 1054
Re: Online video player
Hi Flop, After talking to Tommy we think your version is the best approach :mrgreen: I attached a ZIP file with 4 files: - Arbiter 0.52.3 video translated to a text file - Viennasweeper 3.0H video translated to a text file - Both files translated into "RAW" format with all board events On...
- Wed May 12, 2021 5:17 am
- Forum: Website Comments
- Topic: Online video player
- Replies: 17
- Views: 1054
Re: Online video player
I have previous experience in writing web video players, and you can see the results through this link: https://hgraceb.github.io/web-minesweeper-demo. The code used in the above link was written at the very beginning and has not been maintained for a long time. The latest code has been archived to ...