flash

View part of a web application - what technology for a pretty intensive grid view?

Hi everybody, I'm about to have to write a web page/app that will serve the agenda for circa 100 people on a page. One line per person, one column per day with 3 clickable zones in each cell. In HTML, the page is way complex for the browser to load quick and there is no possibility to click on a border between 2 cells to for example sp...

Production live streaming with Red5 - oflaDemo required?

I've just finished putting together a basic flash video chat client that publishes the camera to a stream and receives a similar stream from another client. (Something in the spirit of this blog post.) The streams are being pub/sub'd to the "oflaDemo" that ships with Red5. This seems to work fine for my prototype, but I'm concerned ab...

javascript jquery slide out tab

jquery slide out tab is going over my flash http://isomham.com/TEST/index2.html any ideas on how to solve? ...

Gradient Map Filter - Pixel Bender for AS3

Hi, i need some help to create a filter in Pixel Bender for AS3 to make this effect in the right side in this image: http://a.imageshack.us/img829/1488/gradientmap.jpg Can you help me? Thank you. ...

How to prevent the other looking to your SWC library?

Hi, everyone Thank you for your interesting in my question. I hope I would not waste your time too much. I am going to publish my Adobe Flex library to sell in commercial, but I don't need anyone can open my SWC file and study the code in there. I see Adobe Flex library can prevent this activity. How could I do this too? ...

how can i create a video player like this website?

hi. i don't know how i can create a video player like this website. i can develop .net and flex applications but can't flash. where should i start? if i develop it with flex, can i use it in an asp.net website? i know i can use it with php sites but not sure about asp.net. thank you so much for your opinions. best regards this is th...

can there be a advertisement container swf?

Here is my problem. My customers can give advertisement on my webpage. Earlier it was just image, a redirecting url, a title. On clicking on the advertisement, I counted the number of clicks and redirected to the given url. Now I want that they can upload images and swf files as advertisement. What I didnt know that you cant catch click ...

Chrome IFrame blocking out Flash (Flash in CKEditor popup above the CKEditor IFrame)

An image says a thousand words: http://i35.tinypic.com/hu3a1e.png A flash object in a CKEditor dialog is being blocked by the IFrame element. This only happens on Chrome. I have tried changing the z-index, that didn't work at all. Any ideas? ...

dynamic text disappearance when loaded in another SWF

I have a project ongoing at the moment that uses dynamic text blocks to form menu items and general project information. When loaded and run directly, everything is completely fine. However when i load the same movie through a loader flash, some (not all) of the text fields disappear. All of the textfields are created on stage and have ...

Easiest way to migrate to swfaddress?

I have a flex 3 app I made a while ago. I used the built in BrowserManager to do the deep linking for the app. I now have Flash builder 4 and I am starting to build Flex 4 apps, which now use SWFAddress for deep linking. I want to migrate my old flex 3 app to use swfaddress instead of the flex 3 default. What is the easiest way? should I...

Enforcing Facebook Authentication: Client-side and server-side

I'm building a social media app in Flash (AS3) that is tightly integrated with Facebook--all user accounts are handled via Facebook connect, and all Facebook connectivity is handled via a combination of the Javascript and AS3 Facebook APIs. I'm using Codeigniter on the backend for server-side data management, which includes tracking use...

Flash transparent JPEG through Flex

In Flash, via the authoring environment, you can put bitmaps in your movie that are compressed with JPEG but still support full alpha transparency, something JPEG does not support out-of-the-box. Is there a way to achieve the same when embedding bitmaps via the Flex [Embed] tag? ...

managing user session for a website for lifetime.

Hi, I want to manage a username session for lifetime. means for example if u look a website http://www.kongregate.com/ in this website i have registered and i haven't logged out but whenever i open up this website my username appears there. No need to login again. so i want to do the same for my one of the games website. i have develope...

uploading an image from flash using php more specifically HTTP_RAW_POST_DATA ?

I currently have it working so it displays a dialogue box to save the image on your computer: if (isset($GLOBALS["HTTP_RAW_POST_DATA"])) { // get bytearray $jpg = $GLOBALS["HTTP_RAW_POST_DATA"]; // add headers for download dialog-box header('Content-Type: image/jpeg'); header("Content-Disposition: attachment; filename=".$_GET['name'])...

IE8 problem using flash inside a ModalPopupExtender (AJAX)

Hi I’m using flash charts from http://www.maani.us/xml_charts/ in an ASPX page. I Want to display a simple chart inside a Modal Popup Extender (From AJAX). Actualy Works fine at Firefox, but in IE 8 isn’t it perfect when I put it inside the Modal Popup Extender. In IE I can't see the flash animation. Do you have any idea? Page Code: ...

how to prevent Google from indexing the div placeholder for swfobject ?

I'm using swfobject, and in the replacement div I have a message for those who don't have Flash or JS support. The replacement div contains a message like "You don't have Flash player, please download here" - my concern here, is that Google will see and index this message, which is not relevant to the content of the page, and it's going...

Enumerate the properties of an AS3 object that may or may not be dynamic

In order to send a POST request I need to enumerate all properties of a given object. This object may or may not be dynamic. I'm looking for the most elegant solution. This is what I've got so far: function createURLVariables(params:Object):URLVariables { // Workaround: Flash Player performs a GET if no params are passed...

Flash Projector fullscreen on video

I'm setting a fullscreen in a Projector flash using: stage.displayState = StageDisplayState.FULL_SCREEN; Next I load a video (flv with a swf player) and I add in a "container" movieclip called "windowSmall" using: loader = new Loader(); loader.load(new URLRequest(path_to_swf)); windowSmall.addChild(gallery); After I add the video t...

AS3, Pass external variable to a function

Hi, I have an external log file which name changes each session, with the format XXXXX.log I need to load it inside a swf to show its data, but each time the log´s name is different, I need to open the .fla, changing the name of the file and then republishing the swf. So I have made a simple script to load another .txt, to type manual...

How do I solve Error: [strict] Ignoring policy file at http://my.domain.com/crossdomain.xml due to bad Content-Type 'binary/octet-stream'?

This is an ActionScript 3 problem... I am hosting a swf on my.domainA and I am requesting a jpg from my.domainB ( of course I'm obsfucating the domain names ) the using this code: var request:URLRequest = new URLRequest(result.image); request.requestHeaders.push(header); var context:LoaderContext = new LoaderContext(true...