Version 11 of Adobe Flash player released on October 2011
Questions tagged [flash-player-11]
30 questions
13
votes
1 answer
Virtual machine/container that we can play flash clients after Jan 12 2021?
As it is announced years ago the Flash Player is going away.
https://www.adobe.com/products/flashplayer/end-of-life.html
However there are Flash apps that are not going away and even the end users don't use it, there is a value running them to see…

mcvkr
- 3,209
- 6
- 38
- 63
8
votes
5 answers
VerifyError: Error #1014: class could not be found
I'm developing AS3 project using Flash Builder 4.5 (also with library Away3D 4.0 and Flex 4.5.1 SDK).
Also, I add my own SWC library, which I compile previously into my project.
It works find if I import class in my SWC library, however I want my…

Nohappy
- 274
- 1
- 4
- 13
5
votes
2 answers
How can I play a RTMP video through netConnection and netStream
I am working on a prototype in which I have to play a video through RTMP protocol. My code is following :
private function init():void
{
streamID:String = "mp4:myVideo";
videoURL = "rtmp://fms.xstream.dk/*********.mp4";
…

Vipul
- 431
- 1
- 5
- 16
3
votes
2 answers
How to add Flash Player prebuilt application to the system.img in android?
I am trying to customize my android system by adding Flash Player to the default system applications.
I added the .apk file to packages/apps/FlashPlayer, with the Android.mk file
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS…

Cristian
- 51
- 6
3
votes
1 answer
flash player 11 check GPU acceleration
With flash player 11 came 3D GPU acceleration but not every video card can do the job and when there is unsupported video card acceleration is switched to software. Can I check if hardware acceleration is available in order to customize my…

Yovo
- 629
- 3
- 8
- 16
2
votes
1 answer
Loading giant Images into Flash - Exceeding the BitmapData Limitations
I am trying to let the user import giant images into a flash application.
Unfortunately the BitmapData object's dimensions cannot exceed
"8,191 pixels in width or height, and the total number of pixels cannot
exceed 16,777,215 pixels" (see…

elste
- 103
- 2
- 5
2
votes
0 answers
Html video not playing in android webview It is working Well in android chrome
I want to run live videos on my App using webview Video having html website,Video is working fine in mobile Googlechrome but it is not working in mobile Inbuilt browser. YouTube is working well in webview but Live Video URL is not working.I guess I…

Abhishek Bardolia
- 121
- 10
2
votes
1 answer
flex sdk―where to get the right version with playerglobals.swc for flash player 11.2
I am developing with FB4Linux on Ubuntu 12.04 and I have installed the latest, for linux available version of the flashplayer, namely 11.2. When I searched the adobe reference I found that the MouseEvent support middle and right click events since…

philipp
- 15,947
- 15
- 61
- 106
2
votes
1 answer
Targeting Flash Player 11.2 - 11.4 APIs with the OpenLaszlo SWF11 runtime
I've read here that there is an OpenLaszlo version capable of compiling LZX into SWF11 files for Flash Player 11.1. The SDK included with the flex4.6 branch of OpenLaszlo is - as we can tell by the name - Flex SDK 4.6.
In another discussion on the…
user1597529
2
votes
3 answers
Why can't I have 120,000x120,000 px BitmapData in Flash Player 11 on OS X Lion x64?
Doc says:
Starting with AIR 3 and Flash player 11, the size limits for a
BitmapData object have been removed. The maximum size of a bitmap is
now dependent on the operating system.
But, why can't I have 120,000 x 120,000 px BitmapData object? I'm on…

Aleksandr Makov
- 2,820
- 3
- 37
- 62
1
vote
1 answer
Flash Player crashes while creating a NetConnection
I am having a problem with an old flash application. Through out the life of the application it opens and closes several NetConnections. This works OK until the last connection needs to be created, as soon as I call new NetConnection() the browser…

Julio Garcia
- 1,904
- 16
- 26
1
vote
0 answers
SSLHandshakeFailed in Flash Player 11,1,102,55 (Chrome/FMS/RTMPS)
I have an application working with FMS through RTMPS. In IE and Firefox it works fine with any flash player. But in Chrome and Flash Player 11,1,102,55 I got an error "NetConnection.Connect.SSLHandshakeFailed" when I am trying to establish the RTMPS…

Cyril Deba
- 1,200
- 2
- 16
- 30
1
vote
1 answer
No more constrain on bitmap resolution in Flash Player 11?
Feature set over here claims that:
Enable the development of apps
that use very large bitmaps. BitmapData objects are no longer limited
to a maximum resolution of 16 megapixels (16,777,215 pixels), and
maximum bitmap width/height is no longer…

jayarjo
- 16,124
- 24
- 94
- 138
1
vote
1 answer
Getting started with stage3d in Flash CS5, and which framework to choose?
I have been off the stage 3d bandwagon and flash programming altogether this year, but I want to catch up on things and I need some tips.
Here's what I know: FP11 features the low level GPU stage3d API, codenamed Molehill. There are a few frameworks…

Spectraljump
- 4,189
- 10
- 40
- 55
1
vote
1 answer
Embedded Fonts Won't Appear
I'm trying to embed a font in FlashDevelop. My folder structure is
My embed metadata is
[Embed(source = 'resources/04B08.TTF', fontName = '04b08')] public var _04b08:Class;
My code is
public var titleFormat:TextFormat;
public var…

CommunistPancake
- 597
- 2
- 10
- 22