Daniel Cassidy
Daniel Cassidy
When importing MP3s, read encoder delay and padding information from Xing/Info tag (and equivalents for other encoders) in order to embed the MP3 gaplessly. It will also be necessary to...
If there's a clip placed in frame 1, and you no longer want it in frame 2 but you are also not replacing it, the solution is to explicitly remove...
swfmill doesn’t issue any kind of error or warning when variable-length integer fields overflow. It just writes the truncated value. In many cases this can result in an invalid swf....
Flash supports JPEG images with a seperate zlib-compressed alpha channel. These achieve greater compression than other image formats with an alpha channel. However, there is no easy way to import...
If swfmill attempts to import a font, but cannot find the file, it displays a warning similar to the following. Compilation does not fail. ``` WARNING: FreeType does not like...
[RP](https://launchpad.net/~darpified) reports (as [bug #496426 on Launchpad](https://bugs.launchpad.net/swfmill/+bug/496426)): > See attached swf (from Open Source Flashdevelopment book) intended to be a simple example of using external swf assets with actionscript. When...
It’s a pretty common pattern to map a sequence to a sequence of sequences, and then flatten the result back to a sequence: ``` var words = Lazy(["cowbell", "zebra"]); var...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label ### What specific section or headline is this issue about? Accessibility concerns > Interactive content ### What information was incorrect, unhelpful, or incomplete? > Don't place...
I've fixed as many incorrect type definitions as I can (given the time I have available right now), and also added some other improvements. - [x] Use a meaningful title...
As much discussed in other issues, `"prepack": "pinst --disable"` has never worked as intended. It always results in wrong information going into the npm database. It's just that most tools...