Questions tagged [flashplayer-10]

Adobe Flash Player version 10.

50 questions
0
votes
2 answers

Not receiving string when opening a secure socket from flash

I have an app that is trying to open a secure socket connection on a web server. I hosted a small code that servers the policy file on port 843 as is required by flash player in order to make the socket connection. But i am not receiving the…
0
votes
1 answer

Flash player not playing music in android

I use to play an music from the site. i use to load html page and the flash player. but when i press play button its suddenly changing to pause button in device why i have to use any buffer method for streaming plz tell me wht's going wrong.....i am…
0
votes
2 answers

How to use restrict option with other languages

How can I use restrict option of the TextField class with other languages? For example for english is simple var tf:TextField = new TextField(); tf.restrict = "A-Z a-z 0-9 ? . , ; "; How can I use it to enable to add just basic punctuation…
Vlad
  • 2,739
  • 7
  • 49
  • 100
0
votes
2 answers

Adding TLF increases very much the filesize of the swf

I have one text field which needs to support RTL languages but this is not achievable with ordinary TextField so I used TLF. I created a test project just to make a test with this small text field which uses TLF, and guess what it became 346KB. I…
Vlad
  • 2,739
  • 7
  • 49
  • 100
0
votes
1 answer

Is it necessary to change to flex sdk 4.5 in order to work with flash player 11

I hava a project in flashdevelop 4.0 and I used flex sdk 4.0. Although I add support for FP 11 in flex config file and also in project settings and compiler options, I still get my project stated after comiplation in FP 10 not FP 11. (I…
Vlad
  • 2,739
  • 7
  • 49
  • 100
0
votes
1 answer

Flash Player interface problem

I am facing an interface freeze issue with Flash Projector running a flex state based application. A Flash Projector exe was generated from a standalone flash player ver 10.2. The target machine on which the problem occuresd has 10.3. Basically…
iceman
  • 4,211
  • 13
  • 65
  • 92
0
votes
0 answers

How to set focus on embed object in QWebView

I have a QWebView window that opens my local .html file. This local .html file has an embed flash movie - .swf It works nice, when I click on it, it gives me keyboard focus. So, there's my problem, I want it to have focus right after launching my…
kamil_debski
  • 131
  • 8
0
votes
1 answer

how to Export Flash Player 10 compatible SWF from Flash CS3?

is there any way to export flash player 10 compatible swf from flash cs3 or for that i have to purchase Flash CS4?? is there any way to add new Flash Players in Publish Settings of Flash??? Thanx.
hardik
  • 9,141
  • 7
  • 32
  • 48
0
votes
1 answer

Flash video player issue in IE

I am facing a strange issue in IE. I have a video player which is loaded as a popup. When it loads, flash player does not load anything. But when we right click on that section and click on "Play" it loads that player. Is there any fix for that. I…
Crd007
  • 473
  • 1
  • 7
  • 16
0
votes
3 answers

Issue loading XML + Flash Player 10.0.45.2 on Windows XP SP3 with IE8

I have a question about FP 10.0.45.2, on a Windows XP SP3 machine within IE 8. Hopefully someone can point me in the right direction. I was handed an AS2 elearning course to debug for a client. The client is running the above set up. While…
worked
  • 5,762
  • 5
  • 54
  • 79
0
votes
1 answer

Akamai HDCore + live stream = occasional blips of black

I noticed I'd only getting the "blips of black" (maybe 300ms of all black) whenever the stream quality changes (due to the DSS throttle). I thought maybe there is not enough buffer, but the stream change takes about 7s (according to the HDCore debug…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
0
votes
1 answer

Combine multiple raw sound data and save them into one file in actionscript 3.0

i built and application that load multiple sound files play it in a sequence as the user order them but i wonder is there a way to save this sequence into one mp3 or wav file Thank you .
Khaled Garbaya
  • 1,479
  • 16
  • 20
0
votes
2 answers

Flex 4 Sprite Visual Element Problem

I have the following ActionScript 3.0 class: public class ShopRaider extends Sprite { public function ShopRaider () { // some code } } I have the applications .mxml file as such:
codemaniac
  • 879
  • 1
  • 11
  • 31
0
votes
0 answers

How can flash file be loaded on Android App?

I have url of flash epaper which can be opened by Adobe flash player and I want to display on android app , how can it done? Note: http://www.enayapatrika.com/enayapatrika.com/ep/2018/5/30/
tizbn
  • 1,907
  • 11
  • 16
0
votes
1 answer

how to show a video inside the panel of my aspx page

I have an web application in which after login , in my dashboard page, i want to show the video of some promotions on which i have the video in my desktop. in the aspx page, I have a panel and inside that i have to show the video.