Update README.md

This commit is contained in:
Larsen Vallecillo 2018-04-03 20:43:15 -05:00 committed by GitHub
commit 76b7f9116f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
# rc24-april-fools
April Fool's 2018 joke for RiiConnect24.
April Fool's 2018 joke for RiiConnect24 (a fake Discord client for Wii). It loads a rickroll video.
The player.swf (ew! Flash) file can be used on the Wii Internet Channel in order to play videos in .flv format, since the Wii unfortunately lacks an HTML5 video player. Here's a template for the embed code:
The player.swf (ew! Flash) file can be used on the Wii Internet Channel in order to play videos in .flv format, since the Wii unfortunately lacks an HTML5 video player. It was taken from the [Wii Channel interview pages](https://interviews.rc24.xyz/) from [Nintendo's Japanese website](https://www.nintendo.co.jp/) site.
Here's a template for the embed code:
```html
<div id="swfcontent">
@ -14,3 +16,4 @@ The player.swf (ew! Flash) file can be used on the Wii Internet Channel in order
<param name="flashvars" value="filename=http://link.to/flv/file/here">
</object>
</div>```