Is it better to use the built-in CreateJS HTML5 exporter in Flash CS6 or Swiffy, for simple animations involving bitmaps and custom fonts
Swiffy vs Flash CS6 HTML5 Export for custom fonts and standard bitmaps animations
870 views Asked by ina AtThere are 2 answers
forrex
On
In comparing swiffy and createjs outputs we noticed that somehow the swiffy canvas is resolution independent, when it comes to drawing vectors. This means that by default the output is retina compatible.
We make a lot of banners and most of our clients will review the work on a retina laptop or ipad at some point. So createjs was a no-go for us. You have to jump through some hoops to make the createjs output from flash retina ready.
We had very low expectations for swiffy when we started testing it, but honestly it has really impressed us with how closely it matches swf output. Complex masking, blend modes, font conversion, vector, etc. Things that are very hard or impossible with hand coded html are no problem. I'm not sure how swiffy renders the canvas like this, but it is pretty awesome and I wish createjs did the same.
Related Questions in FLASH
- Failing write/read on RH850 with NOR flash
- Unique ID to transfer guest account data from Adobe AIR to Unity
- flashplayer_32_sa: SecurityError: Error #2028: Local-with-filesystem SWF file
- what is the simplest way and what applications to use in making an exe file that runs .swf file assetss
- Does a physical filesystem works only for a specific type of storage media?
- when I try to enable flash encryption in esp32, the bootloader size is large . But I'm unable to find bootloader field in partition table
- Manage FIFO implemented in a non-volatile flash NOR memory
- create a quiz with actionscript 3
- How to connect two x16 nor flash to nor flash controller?
- Looping in Adobe Flash Professional CS6
- AOSP flahed to android emulator
- How do I compile Flash app files with mxml and as extensions?
- Winbond W25Q01 (1G-BIT) Flash erases 256-bytes not 4K and fails write-read-verify after address 0x07000000
- On Pixel 7a Android AOSP
- Defer implementation of interface functions to child class
Related Questions in HTML
- How to store a date/time in sqlite (or something similar to a date)
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- Is there any way to glow this bulb image like a real light bulb
- With non-graphical maps in Leaflet, zoomDelta doesn't work
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- Displaying a Movie List on a Website Using Jinja2 and Bootstrap
- How to redirect to thank you page after submitting a Google form embedded into a Google Site?
- Storing selected language in localStorage
- Fences (parenthesis, braces) in HTML and MathML
- Understanding Scroll Anchoring Behavoir
Related Questions in GOOGLE-SWIFFY
- Google DCM on swiffy converted HTML5, double window open error
- Swiffy - How to use it offline
- Swiffy not showing in Android webview
- Swiffy Text & Image Compression (blurry)
- Any documentation for Swiffy. How use function SetVariable and GetVariable from C#?
- FLA to html5 using swiffy link target _ parent
- flash to html5 conversion with com folder
- Flash CS6 swiffy option don't show
- Anyone know a good way to convert swf files bigger than 1MB? (Google-Swiffy can't)
- Can I download Swiffy to use on a network not connected to the Internet?
- Reverse Procedure for Google Swiffy
- swiffy html embedded as responsive banner
- Can I choose version of Server-side compiler Google Swiffy?
- Disable the double tap zoom functionality for an swf converted ion HTML 5 using Swiffy
- Changing Swiffy Ad Size
Related Questions in CREATEJS
- createJS does not reconize currentTarget
- How to get coverage from React Create App frontend and NodeJs backend by running java Selenium tests?
- Using multiple libraries with one canvas in Adobe Animate
- Need to change text to upper case in JavaScript - createJs
- EaselJS: update tweens as fast as possible while playing MovieClips at 30 FPS
- Creating a path for CreateJS MotionGuidePlugin
- Weird fill + stroke alpha in CreateJS
- Create a BitmapText in PixiJS starting from single .png images where each image corresponds to a char
- How can I force the next tick immediately in CreateJS 1.0.0+?
- How do I over-ride the alpha settings on the createJS Container children?
- keydown event not firing in google sites/wix when using easel.js
- Angular . Problem to create new component
- TweenJS motionguide draw a curved line
- Import external script with angular and storybook 7
- ENOENT (error -4058) during create-react-app
Related Questions in FLASH-CS6
- Looping in Adobe Flash Professional CS6
- proplem in in using load with enterframe event in flash & actionscript3
- as3 massive project how to decrease memory usage
- AS3 tryin to make a function with hitTestObject using if statement
- Adobe Flash Professional CS6: ActionScript 2.0 Class Property Problem and Compile Error Display
- randomize Nested symbols for coin blocks
- Show integer numbers on textbox in Flash AS2
- HitTestObject between a Jelly and a character
- 2 same errors in one script
- Not all text is being displayed when using on-screen keypad
- How do you make a MovieClip inside a scrollPane move to a new location using AS3?
- Editting an SWF file that has embedded fonts in Flash CS6
- Fit width of TLFTextField to length of its html content in AS3
- ActionScript 3 How do I "move" coins when a player movieclip touches it
- AS3 How to add adMob to Adobe Flash/Animate?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
We had tried both options in our site. We suggest to use createJS, as the output generated is readable. But it will not support the complex action script and swfs.