Is Flash disappearing? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Is it correct that Java Applets can do hardware acceleration while Flash can’t?
I hope you can confirm or disprove whether I understand this correctly. I know for certain that Java Applets can have hardware acceleration and I wonder if this is the only known way to have graphics hardware acceleration in web pages or is there another way?
combining (something like) Flash in a windows form application
I know this is a place where people ask advice for designing code.
I am at a bit strange side on my coding quest, on one side people send me design stuff.
Special graphics and ideas on how they should be shown in a program workflow.
What capabilities of Adobe Flash are not present in the WinRT API?
As from March 2013, Microsoft allows Adobe Flash content to play by default on its immersive Internet Explorer 10: http://redmondmag.com/articles/2013/03/11/new-ie-10-flash-policy.aspx
Modern web application development! Is flash and silverlight still relevant? [closed]
Closed 8 years ago.
Modern web application development! Is flash and silverlight still relevant? [closed]
Closed 8 years ago.
Modern web application development! Is flash and silverlight still relevant? [closed]
Closed 8 years ago.
Modern web application development! Is flash and silverlight still relevant? [closed]
Closed 8 years ago.
Coding convention question about AS3 duplicate variable definition
AS3’s got some awkward rules about variable scope, due to its use of hoisting. I don’t like pointlessly leaving a bunch of compiler warnings lying around, but it’s more important to me for my code to readable and properly written, regardless. This produces a couple of duplicate variable definition warnings:
When do you say “near ID” / “far ID” when using RTMFP in ActionScript 3?
I’ve been using RTMFP streaming for around a year in ActionScript 3, and I pretty much know the difference between a near ID and far ID. The near ID is your peer ID, and the far ID is the other guy’s peer ID.