#
swf
Here are 106 public repositories matching this topic...
good first issue
Good for newcomers
Open
pixel per inch
2
viaboi
commented
Feb 24, 2022
Hello,
Could you please don't remove the pixel (dot) per inch information in the images ?
The suppression of this information don't reduce the size of the images at all. This information is not a metadata but an integral part of the picture and the allocated memory for it remains all the same.
Note : I have just noticed that the dpi is preserved for jpeg images but not for png ones.
Custom Flash Player for VideoJS
-
Updated
Dec 10, 2020 - JavaScript
ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
flash
language-server
actionscript
vscode
visual-studio-code
swf
adobe-flash
as3
adobe-air
adobe-flash-player
mxml
apache-flexjs
flexjs
royale
apache-royale
-
Updated
Mar 7, 2022 - Java
Automatic analysis of SWF files based on some heuristics. Extensible via plugins.
-
Updated
Jun 19, 2019 - Python
A WebAssembly ActionScript 3.0 Flash player built with Emscripten
-
Updated
Jul 12, 2020
flash to html5 converter, as3 to javascript translator
-
Updated
May 13, 2019 - JavaScript
VideoWhisper Live Streaming provides web based live video streaming (from webcam or similar sources).
php
streaming
flash
camera
ffmpeg
js
hls
transcoding
livestream
rtmp
webrtc
live-streaming
live
swf
mpeg-dash
webcam
cam
mpeg-dash-playback
html5-playback
live-video
-
Updated
Feb 4, 2019 - JavaScript
AppEmit is an extensible lightweight middleware for communication between applications (especially chrome browser) and local programs,support Chrome to call DLL,Ocx,RTSP Player,Flash,Swf. you call dll from chrome browser . AppEmit是应用程序(尤其是chrome谷歌浏览器)与本地程序间互相通信的易扩展的轻量级中间件,支持chrome调用DLL,Ocx,rtsp,flash,swf,cad,pdf3D
windows
ssl
app
chrome
flash
dll
object
websocket
flv
swf
message
call
edge
wss
ws
npapi
ocx
appemit
-
Updated
Feb 19, 2022
SwfLib a C# library for parsing swf files into Document Object Model.
-
Updated
Oct 1, 2021 - C#
ActionScript 3 to JavaScript compiler
-
Updated
Sep 8, 2021 - JavaScript
SWF parser and AVM2 (Actionscript 3) bytecode parser
-
Updated
Mar 26, 2017 - Python
electron
javascript
emulator
alternative
player
flash
reactjs
swf
flash-player
adobe-flash-player
ruffle
-
Updated
Mar 26, 2022 - JavaScript
A custom AqLite Launcher
-
Updated
Jan 22, 2022 - JavaScript
Improve this page
Add a description, image, and links to the swf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swf topic, visit your repo's landing page and select "manage topics."


Time durations in Ruffle are often stored as floats (example), and it's difficult to know which units the values are in (secs, ms, ...).
It'd be nice to switch these over to use
std::time::Durationfor clarity.