Questions tagged [flash-player-11]

Version 11 of Adobe Flash player released on October 2011

Resources

Release notes

30 questions
1
vote
1 answer

Required Adobe Flash Player version not installed

With Flash Builder 4.7 on Windows 7 / 64 bit and Flex 4.10.0 SDK and all new files (the new compiler?) under c:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\ I keep getting this…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
1
vote
1 answer

Can we use Flash Player 11 abilities through Flex SDK 4.5.1?

As you know BitmapData has some limitation for image size and resolution in Flash Player 10 (maximum resolution is 8192) and for Flash Player version 11 and later, Adobe fixed this limitation and depends on OS we can have all type of huge…
borna
  • 283
  • 2
  • 16
1
vote
0 answers

loadCompressedDataFromByteArray missed some data

I tried to extract raw data from loaded mp3 file. And suddenly, sound.extract method returned less data then Math.floor( sound.length * 44.1 ). sound = new Sound(); sound.loadCompressedDataFromByteArray( data, data.length ); _output = new…
1
vote
2 answers

Referencing own constructor in inner function

Here's a toy example distilled from a complex class: public class MyClass { public function MyClass() { trace('Created'); } public static function makeObjectAsync(callback:Function):void { inner(); function…
OrangeDog
  • 36,653
  • 12
  • 122
  • 207
0
votes
1 answer

Exporting from Unity to Flash Player 11

Do any of you have experience on this topic?, I'd need to export some 3D app from Unity to FP11, to make a better integration in a flash site. Thanks.
Artemix
  • 8,497
  • 14
  • 48
  • 75
0
votes
1 answer

Does Away3D 4x require Flash player 11 or will it run in previous flash players - e.g. 10, 9 without the GPU hooks?

Does Away3D 4x require Flash player 11 or will it run in previous flash players - e.g. 10, 9 without the GPU availability through Stage3D? If not, are there any libraries that can? Thanks in advance.
James
  • 30,496
  • 19
  • 86
  • 113
0
votes
1 answer

Keyboard Event Only Fired From Original Class

Using FlashDevelop, I've got a bit of code to detect keyboard events. The problem is, if I run this code from the main class (Main.as) it'll trigger the event, but not if I go to another class. For instance, I have the main class, and it has this…
CommunistPancake
  • 597
  • 2
  • 10
  • 22
0
votes
2 answers

Working Molehill 2D Engine

Where can I get working engine for Molehill 2D? I checked ND2D and M2D and none of them work on Flash Player 11. Not even the Demos. Are there any working examples, or tutorials?
0
votes
0 answers

Flash player graph not showing on print

I am trying to print a graph from a page, the graph is made using Fusion Charts that use Flash Player. After the chart is rendered on the page it results:
Ioana B
  • 195
  • 3
  • 16
0
votes
2 answers

Trying to add an event listener for PLAYING/PAUSED_STATE_ENTERED, returning error 1119

Basically I have a very simple video gallery set up. I want it so that when the video is paused some buttons will become visible on the screen and when it is playing these buttons will not be visible. This is my code: import fl.video.*; import…
Trekkx
  • 113
  • 1
  • 7
0
votes
1 answer

Store Flash Player privacy settings in Flash cookies

Can I store Flash Player's privacy settings in Flash cookies using Actionscript 3? I don't know the proper way to develop the Flash cookies.
0
votes
1 answer

Can we set the value for Remember of flash player Allow Deny dialog from Actionscript code?

I am recording user's video through actionscript code.i am attaching camera from two different swf files.So the problem with that is the user faces the dialog box twice which i dont want.Also i know the remember checkbox functionality which i want…
0
votes
2 answers

Location of Flash Player .exe used by Flash Professional CS5/CS6 IDE to test movies

I wanted to update Flash IDE so that it uses new version of Flash Player 11.6 while playing movies during testing in IDE. To check the version of Flash Player currently in use I trace -> Capabilities.version I've installed all the plugin versions…
nomenomen
  • 13
  • 1
  • 4
0
votes
1 answer

Flash Player 11 vs. 10 ByteArray error #2030 with PixelBender

I'm trying to use the 3d projection via PixelBender part of this demo by unitzeroone, which is pretty sweet by itself, even without the alchemy pixel-drawing. The problem is it doesn't work when viewed in Flash Player 11+. The SWFs preview fine when…
-1
votes
1 answer

as3 sandbox violation on same domain

As weird as it might seem i am having a sandbox violation on the same domain: *** Security Sandbox Violation *** SecurityDomain 'http://192.168.1.165/52589a87aab101a25e0000de#/' tried to access incompatible context…
1
2