No description
  • C 70.8%
  • HTML 29.2%
Find a file
2018-04-05 19:53:52 -05:00
images Add content 2018-03-29 17:11:24 -05:00
source Add homebrew app 2018-04-05 19:53:52 -05:00
CNAME Create CNAME 2018-03-29 17:12:01 -05:00
index.html Add content 2018-03-29 17:11:24 -05:00
player.swf Add content 2018-03-29 17:11:24 -05:00
README.md Update README.md 2018-04-03 20:43:15 -05:00
rickroll.flv Add content 2018-03-29 17:11:24 -05:00

rc24-april-fools

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. It was taken from the Wii Channel interview pages from Nintendo's Japanese website site.

Here's a template for the embed code:

<div id="swfcontent">
  <object type="application/x-shockwave-flash" data="player.swf" width="384" height="256" id="flvplayer" style="visibility: visible;">
    <param name="id" value="flvplayer">
    <param name="wmode" value="transparent">
    <param name="allowFullScreen" value="false">
    <param name="allowScriptAccess" value="sameDomain">
    <param name="quality" value="high">
    <param name="flashvars" value="filename=http://link.to/flv/file/here">
  </object>
</div>```