Questions tagged [flashplayer-10]

Adobe Flash Player version 10.

50 questions
15
votes
5 answers

Vector.<> vs array

What are the pros and contras of using a Vector.<> instead of array?
Ilya Boyandin
  • 3,069
  • 25
  • 23
6
votes
2 answers

Which version of Flex SDK should I use to support Flash Player10.0?

I'm developing a Flash application by using Flex SDK, actionscript, and text editor and compiling AS file in command line. According to Flash Player Version Penetration on Adobe's web…
js_
  • 4,671
  • 6
  • 44
  • 61
5
votes
3 answers

Flex web application: prevent framerate drop when window is invisible

So there's been a new "feature" in the flash player since version 10.1, which reduces the player's framerate to 2 fps when the application window is out of view. This is good news for performance, but it can break some functionality, such as the…
JayPea
  • 9,551
  • 7
  • 44
  • 65
5
votes
2 answers

TWebBrowser crashes with embedded Youtube clips

Here is my code: type TForm1 = class(TForm) WebBrowser1: TWebBrowser; Button1: TButton; Button2: TButton; procedure Button1Click(Sender: TObject); procedure Button2Click(Sender: TObject); end; implementation uses…
kobik
  • 21,001
  • 4
  • 61
  • 121
5
votes
2 answers

Set stage vanishing point in Flash via actionscript 3

I'm working with a few designers, each of whom have created 3D animations (using fp 10 capabilities) for use in the same flash application. Each 3D animation is a unique movieclip that will ultimately be part of the same .fla file. The problem…
justinbach
  • 1,945
  • 26
  • 44
4
votes
2 answers

How Android 2.2 interacting with Flash 10.1 (how to use flash from my app)?

I'm searched adobe and android developers sites, but can't find any details on this. Is it possible to use Flash as a part of my app? E.g. like a widget/GUI element? Or it's integrated in browser only and can't be simple accessible? I know, Adobe…
zxcat
  • 2,054
  • 3
  • 26
  • 40
3
votes
3 answers

FLV performance and garbage collection

I'm building a large flash site (AS3) that uses huge FLVs as transition videos from section to section. The FLVs are 1280x800 and are being scaled to 1680x1050 (much of which is not displayed to users with smaller screens), and are around 5-8…
3
votes
2 answers

Why are my HTML templates disappearing in flex builder when I target fp10?

When I target flash player 10 in flex builder 3, the index.html template along with some other files (history.js, etc) are removed and no wrapper html page is built. Anyone else experiencing this? I have an ant build script as well, but I was…
dmarr
  • 491
  • 1
  • 5
  • 15
2
votes
3 answers

How much interacting can i get with the GPU with Flash CS4?

as many of you most likly know Flash CS4 intergrates with the GPU. My question to you is, is there a way that you can make all of your rendering execute on the GPU or can i not get that much access. The reason i ask is with regards to Flash 3D…
markblue777
  • 829
  • 3
  • 13
  • 28
2
votes
2 answers

What will happen if you run Flash application which uses class, method, or property which is not supported by your Flash Player?

For example, if an application uses class, method, or property which is supported only by Flash Player10. (I also want to know what class, method, or property is supported only by Flash Player10.) When you run the application on Flash Player9, what…
js_
  • 4,671
  • 6
  • 44
  • 61
2
votes
1 answer

Flash Debugger crashes Safari relentlessly

Ever since Flash Player 10 came out, the debugger version causes what seems like a crash in my browser, either Safari, or Firefox, on Mac OS X. It's been consistently happening with 10.0, 10.1 and 10.2. And it's not just on the applications I…
Gregir
  • 1,574
  • 5
  • 21
  • 43
2
votes
1 answer

Debugging a crashing Flash application

What is the best way to debug a CRASHING flash app ? (no exception, my application just crash) I am actualy facing a big problem: my app (full-flash website) was working fine with the flashplayer 9 but crash with the flashplayer 10... Here is the…
OXMO456
  • 3,558
  • 2
  • 25
  • 35
1
vote
1 answer

Textfield display issues in some versions of Flash Player

I was just wondering if anyone else has come across some strange textfield display issues in any of the recent Flash Player releases. Both IE and FF were having display problems, both in slightly different ways. FF would simply display the text as…
el mateo
  • 13
  • 3
1
vote
2 answers

Why am i getting NetStream.Connect.Closed?

When I execute the following: private function setUpRecvStream():void { writeText("Connecting to: " + theirID); recvStream = new NetStream(netConnection, theirID); …
Mike
  • 2,514
  • 2
  • 23
  • 37
1
vote
2 answers

Flash file upload issue with Flash player 10.1

I have a file upload script to upload pictures to a server. It has been working fine in all browsers but when I upgraded the Flash Player to 10.1 in Firefox 3.6.6 yesterday it stop working. I retested with another computer and as soon as I installed…
Rich
  • 11
  • 1
1
2 3 4