-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flash support? #5
Comments
Currently it isn't capturing any flash items, as JavaScript can't read Flash items directly. I am looking into a possibility of getting Flash support added, but nothing guaranteed. |
How about using Gordon? http://paulirish.com/work/gordon/demos/ A Proxy will be necessary to load external flashes, though. |
Considering it only supports up to version 2, it in my opinion, would not be much of use. However, keep in mind that using Flash isn't out of the question, since to be able to see the Flash items, the user already presumably has Flash installed, so perhaps having Flash output the contents to JavaScript could be one route. |
I'm not all that familiar with the security settings in flash when it comes to crossdomain Flash files and exporting data from them, but considering it is able to actually load the movie and extract the information fine in the debugger, I am still keeping my hopes alive that this http://stackoverflow.com/q/7026295/774612 approach could work. |
Considering a large portion of the swf specifications are available from Adobe (http://www.adobe.com/content/dam/Adobe/en/devnet/swf/pdf/swf_file_format_spec_v10.pdf), I think it is just a matter of time before someone creates a swf to canvas/svg application using JavaScript. However, as the license issues etc. related to this are in quite a gray area, it isn't something I'd currently explore. Closing this for now, and presumably not having support for flash at least in the first release. |
Any progress on this? Thanks in advance. |
A lot has changed in 7 years since this ticket was closed and as Flash is being phased out, I don't think anyone is gonna spend time on supporting it. |
val1984 you’re 100% correct. Though flash is still being used for niche applications, such as using articulate storyline to create elearning modules (my current project). So I was hoping someone had picked up the flash side of this and carried the ball a little further over the last 7 years. Oh well. |
…klasvh#4 [refs niklasvh#4] ビルダーのサムネイルキャプチャ時の挙動修正
Hi! First of all I want to say nice job niklasvh! I just want to know if it support flash already, because I have made some tries and it is not capturing flash stuff.
The text was updated successfully, but these errors were encountered: