Adobe Flash Player

learn more… | top users | synonyms (1)

-2
votes
1answer
107 views

Customize Flash Player using Adobe ActionScript 3.0 : Show current time and special info

What I want is: I want to add current time on flash player while playing real time stream I want to open-show small info when user right click on player: Suppose that: "This is my tiny ...
0
votes
2answers
686 views

Passing Variables from HTML to Flash ActionScript 3.0

I just want to pass some parameters to ActionScript 3.0 from HTML. When I search for it I see that I can use I CAN USE [ flashvars ] <param name="flashvars" ...
0
votes
1answer
105 views

other languages in flash music player

i am using this code for playing music for my website way2enjoy.com .it playes all songs nicely whose source is in english language but when the source file is in other language say for example arabic ...
0
votes
1answer
694 views

RTMP Flash Client with ActionScript -> Buffer legnth is zero

I just wanted to make a simple Flash Player which can play rtmp streams using Flash ActionScript ... Here is my code: import flash.display.Sprite; import flash.net.NetConnection; import ...
0
votes
0answers
73 views

Embedded flash file working only with remote file path and flashvars

I have downloaded a .swf file from one of the sites and embedded it on my page but it is not working, the loop just goes on if I give path to file on my machine. However if I give path to the website ...
0
votes
1answer
517 views

Flash Shoutcast player

I have the following code, got from a totorial online, but have problems getting the stream to play in the flash player. Code: import flash.net.URLRequest; import flash.media.Sound; import ...
1
vote
1answer
1k views

Live transcoding and streaming of MP4 works in Android but fails in Flash player with NetStream.Play.FileStructureInvalid error

Recently I had a task to use ffmpeg as a transcoding as well a streaming tool. The task was to convert the file from a given format to MP4 and immediately stream it, by capturing it from stdout. So ...
0
votes
1answer
3k views

Live Flash Player for m3u File

I'm searching for a Flash Player that can play a m3u File. I can open m3u file with Windows Media Player, but I want to embed into my blog. I have the URL of m3u file. It is used for a radio ...
1
vote
0answers
142 views

How I run flash video on android? [closed]

I have a url. I want to set falsh video. Which format url I need? ( rtsp or rtmp ?)
0
votes
0answers
33 views

How to run my Flash(Publisher.mxml and Subscriber.mxml) files over lan(or internet)

I have two files Subscriber.mxml(to post video) and Publisher.mxml(to publish video) using adobe flash builder, I have used the serverless mode other than the Cirrus service. It is executing fine ...
0
votes
0answers
134 views

How do I run a flashmediaelement.swf file locally?

Is there a way to run mediaelement-and-player.js and flashmediaelement.swf files locally without this alert? Adobe Flash Player has stopped a potentially unsafe operation The following local ...
1
vote
0answers
82 views

Cannot view response data for AJAX requests made from Flex object in Chrome Dev Tools

I don't know exactly when this changed but probably around version 18... In the past when a flash app (SWF) would make an AJAX call i can see the call logged and the response (which would be JSON) ...
0
votes
2answers
363 views

HTML player.swf playing x.flv files through popup div/window

I've got the code: < a class='vid' href='player.swf?url=folder/anotherfolder/file.flv&amp;volume=50' title=''><img src='wheremyimage.gif' width='200' height='150' alt='' /></a > ...
1
vote
1answer
222 views

Does g.711 == PCM

Please forgive me if this sounds ignorant, but I'm getting confused with regards to g.711 and PCM mulaw. Are they the same thing? The reason that I ask is in reference to Adobes' interchanging of PCM ...
0
votes
0answers
113 views

how to find function name inside swf file [closed]

I just have swf file with two on click events, probably and nothing more. There is two buttons and when click on the first one it open some file and that is okay. But second need to open popup window ...
0
votes
0answers
936 views

Playing RTMP stream in Android using flash and WebView

I'm trying to use the solution introduced in this answer. Everything is ok and the page loads w/out any problem. The only catch is here that it says Flash Player is not installed, while it is. I'm ...
0
votes
0answers
164 views

why does my flash banner link not work in a broswer only in Flash

