flash

Phantom class definitions in Flash CS5?

I'm trying to get FlashPunk working in the Flash CS5 IDE (don't ask), and I'm having trouble getting it to compile. In strict mode, the error I'm getting is: net/flashpunk/FP.as, Line 95 1119: Access of possibly undefined property _inherit through a reference with static type World. Typically, this means that there is a missing varia...

flash cs4 file reference. Event.COMPLETE not called on a MAC,

Hi, I am working with a fileReference, however I'm having issues running on Safari on a MAC... EDIT The below example also doesnt work on Safari on a MAC... http://www.permadi.com/blog/2010/06/flash-as3-using-filereference-to-load-files-example-for-flash-cs4-and-above/ # The workflow on a PC runs as such: 1) Create file reference ...

Search BitmapData object for matching pixel values from another Bitmap.

Using Actionscript 3 is there a way to search one bitmap for the coordinates matching pixels of another bitmap? http://dl.dropbox.com/u/1914/wired.png Somehow you would have to loop through the bigger bitmap to find and the the pixel range that matches and return those coordinates. For example the Bitmap with the "E" is 250 pixels over...

Running external tools in Eclipse on Mac OS X

I'm using Flash Builder 4 on a mac. I've created a JSFL file for building a few fla's and then testing my main SWF file. I'm trying to run this JSFL file as an external tool from Flash Builder 4 but when I select Adobe Flash CS4.app as the file to run the JSFL Eclipse warns "External tool location specified is not a file." I have Parall...

flash as3, Error #1009

I'm making a website that exist out of linked pages. All the pages are on the time line and all the code is in an as3 file. The first page with links works but if I want to place a link on the second frame I get the 1009 error Cannot access a property or method of a null object reference. Because the link doesn't exist on the first frame...

swf to image on the website??

hi, i want to convert a swf to image on my website. a user makes some changes on the stage and if he press a button "get image link", the swf stage will be converted to an image and its image link will appear within a box. like imageshack.. so user can use it in forums as image. how can i do this? i even dont know it is about flash or ht...

flex Dictionary dataProvider?

I have a Dictionary that I'd like to bind as the dataProvider for an mx:ComboBox. e.g., when I do this: mydict[somenewkey]= somenewval; I'd like the combobox to update its contents. The problem is that Dictionary doesn't seem to be Bindable. If I were using an Array, I'd use ArrayCollection. But there doesn't seem to be a c...

Continuous Flash music player while navigating site

I have a site that includes a Flash music player integrated into the layout. I want users to be able to navigate around the site without interrupting the music. I've done plenty of research and thinking and the following are the options I came up with (keeping in mind I want to be as SEO friendly as possible). Anyone have another idea...

What is HTML5 and are there any benefits to it over Flash?

Possible Duplicate: Can HTML5 do most of what Flash does today? I'm not necessarily for Apple, but I am sort of against the need for 3rd party vendors, if a browser can accomplish the same task, efficiently. What are the advantages of HTML5 over HTML4, will there be a new XHTML, and will HTML5 have any interactive features th...

How to port real time video service by FMS from PC to mobile phone(symbian,android,iphone)?

Now I've set up the flash application to work in to stage: the uploading stage: uploading the stream from pc A's camera to FMS play stage: watch the real time stream from PC B's browser I want to make stage 2 work on mobile phones too. But currently it's using flash(actionscript) to connect and play the stream, which is not supporte...

Project doing in mvc pattern using cairngorm framework.

hii .. I wish to do my project in mvc pattern. so I chose cairngorm framework and just read some of the document about this framework.But I cant understand deeply to do project using this framework. Have any methods or examples to study doing project in cairngorm framework?? If u can pleas help me. ...

same flash file (.swf) downloaded multiple times on a page

I have a page that has a table with each row corresponding to an audio file. The last cell in each row embeds a simple flash audio player. The problem is that the flash file for the player is being downloaded for each row separately and as soon as rows go beyond 40-50 it crashes the browser. I tried using different players (1pixelout, f...

Flash keeps webcam stream open after browser window in .net closes

Hi, This is a difficult question to ask and answer, because it involves a lot of components. I would appreciate it however if any suggestions can be made. I have a vb.net forms application that has a form containing a webbrowser control. This control i feed a URL with a flash applet. The flash applet's purpose is to start the user's we...

Flash Animation and Sound Loop

ok so im having an issue with Flash CS5. I have a sound looping, and my animation is only 13 frames long, while the song is like a minute long, so each time the animation loops threw the default "Loop Playback" a new sound audio is played which os overlapping the previous over and over causing a massive echo effect. Whats the best way ...

Generate FLV Video File with ActionScript

Hello. I'm working on Flash ActionScript. My Movie Load some data like photo, sounds and photo to the Movie Stage. Each of loaded MovieClip have own animation. Is it possible to generate (record) FLV or other Movie file from ActionScript with ActionScript? ...

FileStream problem....

here my codes : package com.func { public class Downloader { import flash.events.*; import flash.filesystem.*; import flash.net.FileReference; import flash.net.URLStream; import flash.utils.ByteArray; import flash.net.URLRequest; import mx.controls.Alert; private ...

Is it possible to convert / generate a video file from a Flash .swf that loads dynamic content (mp3, jpegs and FLVs)?

I have a web application that loads and plays content through Flash player - images, audio and video. The content is dynamic and I want to be able to allow users to save what they see as a video file, perhaps FLV. So that they can play back the original presentation, share it, upload to youtube etc. I am thinking that this will have to...

asp.net mvc keep alive page with a flash on it / ping controller

I have page in my asp.net mvc website with a flash app on it, and the user can stay on that page for hours, but his auth cookie/session is going to expire, so I'm thinking to create a PingController and to call it using jquery $.post each 20 minutes. is this a good idea ? or there is something better ? ...

Flash player 10.1 and expressInstall.swf

You all may have noticed that the flash player installer has changed for this new 10.1 release. Well, when using expressInstall.swf to autoupdate from flash player 10 to 10.1 (google chrome) the installation fails because "Flash player is in use". Of course it's in use, it's the expressIntall.swf that is loaded. This didn't fail when upg...

Flash based network graphing?

Is there a flash widget that can read, say JSON/XML data, and create an interactive network graph that which users can drag nodes around? I'm not looking for software that creates static images... but something more dynamic, like "heavier" the node, the bigger it looks. That kind of Flash widget. ...