Questions tagged [google-swiffy]

Google Swiffy converts Flash SWF files to HTML5, allowing you to reuse Flash content on devices without a Flash player (such as iPhones and iPads).

Google Swiffy converts Flash SWF files to HTML5, allowing you to reuse Flash content on devices without a Flash player (such as iPhones and iPads).

Home page.

Introduction.

150 questions
8
votes
3 answers

Is it possible to pause/resume/manipulate a swiffyobject from JS?

There seems to be little support or discussion around regarding Google Swiffy (http://swiffy.googlelabs.com/). Is it possible to effectively pause/resume/manipulate a swiffyobject from JS? Using standard Google output, I noticed the swiffyobject…
sgb
  • 2,234
  • 2
  • 19
  • 31
6
votes
3 answers

Swiffy Conversion Error (Flash to HTML5)

I've converted a Flash SWF file to HTML5 using Google Swiffy. This works fine in Firefox. However, in IE8, I'm receiving these errors: 'swiffy' is undefined 'stage' is null or not an object In IE, if you visit the Google Swiffy gallery section…
Stephen
  • 183
  • 2
  • 15
6
votes
0 answers

Swiffy conflict with prototype

I converted flash animation to swiffy. When I try to embed it on my website it doesn't work. I have also prototype loaded. Without prototype it works. With prototype there is an error: Chrome: Uncaught RangeError: Maximum call stack size…
mkutyba
  • 1,417
  • 1
  • 10
  • 26
6
votes
4 answers

DoubleClick Studio ClickTag after using Swiffy

I've converted a AS2 flash file into HTML5 using Swiffy. I'm also using DoubleClick Studio for the Ad. I was wondering how i get a clicktag on the ad so it shows up in DoubleClick Studio under Events, and i can edit the Destination URL. Thanks!
Adam G
  • 357
  • 2
  • 6
  • 20
6
votes
0 answers

AngularJS directive with a Swiffy instance throws error on route navigation

Setup I have a directive that takes a path to a json file as attribute value, loads the json, then instantiates Swiffy: angular.module('myApp') .directive('swiffy', function ($http) { return { restrict: 'A', scope: {}, link:…
5
votes
2 answers

parsing a swf/fla (using php?)

I've written a framework (it's been a year) which will render AS3 code as HTML5 I want to reach into a swf and parse the guts into my framework so that you can upload an AS3 swf and get the HTML5 equivalent back. Any ideas on how to parse a swf/fla…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
5
votes
0 answers

Swiffy-converted Flash to HTML5 animated Google AdSense ads cause terrible performance jank in Chrome for Android

I've been trying to figure out what's causing absolutely awful scrolling and general responsiveness performance issues in Chrome on our site lately, and my conclusion is that it's Swiffy that is powering some of Google's AdSense ads with animations.…
Artem Russakovskii
  • 21,516
  • 18
  • 92
  • 115
5
votes
1 answer

Can we please see the uncompiled JavaScript source for runtime.js?

Seeing the readable source would make it much easier to use Swiffy as part of a more complete Flash substitute/alternative.
rushkeldon
  • 1,343
  • 1
  • 10
  • 13
5
votes
3 answers

Is there any way to detect when a Swiffy animation has completed?

Do Swiffy animations trigger an event when they're complete? Or is there perhaps a way to grab the current frame vs. total frames? I tried de-minifying runtime.js as mentioned in another Stack Overflow post, but I can't decipher it.
bergie3000
  • 1,091
  • 1
  • 13
  • 21
4
votes
0 answers

Optimizing Swiffy Flash to HTML5 loading in UIWebView

I'm loading fairly large HTML5/Javascript files that are generated from the Swiffy tool, which converts Flash files to HTML5 and Javascript monstrosities. The JS files are between 300KB-1MB. The files take several seconds to load in a UIWebView on a…
mathew
  • 977
  • 2
  • 12
  • 25
3
votes
1 answer

Swiffy runtime.js huge file size

I'm using google swiffy, and it require to embed "runtime.js". which is very huge file... size about 410KB. I'm using v7.3.0 version... Is there any earlier smaller versions... or other alternatives. Thanx
almoujtahed
  • 163
  • 11
3
votes
2 answers

How to jump to a specific frame in a swiffy converted file, whithout changing the original swf file?

I want to jump to a specified frame in an animation to show different stages. With the original SWF-file this works fine when I call a Javascript function Here is the original HTML code:
M S
  • 31
  • 2
3
votes
2 answers

Google Swiffy, and responsive design, height

I'm testing out Swiffy, and plugging it into Zurb's Foundation responsive framework. It all works well. I also updated the CSS for the #swiffycontainer container to have a width of width: 100%;. The content fits nicely into the grid, but the my…
lislis
  • 294
  • 5
  • 23
3
votes
2 answers

javascript: Best way to do the function after page load

I use google converted swiffy script like this var stage = new swiffy.Stage(document.getElementById('swiffycontainer'),swiffyobject); stage.start(); My point is I want to do the action after the animation end. but I don't know how to track the…
user1128331
  • 707
  • 4
  • 10
  • 20
3
votes
1 answer

error with google swiffy calling runtime.js multiple times in the same page

I have converted multiple swf files using google swiffy v5.2 and will have my new animations displayed on many different pages, most of which I do not have control of or access to. In order for the animation to work it needs the swiffy's runtime.js…
Will Sampson
  • 504
  • 6
  • 22
1
2 3
9 10