flash

Red5 / Adobe Streaming server live streaming

Is it possible to capture/encode a video file on a slow machine, then upload it live to a Red5 or Adobe Streaming server, and have that server stream to file live to flash clients? If so, what protocol is used to stream the data from the encoding machine to the Red5 / Adobe server? I see a lot of things about RTMP, but am I correct tha...

fscommand2 support in Actionscript 3.0 ?

Hi All, I am very new to Action Script. I am using Flash Professional CS5 with ActionScript 3.0. The problem is, When I am trying to use fscommand2 function, Flash Compiler throwing an error saying: Scene 1, Layer 'Layer 1', Frame 1, Line 7 1180: Call to a possibly undefined method fscommand2. But, I am able to use fscommand. But, ...

Queue ExternalInterface calls to Flash Object in UpdatePanel - Needs Improvement?

A Flash (actually Flex) object is created on an ASP.Net page within an Update Panel using a modified version of the embedCallAC_FL_RunContent.js script so it can be written in dynamically. It is re-created with this script with each partial postback to that panel. There are also other Update Panels on the page. With some postbacks (...

SWF to FLV Quality

Hello, Any ideas on how to retain a good quality on converting SWF to FLV? I use the publish method in CS3, the quality of the movie goes terrible bad when converted to flv. Can anyone please suggest me some way out? Thank You ...

How to automatically increase the mic volume in flash?

Hi, Is there a way to increase the mic volume of a flash application automatically? Thanks in advance! ...

Pseudo Multithreading in Flex

I know Flex or Actionscript doesnt support multithreading.. but one of my project requires multithreading.. is there a way to mimic multithreading in Actionscript.. ...

Can't click allow button in flash on firefox

I have a webapp embedding some flash content in an iframe. The flash part is requesting access to the webcam. On firefox/mac os, user's can't click the allow button. This only happens when the page embedding the swf file is loaded in the iframe, it works fine when laded separately. Has anyone else faced a similar problem? Do you know any...

animation player ( playing movies that are swf files )

Hi i am looking for a flash/flex component that plays movies that are not .flv but .swf with controllers such as fast forward, stop, play and a timeline. I have a flv player which does the same but some movies I don't want to play bitmap movies but vector for quality reasons ( as movieclips ) Thanks ...

From where i can get Flash Builder Tutorial

HI All, I want to buy Flash Builder Video Tutoria, Can any one tell me from where i can get it ? :) ...

Facebook app invite from inside the app

Hi, i want to make a facebook flash app. Now im trying to make it possible to invite your friends to the app. I want to do this from within actionscript without the user having to leave the app. The ideal solution would be to make a custom interface show possible invites and then doing some URL request containing the friends id's Anyo...

does xml ignores (,) OR (-)??? (xml of flash object).

<SCENE> <xml_image>telcos.jpg</xml_image> <xml_bigtext>TELCOS</xml_bigtext> <xml_smalltext>New-Age Properties, Wifi Everywhere</xml_smalltext> <xml_align>right</xml_align> <xml_bigtextcolor>#ffffff</xml_bigtextcolor> <xml_bigtextshadow>#0000000</xml_bigtextshadow> <xml_bigtextcolor>#ffffff</xml_bigtextcolor> <xml_bigtextshadow>#0000000</...

Flash AS3 - Display an error if the XML if incorrect

Hi, I'm creating a flash application which loads in some XML which is generated dynamically from the CMS. I want to display an error in case the XML file isn't formatted correctly. When I test this with incorrectly formatted XML, it will just get to the line myXML = XML(myLoader.data); and then just bomb out. How can I catch the error, d...

How to show HTML elements over flash elements ?

Hello, When i create a menu, the dropdowns go behind the flash element. But in some sites, like Digg, it is shown above. z-index is of no use ! How to do this? ...

How to apply dynamically scale down and up into a thumbnail images size?

I'm working on one current project, I don't have any issues to load a SWF into a main SWF but I can't figure out how to apply dynamically the scale down and up into a thumbnail images size while using the Resize event handler to fit in any browsers sizes. I load SWF into a Loader object then add it into a container => currentMC. I want...

coldfusion flash form grid

I have a grid in a coldfusion flash form. Users do not enter information directly into the grid. They enter data into a "Details Section" which is a collection of form items (textbox, selectbox, etc) bound to the grid. I have actionscript which changes the values in the grid based on user entries. The actionscript works properly beca...

How to get the URL of a Flex Module from within the Module when this.loaderInfo is null

I've used ModuleManager to load a Flex Module. When the module is fully loaded I want learn the URL of the swf that contains the class definition from which the module instance was created. I haven't studied the internals of the Flex framework, but I suspect that the IModuleInfo instance's factory.create() is probably calling on applic...

Getting data directly from Google docs problem in AS3...

I am trying to load a spreadsheet formatted in CSV directly from Google Docs. I've published it and get this URL, which works great in a browser, and if I run withing the Flash CS5 IDE. When it's running in a web-browser (locally or online), it just hangs and never loads or give an error. var request:URLRequest=new URLRequest(file); ...

Flash player debugger plugin crashes on Mac OS [tried many version of the plugin and browsers, all of them crash]

Dear All, I recently started using Mac OS X for a flex/actionscript project and having a problem with flash player debugger plugin for the browsers: OSX: 10.6.3 Browsers I tried: firefox, safari and chrome Flashplayer debug "Flash Player 10 Plugin content debugger (Intel-based Macs) Whenever I open a page containing a flash content, ...

Saving a jpeg with PHP sent from flash

Hi guys, I am trying to take a variable sent from flash, and save it to a spot on my web server using PHP, I have NO idea how to do this, and I can't seem to find code that works anywhere on the web, any help would be greatly appreciated, thanx! ...

Loading flash piece locally - security settings

I have a flash piece that communicates with the page its on (index.html) for javascript functions that open up pop up boxes. I'd like to be able to load the flash piece from a local computer (i.e. package up all the assets into a zip and allow people not on the internet to view the flash piece). However I get a security settings error ...