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
869 Views Asked by ina AtThere are 2 best solutions below
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
- How to create an ActionScript 3.0 in Flash to display Current Date, Time and Day of Week
- textinput.needsSoftKeyboard does not work (air for android)
- Flash erase image with mask - gotoandplay next frame
- Flash CS3: Text appears on button mouse over or text mouse over
- import a sound externally or from the library? AS3
- How to use Database in Flash App?
- undefined method loadCompressedDataFromByteArray through a reference with static type flash.media:Sound
- Cam streaming Flash client/widget
- Pairing a draggable object to a target object in AS3
- update flashVars of flowplayer to change video via swfObject
- Adobe Flash Pro: Locate asset with missing font
- Making an HTML Jigsaw Puzzle in Flash CC
- Passing data between MXML files and opening one after Click on another
- Moving things inside a two-dimensional array in as3?
- AS3 + webcam. Dispatch event on presence
Related Questions in HTML
- Delay in loading Html Page(WebView) from assets folder in real android device
- Why does a function show up as not defined
- CSS Class is not applying to element (border width,color,and style attributes)
- How to sort these using Javascript or Jquery Most effectively
- how to fill out the table with next values in array with one button
- Automatically closing tags in form input?
- Positioning child at bottom of parent with scroll
- Remove added set of rows
- Website zoomed out on Android default browser
- Twitter Bootstrap horizontal form elements on a line
- http://sigmajs.org/ les mis tutorial - why are my canvases 0 height?
- My navbar is not expanding after collapse
- when a checkbox is checked how to display a different hidden element using javascript
- Gaps Vertically Using Dividers
- Svg containers not positioning properly
Related Questions in GOOGLE-SWIFFY
- Prevent Exit On All Click Events With Google Swiffy
- vector art looks blurry when converted to HTML5 with google Swiffy
- How can I restart an swiffy animation after it has been completed
- Google Swiffy, and responsive design, height
- Is there a way to get values form a swiffy animation
- is it possible to make swiffy object start playing by skipping the first 100 frames?
- Google Swiffy converted animation blocks touch events
- Swiffy transparent background not working with Chrome
- Can I make Swiffy produce SVG markup instead of a canvas?
- Swiffy Conversion Error (Flash to HTML5)
- Unable to disable bounce in a html with Swiffy object
- The Swiffy webservice could not be reached?
- Can videojs play videos Swiffy videos?
- Swiffy vs Flash CS6 HTML5 Export for custom fonts and standard bitmaps animations
- Detecting browser version with javascript for google swiffy compatibility
Related Questions in CREATEJS
- Easeljs snap to grid
- Issues with resetting an interval
- Audio tag auto play not working in android browser
- Load CreateJS canvas from json data
- Angular and CreateJS not finding the stage element
- createjs - stage.mouseX
- Video in Canvas Will not play WITHOUT undefined object errors
- How to change the width of a movieclip in flash html5 canvas?
- dipatchevent() isn't working in IOS
- CreateJS: Collision implementing problems
- Fixing cross domain issues on a 360 canvas createjs gallery
- CreateJS Events to Javascript events
- detect end of song - SoundJS
- createjs flash cc, separate manifest preloading
- How do I get a one-sided gradient effect for createJS beginLinearGradientStroke?
Related Questions in FLASH-CS6
- can Adobe Flash CS6 export for mobile correctly?
- How can i get a function to use any movie clip?
- How to format static text in actionscript 3.0
- Attached a pop up to a cursor, now buttons aren't working on UI in Flash CS6
- my android app some times display half of the screen only when maximize
- How to remove all Objects in For Loop?
- ColorTransform for multiple movie clips
- How I can create more than right selection. ( Flash )
- How can I capture if the user clicked a wrong button?
- Flash Actionscript 3.0 Mouse Cursor Duplicates
- How can I change flash player version in flash cs6?
- Can't click on a class in flash, can't add click EventListener in class .as file :C
- game - how can I drag objects (cars with numbers) into targets (start line) AS3.0.?
- ActionScript 3.0 How do I make it once you click a object it goes to next scene?
- AS3 - Using a For Loop to Update Multiple Points and Their Values in an Array
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)
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?
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.