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
1
vote
1 answer

Using Swiffy: How can i improve the quality of the images after converting it from flash to html5?

Im trying to convert excisting Flash banners to HTML5 with Swiffy. Although the quality of the images is very low and unsharp. Other answers on this topic did not helped me. What is the best type of image to use, JPG, PNG or does that not matter? Do…
1
vote
2 answers

vector art looks blurry when converted to HTML5 with google Swiffy

I have used google Swiffy to convert quite a few swf files to HTML5 and have found that vector art (usually logos and buttons) often appears a little blurry once converted. Is this a common issue? How can I solve it?
somkg14
  • 29
  • 8
1
vote
0 answers

Prevent Exit On All Click Events With Google Swiffy

We have a 300x250 banner with 3 click events. First click event will activate a lever. Second click event is a CTA (i.e. exit event) that takes the user to a URL. Third click event is the replay icon. The issue is that every click will take the…
FrankDraws
  • 385
  • 1
  • 6
  • 21
1
vote
1 answer

fatal error: Array index out of range in uitableview on back to previous controller swift

I have a UITableview that contains a search bar, with my filter everything works perfectly. When I click on a cell to pass values to another UIViewController and open the UIViewController at the same time, everything still works perfectly. But my…
1
vote
1 answer

Swiffy's export conflicts with google's guidelines

This is a google flash to html5 banner question. When shoving in SWF files to google's Swiffy, it tells me my filesize is e.g. 40kb, but then when i download the gzip file and open it the html file becomes 160kb, and there looks like there's a…
1
vote
1 answer

How Swiffy antialias canvas?

I don't understand how swiffy succefully antialias clipping mask when it exports a flash animation that contains mask. Here is my exemple : Full canvas, with mask. Super dirty in Chrome : http://goo.gl/n8yB5h And a swiffy export where there is a…
tsbits
  • 63
  • 1
  • 6
1
vote
2 answers

Flash to HTML5 Loss of interactivity

I have Some sample fla Content which I am not able to convert into HTML5 with interactions What I tried is Google Swiffy --> Gives interactions [not full] but no sound. Issue is it works for content less than 1 MB Toolkit for CreateJs -->…
Ashish
  • 1,856
  • 18
  • 30
1
vote
1 answer

Simple way to randomly choose the name of a JavaScript file from a list of possible names

I have 170 HTML5 animations that need to be cycled randomly when a page loads. I figure the easiest thing to do is randomly choose the JavaScript file name for the animation. Can someone outline easiest way of doing that? Thanks in advance. EDIT: I…
r1853
  • 141
  • 1
  • 1
  • 9
1
vote
0 answers

Is there a way to preload a swiffycontainer?

I converted my .swf to html5 but I was wondering if I can add a preloader in the beginning? Here is the site: http://paopee.kissr.com/animations/main.swf.html
1
vote
0 answers

jQuery .load() doesn't execute swiffy in loaded html file

I have an html5 code with "swiffy" in page when i user JQuery load() function to get this page in another it doesn't appear, what is the reason ? I user this code: $.ajax({ type: "POST", url: URL, data: { } …
ahmad soliman
  • 141
  • 1
  • 2
  • 14
1
vote
0 answers

Swiffy-created drag and drop stopped working on iPad after update

I think swiffy's runtime updated recently and made my drag and drop animations stop working in iPad. The code for my application (in Flash) basically uses a MOUSE_DOWN handler to start the animation, then the object on the screen follows mouse.x and…
jsachsman
  • 11
  • 3
1
vote
0 answers

Webview plugins are no longer supported. Is there another way to display flash?

I am making my flash game into an Android app with the following code. It works just fine but the compiler gives the error The method setPluginState(WebSettings.PluginState) from the type WebSettings is deprecated Here is the…
1
vote
1 answer

How can I restart an swiffy animation after it has been completed

I am new to swiffy. It works great the first time an animation is called but I need to reuse the animation later in the same page (a web app). How should I do? To isolate the problem, I have tried something very basic that does not work:
frank
  • 438
  • 1
  • 5
  • 19
1
vote
1 answer

is it possible to make swiffy object start playing by skipping the first 100 frames?

I have 100s of fla files and I do not want to manipulate them I just want to find a javascript solution to figure out how to skip the first 100 frames in my animation. I tried to look at the SO but it seems only pause/resume option is available.
Mahmoud Fayez
  • 3,398
  • 2
  • 19
  • 36
1
vote
1 answer

Stretch Swiffy SVG

How can I stretch the Swiffy result (SVG) to fit the entire page? (I can't add attributes to the SVG element because it is not there, swiffy generates it) My swiffy:
Dan Barzilay
  • 4,974
  • 5
  • 27
  • 39