Tagged Questions

6
votes
5answers
2k views

Flash Player magical frame rate

A long time ago (5+ years) I read an article about optimal frame rates for the Flash Player. The article reasoned through some calculations that 31 frames per second was the optimal fps to run your ...
5
votes
5answers
2k views

How to implement the Adobe HTTP Streaming spec without using their Streaming server

As of Flash 10.1, they have added the ability to add bytes into the NetStream object via the appendBytes method (described here http://www.bytearray.org/?p=1689). The main reason for this addition is ...
4
votes
2answers
3k views

Safari WIndows and Transparent Flash

// Edit: The issue now appears to be confined to Safari for Windows. Around the time Safari for Windows 4 came out I started hearing from users that wmode=transparent was no longer working in ...
3
votes
2answers
86 views

Flash player passing values from url as GET method

I am making a audio flash player which will play a sound passed to it. How can i pass the values from a browser url? like i have to write ...
3
votes
0answers
254 views

Actionscript 3 - Fast Stream Switching

I am currently working on a Flash webplayer with resolution switching functionality. I am trying to make use of the NetStream class's play2() function in Actionscript. The problem I am running into ...
3
votes
3answers
585 views

flash cs5: compiling fla with huge internal library takes YEARS !

by using flash cs5 with a huge internal image library (over 300+ small png-files) i need more than 90seconds for each compiling action! the as code is pretty well, also my computer (quad core, 4gigs ...
2
votes
1answer
861 views

How do you inject metadata into a f4v file?

I was wondering how do you inject metadata into an f4v file with quepoints? I've been reading somewhere that it's either during encoding or a custom actionscript that embeds when the file runs.
1
vote
1answer
57 views

Why flashplayer does not need JVM?

I have been developing ActionScript apps for half a year or so. As far as I can see, mxmlc compiler is just a sh-script to call javac --{options} in more convenient way. This gives me an idea that my ...
1
vote
1answer
144 views

Is Flash Player “Low quality” setting only about anti-aliasing?

It not just my curiosity, recently I've received a bugreport concerning one of my AS3 applications. This bug can be reproduced only if the quality in flash player is set to LOW (HIGH/MEDIUM - ...
1
vote
1answer
122 views

Flash Video player buffer issue and large video files

We have developed flash video player which needs to playe large videos (at least 500 MB videos). We have some issues in the player right now. I am playing a 100 MB + video, it start playing and say ...
1
vote
3answers
85 views

Render between two lines of code

I have a huge code execution with many loops and pre-rendering processes and I was wondering if there is a way to tell the flash player to take a little pause on the code side and do a render. ...
1
vote
1answer
521 views

Flash stream player (tutorial?)

I'm working at a radio station in my free time. I host a radio show there and currently were building a new website for the show. There is a audio stream available but there's no flahs player or what ...
1
vote
1answer
245 views

AS3: Enable features according to Flash Player Version

I'd like to know if it is possible to enable/disable some piece of code according to Flash Player version in ActionScript 3. Let's say; I have a custom class customClass that uses ...
1
vote
4answers
774 views

Flash ActionScript 3.0 - Any free compiler, tools and tutorials?

I have got an assignment in which I have to implement a AS3 wrapper for any FLV player and I have to expose actionscript functions (External Interfaces?) so that other can be used in other different ...
1
vote
1answer
111 views

UncaughtErrorEvent stops SWF loading with flash player 10.0

I have included the Uncaughterrorevent handler for the LoaderInfo. Which worked fine in my actionscript project. That was until I attempted to use a browser with a FP version of 10,0. This then fails ...
1
vote
1answer
245 views

Loading external SWF file issue

I am building a SWF player which loads external SWF's. Rite Now. I could call the external SWF using URLRequest. but I am getting 2 problems How to run the SWF with the frame rate of the actual ...
1
vote
1answer
156 views

Save a file from server using flash

I have added a button in flash I want this button to save a mp3 file from the server when a user clicks on it inside a browser. One way to do this is: import flash.net.FileReference; import ...
1
vote
2answers
242 views

Volume slider - volume doesn't change until mouse over

I've created a small music player with a sliding volume control. I'm having trouble with the volume. Though it does control volume properly, if I set the initial volume to less than 100%, the volume ...
1
vote
2answers
249 views

What's browser support like for bare SWF files?

Does anybody use bare .SWF files as webpages? I know it's possible; it seems to work fine for me. Why would I embed a SWF inside an HTML page if it's just going to be full screen (I mean the size of ...
1
vote
4answers
126 views

Content Managemnt System for Flash?

I'm looking to develop some CMS-able 100% Flash based websites. I have only worked with creating static based Flash websites in the past. What is the best way the approach this?
1
vote
1answer
284 views

What could be causing display corruption in a flash video player?

We're seeing some really gnarly display corruption in our flash video player. Here's an example: We're using fl.video.VideoPlayer for displaying our video, and it seem like perhaps this bug ...
1
vote
3answers
842 views

actionscript + javascript

I'd like to call a javascript function from an embedded .swf file. Specifically, I'd like to call a function in one of my externally linked javascript files from within: function loadTrack(){ ...
1
vote
5answers
669 views

Cache your own components using The Flash Player Cache

Ted talks of a "Player Cache" existing within Flash Player 9.3 that allows the Flex components to be reused across domains. It would be an extra-benefit if my components can be reused across my ...
0
votes
1answer
56 views

Customized FLV Player Skin for web page

Can any one suggest a way or tutorial link to customize my FLV player skin.? I tried to use the pre built flv skins from adobe flash.. But as i'm generating the flv source dynamically in my website i ...
0
votes
1answer
130 views

Polygon draw in ActionScript 3.0 - Vector.<Number> Vector.<int> drawPath() Flash Player 10 vs 9 error

I am working on a Flash application that draws polygons vertex by vertex line by line from a few tutorials. The problem - I have it all working in Flash Player 10, but need it in Flash Player 9. When ...
0
votes
2answers
143 views

Actionscript Flex getTimer() maximum

Documentation on the flex getTimer() method states: int - The number of milliseconds since the runtime was initialized (while processing ActionScript 2.0), or since the virtual machine started ...
0
votes
2answers
102 views

Flash Player Version Problem

I am facing one weird problem. In my flex application, there is one grid on click of each grid item, it will dispatch one event and show the details. As usual am changing the state of the component to ...
0
votes
1answer
185 views

Is it really impossible to read Http Headers in ActionScript?

You can set headers in ActionScript, but you can't read them unless you are using Flash Lite or AIR. This is really bizarre. Could this possibly be true? If this is true, can anyone think of a reason ...
0
votes
2answers
443 views

Installing Flash Debugger in Chrome Issue

I need to test flash site using Flash Debugger version 10.1 in Google Chrome. Issue: cannot able to view debug version of flash player. Steps Done: Disabled integrated version of flash player by ...
0
votes
1answer
49 views

In ActionScript, what character does “\t” represent?

In ActionScript, what character does "\t" represent? I can see it in some ActionScript And was wondering what character it really was.
0
votes
1answer
45 views

What are the things need to taken care while working with flash playeres?

I have been working since a long time on a particular flash(Action Script 3.0) project and did all the test and development under the Flash itself(tested by Ctrl+Enter) . But It should be compatible ...
0
votes
2answers
188 views

External swf is imported as AVM1Movie on one computer, causing problems, whereas same code imports same swf as MovieClip on other computers

I have a bunch of AS3 swfs. They are imported into an AS3 application using a Loader. On 10 or so different computers these AS3 swfs are imported as MovieClips and I can control them as necessary. ...
0
votes
1answer
126 views

What's Flash Lite at all?

I've long thought of Flash Lite as something similar to actionscript, for mobile browsers. But today I tried to create a Flash Lite project in flash cs5 but found it seems to be some kind of Flash ...
0
votes
1answer
83 views

Blank Swf after printing from another app

Ok, so i am having a problem, where i developed an app that uses the webcam, adds an image and then takes a picture, well, i implemented textbook style the printjob, and well everytime after printing ...
0
votes
1answer
372 views

How to do the auto update of Flash player version through actionscript 3

package { import flash.system.Capabilities; import flash.display.MovieClip; public class VersionCheck extends MovieClip{ public function VersionCheck():void { var ...
0
votes
1answer
236 views

Detecting flash test player

I've noticed that there are certain AIR options that don't work in the flash test player (the one that previews movies when you Ctrl + enter). One example is NativeApplication.startAtLogin. If it is ...