I have created a flash banner and added a button with 0 alpha and added a code snippet to goto a certain url. When I preview this in flash by testing the movie, the link works fine. However when I ...
0
votes
1answer
255 views

chrome not displaying video in flash

I don't understand. I'm trying to embed a video on my site. works perfectly on all browsers (even IE8) but not chrome... tested on several machines using windows 7 this is the embed code: <object ...
0
votes
0answers
107 views

Flash Player Ubuntu

I am trying to build my maven project on Ubuntu 12.04 and, it's complaining that java being not able to find flashplayer. However, I went through all the steps on the Adobe website to install flash ...
0
votes
0answers
281 views

Maven Build Failure, Failed to launch Flash Player. Probably java was not able to find flashplayer

I am trying to build my maven project on Ubuntu 12.04, and it returned the following error: [ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:test-run ...
0
votes
1answer
52 views

Flashplayer overflowing outside container

Here is the web page I'm working on: http://sebastianbiermanlytle.com/games.htm. The flashplayer is at the bottom. It's overflowing in both directions and sometimes covers the main menu. I tried using ...
0
votes
0answers
80 views

Input text field focus getting fired on Flash Player 11+ from html

I have created two text field and one upload button in the Flash. Steps: focus any input text field and click "upload" button. In the upload button click function a javascript popup function is ...
0
votes
1answer
56 views

How to trigger “running state” in Flash Player?

If I use windowed activation (giving a valid HWND to the Flash PLayer in the GetWindow function is enough to trigger this), the player will run the loaded swf file. However, if I use windowless ...
0
votes
1answer
162 views

Flash Player 11.2 Video Events addEventListener

Has anyone been able to get an addEventListener working with Flash Player 11.2? I always get this error: Scene 1, Layer 'actions', Frame 1, Line 104 1119: Access of possibly undefined property ...
0
votes
1answer
207 views

In Firefox SWF content in Jquery tabs component doesn't load/unload like in Chrome and Safari. How can i fix this?

I'm working a tab mechanic using jquery... the mechanic of showing and hiding content isn't a problem. But how SWFs behave in the tabs... in Firefox is. In Chrome and Safari it works perfectly. If you ...
0
votes
1answer
74 views

Embedded flash player disappears in a pixelated manner

It's difficult to describe the problem, but if you visit http://kinetichifi.com/listenpop.php it's really clear. It's like when you have one of those residual explorer windows open in Windows that you ...
0
votes
0answers
212 views

Visited Websites Flash storage won't save data in Chrome

I'm using the latest Chrome and the included Flash. In the Global Storage Settings panel I have it set to Unlimited and to Allow and Store everything. In the Website Storage Settings panel, the slider ...
0
votes
1answer
129 views

Unnecessary Peer Assisted Networking dialog box

We are close to deploying a build of our product. However, we are cursed by a Peer Assisted Networking permissions dialog, which we do not want. We don't need to use anything that relies on peer ...
0
votes
0answers
107 views

AS3 game runs differently in Flash IDE, in Flash Player, in Flash Debugger, and as an HTML file?

Title basically says it, when I cmd + enter the swf runs smoothly, when I play the file in the Flash Debugger, it runs even better (similar to when I run the HTML file for it) and when I run the ...
0
votes
1answer
117 views

How to trigger Adobe flash player setting privacy panel from flash?

Anyone know how to trigger Adobe flash player setting privacy panel from flash ? Here is the example. There is a "click here" , and when clicked it trigger the panel to show up. ...
0
votes
1answer
281 views

wmode=“opaque” in internet explorer 9

wmode="opaque" for flash object works in chrome but not in IE9. when I open dialog window, flash video continues showing and is not dimming
0
votes
0answers
169 views

Use Adobe Flash/AIR VOIP in Winforms

Since there are no answers yet, I'm going to rewrite this question in hopes of an answer (I don't mind discussion, but I know SO is about Q&A). It appears security checks/prompts make it ...
1
vote
1answer
172 views

Adobe AMF sometimes take long time to connect

