Giter Site home page Giter Site logo

IE7/IE8 compatibility ? about filetodatauri HOT 11 CLOSED

Aymkdn avatar Aymkdn commented on June 8, 2024
IE7/IE8 compatibility ?

from filetodatauri.

Comments (11)

yannickcr avatar yannickcr commented on June 8, 2024

Hi,

Actually the ActionScript application must works under IE6/7/8/9 but the example is not compatible with IE bellow version 9.

I need to add some tricks to get it to work under these old versions (like addEventListener who is missing, or the non/poor support of Data URI who is also used to display the image in this example).

Thats why I need to make a javascript library (jQuery plugin ?) to remove all these blocking points and make it more easy to use under IE8/9 (maybe even in 6/7).

PS: Actually yes, I'm French too ;)

from filetodatauri.

Aymkdn avatar Aymkdn commented on June 8, 2024

Actually the events are not really a problem (with a little of jQuery it's easy... I'm sending a pull request with the changes), but even with that the Flash code doesn't seem to be loaded at all for IE8 : when doing a right-click on the button I don't see anything related to Flash that prouves it's not loaded... the question is why ? And how to debug a SWF object file into a page ? ^^

from filetodatauri.

Aymkdn avatar Aymkdn commented on June 8, 2024

Any chance you can have a look at this ? If it can work for IE8 (at least), then it will be soooo useful for the project I'm currently working on :-)

Thank you

PS: j'ai regardé ta photo et je vois qui tu es en fait ;-) J'avais pas fait gaffe !

from filetodatauri.

Aymkdn avatar Aymkdn commented on June 8, 2024

After searching, I discovered the flash object doesn't cover the button with < IE9... In moving it somewhere else in the page I've been able to click on it and use it... and it worked !! :-)

Merci !!

from filetodatauri.

yannickcr avatar yannickcr commented on June 8, 2024

Yep, I noticed that too. The flash object is properly loaded but it goes behind the button. We have to find a way to put it on top (css hack ? or maybe it's relative to the flash object insertion code ?).

from filetodatauri.

Aymkdn avatar Aymkdn commented on June 8, 2024

So.... After several hours trying to figure out the reason, and with no interesting reply on stackoverflow.com about this issue, I finally decided to create my own file (in MXML) inspired by your work and some tutorials found on the Web. It creates its own button :-) See my work here : http://aymkdn.github.com/FileToDataURI/

from filetodatauri.

yannickcr avatar yannickcr commented on June 8, 2024

Great !

But I'd like to get a transparent solution instead of a hard-coded button ;) I'm working on converting this in an easy-to-use jQuery plugin then I will look after this IE8 issue.

from filetodatauri.

yannickcr avatar yannickcr commented on June 8, 2024

Should be good under IE7/8 now ;)

from filetodatauri.

Aymkdn avatar Aymkdn commented on June 8, 2024

The example doesn't work... I changed "../src/FileToDataURI.swf" by "../dist/FileToDataURI.swf" (because your file is inside dist), but it still doesn't work with IE8 : http://jessy.lagon-bleu.org/tmp/test/example/index.html

Any idea ??

from filetodatauri.

yannickcr avatar yannickcr commented on June 8, 2024

Oups, a little mistake in the ActionScript file. Should really be ok now.

I also fixed the path in the example.

from filetodatauri.

Aymkdn avatar Aymkdn commented on June 8, 2024

It works! Well done :-)

from filetodatauri.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.