flash

How to do redirect in actionscript?

When in page.html?xxx which embed 1.swf,how can I redirect to page.html?xxx&new_param=1 (preserving original parameters,append a new parameter new_param=1)? ...

How to compile this open source project using Cairngorm framework?

http://code.google.com/p/red5/source/browse/flash/trunk/classes/org/red5/samples/publisher/?r=4103#publisher Looks like MVC to me,but I'm not sure if that's the exact framework used. UPDATE Now I know it's using the Cairngorm framework,and I've downloaded all the source files,how can I generate a .swf file? UPDATE 2 How can I know t...

Online reader for Adobe Content Server protected books

hi, We are building a web application - library for selling drm protected books in epub and pdf formats. THere should be a feature to read books online without possibility to print them. Does anyone know a component / application (possibly flash) that could be used for online reading, than can interact with drm protected content and als...

Clean hosted audioplayer with non-flash-support and phone-upload-support?

Any suggestions? ...

FMS Bandwidth Detection Inaccurate in IE

I'm having a problem with Flash Media Server's native bandwidth detection. When I run the test on firefox I get a nice consistent 80Mbps (give or take 5Mbps). However when I run the test on IE I get wildly varying results. One moment I'll get ~370Mbps, next I'll get 170Mbps, and often I will get OMbps. I do call some potentially browser...

Weird positioning problem with Flex UI components

I am trying to animate in some clips that are part of 3 seperate UI components. So I loop through the clips and try to place them and I am getting strange results. I eventually just tried positioning them with a manual number. So I set the xVar for 1 to 35, for 2 to 150, to 3 to 300. Then when I trace the x values after the tween I am ge...

Downloading site content for a Flash site

A colleague of mine goes door-to-door selling "micro sites" to small businesses. He is looking to copy his site to his laptop for marketing purposes, while in the streets. We have contacted his provider and they have refused to be helpful with providing a exported version of his site. I have tried various flash downloaders to copy the...

Simulate No Flash in Ubuntu

I've searched this and cannot find it. I've tried different plugins and different browsers (Firefox, Opera, and Chrome). I've tried most of the no flash plugins for each of those as well as disabling Flash plugins/addons in the settings. I also renamed the .so file in /usr/lib/flashplugin-installer/ i found by searching the system. when ...

Is NetStream only for use with FMS and Stratus?

Hello I want to use a Microphone to capture voice and encode that with Speex and then send it over a NetStream to a server. However does only FMS (Flash Media Server) and Adobe Labs Stratus (some p2p thingy) work as server software? If that is the case can I use the sampleData event of the Microphone class to capture sound and send it o...

URL detection adobe air desktop widget

Hi! I'm new in Adobe Air, I need (urgente!!!) to do a widget with Adobe Air that monitors the URLs where I navigate and when I enter to a specific site the widget appears in the front of my screen and display a message. The problem is that I don't know how to listen the current URL of my browser using Adobe air (flash). I was trying...

Flashdevelop issue with publishing

I have created a simple flash object to redirect a browser to a different webpage using "navigatetoURL" while getting the URL from externalinterface calls to the javascript that the page doing the embedding of the flash file has. I am able to build everything just fine and the html page I created (using swfobject.embedSWF to embed the f...

Can I move a Flash object within the DOM without it reloading?

I'm trying to use the scale effect from the jQuery UI library on a wrapper element that contains a Flash object. The problem I'm encountering is that the content of my wrapper is automatically moved into another wrapper (.ui-effects-wrapper), and when this happens the Flash object reloads. Of course, the specific problem here has to do...

Flash AS2 FLVPlayBack Aspect Radio

Hi, I´m working with a FLVPlayBack object on Flash using AS 2.0... It load dinamicaly a lot of videos, in differents size. The problem is to make it show on all screen without mantain aspect ratio, I tried something like: Player._width=800; Player._height=600; and Player.setSize(800,600); If I use Player.mantainAspectRatio=false, nothin...

Flash click event

If I plan to implement 100 objects on stage to be listen to mouse and keyboard input, is using "function" call responsive enough? How good does eventlistner work? ...

Strange Issue in Internet Explorer using Flex

Hi, Im using a flex plugin with a methode: ExternalInterface.call("initialize_width"); This calls a jQuery Function witch initializes the width of the window: function initialize_width(){ $("#nav_content").css("width",900); } It works perfectly on all the browsers expect Internet Explorer... It says: "'null' is null or not an ...

Flex desktop application: How to position elements relative to the window size

I am creating a desktop application with Flex for the first time. I am having problems with the position and size of the elements in the screen. For instance Elements with 100% width do not resize when the window is resized or maximized Elements positioned relative to the bottom of the window do not move when resizing or maximizing the...

silverlight v.s. flash for video quality

Hello everyone, I heard Silverlight support high quality definition video, which flash does not support. Is that true? If yes, any other benefits comparing Silverlight to Flash? If anyone could provide some document to make a reference, it will be appreciated! thanks in advance, George ...

Why do duplicate (and unwanted) inserts occur in mySQL?

The strangest thing has occurred with one of my apps (Flash/Coldfusion/mySQL). I use a simple INSERT statement to save member details into my table. The table has a Primary Key on the memberID. Recently, one of my entries was saved multiple times (not supposed to happen). The datetimestamp shows the save occurred at the identical time. T...

Creating a Store Locator Flash Movie using Google Maps Flash API

Hello All, I am trying to create a flash banner add that utilizes the google maps flash api to display a store locator tool similar to this: http://portal.oggifinogi.com/Oggifinogi.DemoView/Latimes.aspx?pl=9b78efa4-ac0c-4a51-9516-8d0ebb5a1aa9&camp=bcb25763-d64d-4ba7-b673-8195ba50e9f1 I have been given an extremely tight deadline a...

ActionScript: Array Limitations/ How to handle lots of Data?

I am running into trouble with a multidimensional array. This works well with up to about 2000 "sets" var datasets:Array = new Array( // one "set" new Array( new Array( time:int, x:int, y:int, type:int ), // one "point" /* ... */ /* ~70 more points */ ), /* ... */ /* ~3500 more set...