Skip to content
#

flash

Here are 647 public repositories matching this topic...

Toad06
Toad06 commented Feb 20, 2020

Hello,

I get an error when using a Web build on my site. Here is what is logged in the console in Firefox (Windows):

Loading SWF file images/file.swf
TypeError: Response has unsupported MIME type
Got SWF data
TypeError: Response has unsupported MIME type
Serious error loading Ruffle: TypeError: Response has unsupported MIME type
Serious error occured loading SWF file: TypeErro

jcwren
jcwren commented Jul 11, 2018

In the code sample below, taken from the Integration page on the wiki,

  #define LOG_PAGE_SIZE       256
  
  static u8_t spiffs_work_buf[LOG_PAGE_SIZE*2];
  static u8_t spiffs_fds[32*4];
  static u8_t spiffs_cache_buf[(LOG_PAGE_SIZE+32)*4];

could the magic numbers be clarified?

For spiffs_work_buf, this is because SPIFFS needs at least 2 pages for doing it's magic, cor

Improve this page

Add a description, image, and links to the flash topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flash topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.