flash

What's behind ESPN having such high quality streaming for the World Cup through Flash?

I'm aware of Stratus which is used for ChatRoulette with a requirement of Flash 10. Does anyone happen to know if ESPN uses the same technology or is it just the sheer amount of servers they have which makes this possible? ...

JavaScript vs AS3 for Interactive Globe

I am developing a web application that should display data points below the Earth's surface. It should also include user navigation, zoom, and rotational capabilities. It reads in the data from a XML file and should display 500-1000 spheres. Ideally, I would like to use HTML5, but it doesn't run in IE8. This is a Flash application that ...

Communication between flash files

How can I make something like this: http://www.litespell.com/altinorumcek/banner/etkilesimli/etkilesimli_craxla.html One flash triggers the other one. ...

Multiplayer online Flash games, is it possible?

Some time ago I tought that using the right click and giving it a real function wans't even possible in Flash world, 3 days ago I found out that via javascript is perfectly possible, and doable So, is it possible to make a Flash game that acts like a multiplayer pc game?, I mean, real online games, no delay, no lag. I heard that the ne...

How to make an swf compatible with all screen resolutions?

I'm not really sure how to go about it, but I'd like to have the swf get as big as possible for each user without requiring scrolling. Of course it would stick to a certain ratio, currently I'm using 2:1 but that could be changed (maybe I should use 16:9 since it is the standard widescreen ratio). I am only using Actionscript 3 for code...

saving image file on Flash without PHP

Is it posible to save a flash scene into an image and save it on client-side hard drive ? Without PHP. I dont care if user has to change flash security options. ...

flash file on an image in html

hi guys, i am designing a website with graphics. i have a picture with lots of graphics and i have used 'usemap' to link each graphic portion to another link on the website. I do not want to modify this image, but on this image, there is the company's logo as part of the big jpg image. I want to put a flash file on top of this image, so ...

as3 access an object inside a loaded swf

Hi, I have two swf, one loads the other using a Loader class, in the loaded swf I have a NetConnection object which I need to access from the host swf, but I can't, if I debug the app, I see the obejct is there, but I can't access it, if I try to set a variable like loadedSWF = connectorLoader.content (connectorLoader is the Loader obj...

Return Array in ActionScript 3.0 (Flash and Air)

Hey guys, I'm trying to get the name of every files from a specific folder into an array, but I get this error and I can't find why... this may be a stupid question but whatever. TypeError: Error #1009: Cannot access a property or method of a null object reference. Here's my code: import flash.filesystem.File; function getFileLis...

flash file on an image in html

I am trying to place a flash file on an image at a specific location. how can i do this? i tried something like this <img src="images/logo.jpg"/> <object classid="homelogo"><embed src="images/logo.swf"></embed><object> bit it did not work. how can i overlap a flash file on top on an image at a specific location? Thanks. ...

Flex: Does the flex compiler automatically optimize embedded PNG assets?

I was trying to further reduce the filesize of a SWF file by optimizing the embedded PNG graphics (using ImageOptim tool). To my surprise, this didn't yield any effect, so I created two test Images (get them here: http://www.filefront.com/16902865/images.zip): Original (434kb) Optimized (274kb) When embedding either of these assets in...

Why is flash resizing my images?

O.K I'm really confused about some resizing behaviour in flex and I'm hoping somebody can explain whats going on to me. I have a container movieclip 3 movieclips deep. MC2 is inside MC1 and MC3 is inside MC2. I have another movieclip that contains a bimap image that is 55 pixels wide and 38 pixels high. When I add this movieclip to M...

Flash Player Unresponsive on Remoting Error - AS2

We have an application that was developed with Flash, AS2 and ColdFusion backend (remoting). I observed that when there was a database query failure, and that came in to Flash, the _result handler will be called (instead of _status), and the player hangs with the infamous unresponsive / abort the script error. Doing a trace on the resul...

HTTP Streaming for less than 1000 daily views

I want to use http streaming (ie. partial download) to serve some videos (medium to HD quality) to public. Idea is to have videos on server and offer some web page with embedded video player for user to watch selected video. Planned capacity is about 250 to 1000 daily views, with low concurrency requirement (ie. not many users in para...

Reset IDataInput Stream

I am unsure how I would reset an IDataInput stream when deserializing data in an AIR application. What I am attempting is: public function readExternal(input:IDataInput):void { var file_version:String = null; try { file_version = input.readString(); } catch (e:Error){ //We have an older file type, attempt to parse var...

How can I detect if Flash Player is disabled in a browser using JavaScript?

I know how to detect if Flash player is installed in a browser. I'm using the hasFlashPlayerVersion() function of swfobject for that. However, I can't seem to find any documentation on how to detect if the plug-in is installed and just disabled. I didn't see any documentation in the Flash Player Detection Kit that checks if the plug-in i...

Flash: runtime complexity of the 'Sprite.contains'?

As the title suggests, what is the runtime complexity (eg, big-O) of the Sprite.contains method? ...

startDrag event on Movie Click only drags one layer flash actionscript3

I have a problem with the startDrag function I'm using in AS3. Right now I have a movie clip which is made up of 4 different layers. I export the movie clip, create and object of it, add in an event listener for mouse clicks that calls the startDrag function. However, instead of dragging the entire Movie Clip and all of its parts, it onl...

importing flash library symbol into flex

I am embedding a flash file in my flex file and then trying to add it to the stage. IU try addChild to a canvas element and to a container element, but it keeps giving me the error, the symbol "myBtn" is cannot be converted to a IUIcomponent. I understand that I need to place everything inside some sort of component, but what is the pro...

Implementing right click on Flash, using Flash Builder.

Hi guys. Some days ago, I saw this very interesting post: http://www.uza.lt/blog/2007/08/solved-right-click-in-as3/ and now, I'm sure that a custom right click can be used in Flash, throught JS. The problem is.. that the guy who coded that, he used a "custom" swfobject (or older, dont know) and a "custom" index.template.html. The pr...