My system consists of Flash Player 11.2.202.235, Robotlegs 1.4, Spring BlazeDS Integration 1.5 (Spring 3.0, BlazeDS 4.0) and Tomcat 6. When my Flash application requests AMF, sometimes (5%) it takes ...
2
votes
3answers
333 views

Flash Player With Stream Selector

Hi I need flash player on my web site which will have stream selector if there are multiple streams available. see picture for clarity... is there any player supporting it?
0
votes
1answer
49 views

edit flash embed attribute

I have a drop down menu that constantly appears behind an embedded flash video in IE,chrome if i set param tag attribute wmode="transparent" then it is working fine. But in my page flash video will ...
0
votes
0answers
314 views

Streaming properly to flash player using libav. Codec use H264, container flv

I am implementing an application. I have a stream continuously provide me AVPacket encoded with h264. So I use libav to write those AVPacket to buffer, and stream over http to flash player, using flv ...
3
votes
1answer
230 views

class in object element under asp.net

I'm using in my web design asp.net the following code: <object id="ClockFrame01" class="System.Collections.ArrayList" width="70px" height="70px" type="application/x-shockwave-flash" ...
1
vote
1answer
89 views

Flash Debug Player, Esc and Enter commands

I have a strange or unknown behavior when i develop a project on Flash Pro. When i hit esc from keyboard, player stops the movie, when i hit enter player resumes the movie. -What is the purpose ...
1
vote
1answer
257 views

Does playing swf in Android2.2 requires an external Flash Player to be installed?

I would like to use swf animations in my application. 1. Is it possible to do so without Adobe Flash Player installed, using a library for example? 2. If so, how? If not, is there a way to check ...
0
votes
2answers
521 views

Flash player on top of element despite z-index

The problem is: the search autocomplete drop-down is overlapped by swf object despite its z-index is greater many values for both z-indexes tested - nothing works .ac_results ul { z-index: 100; } ...
0
votes
0answers
146 views

JQuery/Flash: When moving div with .swf with JQuery screen doesn't update

I have a container div that is holding a swf. If I move it using the following: $("#flashDivContent").css('top','618px'); Nothing happens unless I do something that forces a redraw like resizing ...
0
votes
2answers
267 views

Weird crash in AIR application

I have a crash that only happens with the installed application I can't make it cvrash in the IDE(Flash Builder debug or run option) After a long time of commenting and uncomenting code I found the ...
-6
votes
1answer
953 views

Flash Video Player Auto Start and Control Buttons [closed]

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="208"> ...
0
votes
0answers
275 views

Embed flash content in existing Android & iOS application

I am looking for a way to embed flash content inside an application (not a WebView for Android, way too slow as far as I know). After spending a day looking for solutions without success I decided to ...
14
votes
2answers
1k views

Play SWF file in webViewClient on ICS?

I tried to open an SWF file in webViewClient and it works on Android 2.1 and 2.3.3. But when I try to play the same SWF file on 4.0.4, it causes an error and a green screen appears in the videoPlayer ...
0
votes
1answer
85 views

Opening swf in flash player from javascript

I have a project developed with flex, in which reports are generated as SWF files. My requirement is that when I click an html button on my page, that SWF file should be opened with flash player ...
0
votes
1answer
56 views

Represent text in Flash Player true to InDesigns representation of text

I would like to display an editable text field in Flash, with the same text format, columns, padding and letter-spacing, as it would have been defined in an InDesign document. Is this possible at ...
0
votes
1answer
129 views

How to Block Right Click on Flash Player in VB.NET

I have embedded the flash player(Shockwave Flash Object) into my application Form. and then I want to block right click from user. The question is that can I block right click from user? thanks in ...
3
votes
1answer
312 views

FDT: Flash Player Debugger not connecting when debugging from Haxe project

I have a Haxe project set up and I have a debug configuration set up to launch the External Swf Viewer. All of that works great but the debugger doesn't connect back to FDT. I get message in the ...
0
votes
1answer
59 views

TextLayout framework prevent unselect when pressing menu button

For example we create a TextFlow element with some text in it. We make it editable. How can I prevent the text from deselecting when pressing the bold button. var text:String = ...

1 3 4 5 6 7 16