flash

Low Overhead Dynamic Tab/ViewStack in Flex?

Suppose I have a ViewStack like this: <mx:ViewStack id="s" left="5" right="5" bottom="5" top="0" width="100%" height="100%" creationPolicy="all" minHeight="0"> <mx:Repeater id="repeater" dataProvider="{dp}" height="100%" width="100%" minHeight="0"> <mx:Box id="bx" label="{repeater.currentItem.label}" width="100%" height="100%"...

Bottom most DisplayObject not showing up in Flash swf

In Flash CS4 I have a MovieClip called LoginForm which contains two text inputs (name and password), a button (sign in) and some error text. For some reason, the bottom most object will not show up in the swf. I could add as many buttons, movie clips or shapes as I want and whatever I sent to back will not show up. Also, I know that th...

How do I tell Gaia to cache loaded swf files?

I used Gaia framework to build a self-scrolling slideshow. There are only 4 pages in all, but I have realized to my dismay that each of these pages are requested over and over from the server. If you leave the page open and the animation goes by itself, that can clobber our server. What can I do to prevent this? I wonder if there is a ...

Getting an iPhone app communicating with an Adobe Air desktop app

I am creating a desktop version of an iPhone app and would like to have some sort of sync option. The desktop version of the app is an Air app. I know that I can have them communicate by: Starting a server on the desktop or the phone Ask the user to enter the IP of the device into the other one Make GET and POST requests over the htt...

does anybody provide white label servers and billing for makers of Flash browser games?

suppose I want to make a Flash browser game that can be played in small groups. So for that I would make the Flash app itself, but I will also need a server that will support proper communication between the clients in the same group, let's say using RTMP protocol. Plus, it would be nice to be able to do authentication and some sort of s...

How do I add playback controls to a SWF file embeded in HTML?

What am I missing here because my video doesn't have any controls? Is there a special parameter I need or do I need to encode the SWF file in a special way? I just used a MPEG to SWF converter provided by Blaze Media Pro. ...

P2P in Flash / Flex without using Adobe Stratus

Hi all, Flash 10+ allows peer to peer capabilities to be implemented in Flex and Flash applications. However Adobe has sought to "control" this feature by ensuring that P2P can only be achieved using their hosted beta service called Stratus. This is to the best of my knowledge. Is there any alternate method to achieve the same? FYI: ...

Flash Loader and ByteArray

I need to be able to load a jpeg/png image from disk and show it in flex and send it to a server as a base64 encoded string. But once the image file is loaded, in my flash.display.LoaderInfo object, the bytes property (type of ByteArray) contains more byte than the file content. Example: image file size: 3089 flash.display.LoaderInfo.b...

Flash Dynamic text in embedded movie

Hi I have my movie in the main timeline and then have a smaller clip in which there is a dynamic text box. In that smaller movie I have some actionscript myVars = new LoadVars(); myVars.load("http://preview.domain.co.uk/inc/loadVars.php"); myVars.percentage myVars.onLoad = function() { text_box.text = this.percentage; }; but wh...

Native Flash on mobile platforms?

Does anyone know if Flash will be able to run independent from the browser? I mean native apps in Flash, not just the player in a browser. The Symbian OS can do that, however I have yet to find an article which explicitly states what will become available in the case of the iPhone and the Android platform. I am not asking about dates, as...

Capture clicks in Flash adds

I am trying to track the exit clicks of the users in the adds in my page. Can I somehow capture with Javascript the click event of a user in a external Flash add I have inserted in my page? I have been searching and trying by myself, but it seems like the flash object inside of my page is a black box, where I could not access anyway. ...

Video streaming in Flash

Hi, I am using Flash CS4 to develop a web page based on Flash. I have a requirement to show videos within the Flash page. The videos can be of type .swf, .wmv. Does Flash has capability to include another .SWF or .WMV file as embedded video viewer. Appreciate any thoughts. Addition: If I have .fla file, can I embed .flv file inside .f...

2D web-game: on what?

I want make 2d fighting game. Without very fast moving and very cool effects. I can do it with jquery, but i think this be a slow. Or not ? Q: Is there an alternative for flash? PS: sorry for my ugly english ...

how do I make a Flash browser app that could receive data from browser plugin or other Windows app?

in other words, suppose I want to send data, like text, programmatically from a Windows app (such as a browser plugin) to a Flash app running in the browser. Well, conceptually, an example of this might be a Flash instant messenger with a textbox and button "Send"; so let's say I want to be able to programmatically paste the text and pre...

Looking for free, web-based map API recommendations for a future webapp

I'm doing some research for a Maps project I'll be starting soon, and I'm trying to evaluate which of the Map APIs will be best-suited to this project. I've worked pretty extensively with the Google Maps Javascript API, but no others. My basic requirements are, in no particular order: Free: as in beer, not necessarily as in speech. Web...

flash button inside movie clip is not responding to clicks

hi all, I am very new to flash. I've built a movie clip, inside this movie clip there is a button. There button does not respond to clicks (when I hover over it my cursor remains the same). I know it's not a problem with the button, since when I put the button directy in the main scene it works just great. Any ideas?? Btw, I am using f...

Does anyone know of a flash box control

Hi all, I have been googeling it for a while but with no success. I am looking for a flash tutorial or maybe a control that implements the following (It's not very difficult but I am very new and if I try doing it myself it will turn quite ugly). A box that is composed of subitems. each subitem can be viewed or removed from the box. I...

Flash compile error

hey everyone, i am creating a web site and when i compiled my flash code so it writing that TypeError: Error #1009: Cannot access a property or method of a null object reference. at gallery_fla::MainTimeline/frame1() I dunno what is wrong, please help my with my problem. thanks for your reply. This is code from first fram...

How put a pop up permission prompt instead of fb:prompt-permission ?

Hi, I'm making a flash game which will be up on facebook, I'm using python/django on the backend but to talk to fb. I use the facebook-flash-api. The problem is when I ask for extended permission from the user, using fbml. I get a link which I have to click and get the permission. How can I make sure a popup appears instead of the link. ...

php, jquery, flash & .click function in Firefox 3 - stumper

Hi all, I have a page that is using PHP to build itself and then uses Jquery to embed some SWF's into the page with different Flashvars based off the DB connection in the PHP section of code. I then have a jQuery .click(function(){ that fires a simple alert at the moment to test for functionality - this works as expected in Safari, but ...