flash

Remote Debugging Multiple Movies on a Single Page

Hi, I've got two flash movies on a page. Using the Flash IDE I'd like to implement remote debugging when a particular movie loads. My problem is that the debugger attaches to the first loaded movie - not the one I want. Thanks, Josh ...

flash lite memory management

I'm having a hard time managing my memory in flash lite. are there any pointers i should care about ? or best practices? ive been reading every 60 seconds the garbage collector runs. i'm deleting my objects/movieclips like mc = null; delete mc; and making sure every listeners is deleted on it. still nothing seems to happen.. ...

How can I dynamically load a Movieclip in Flash CS4 and have it share information with a framework?

I'm looking to make a project in Flash that can dynamically load and unload other SWF files, where a SWF file can loaded, and a Movieclip inside can send information to the framework, and the framework can send information to the Movieclip. Thanks! ...

Does anyone know of any APIs for reading or writing Flash source files (*.fla)?

I would like programmatic access to the ActionScript I have on frames within Flash source files. We have hundreds of flash files, each representing "lessons", and each frame within each lesson represents a "page" in an instructional book. So there are thousands of pages, each of which have scripts that play animations and other things....

Alternatives to create swf files (which has external content loaded into them) dynamically?

I'm about to start a project where there will be a Flash application where the visitor customizes a profile with externally loaded images and texts. Then the visitor needs to be able to download that profile as a dynamically created swf with all that external content baked into the swf. Any ideas how to achive this? Thank you! ...

fade in of added component with Actionscript

Hi when I add a new component using Actionscript I want it to fade in smoothly, for example this component var df : DateField = new DateField(); df.text = DateField.dateToString(new Date(),stringFormat); df.formatString = stringFormat; I tried this var fade : Fade = new Fade(); df.setStyle("showEffect", fade);...

Can you get the current view of the stage and export the information?

Either of these options would be fabulous: Send a bitmap image of the stage's current look to the server. Send the id and x,y coordinates of the objects on the stage to the server. Is there a way to do this? ...

Event bubbling in Flash

I have a clip that catches the click event using on(release) { .... } In this clip, I have a button that also catches clicks with on(release) {...} The problem is that the button never receives the release event. I believe that the event is not bubbled, being caught and handled by the parent container. How can I bubble it to the button...

How to put Google login box inside flash in GAE ?

Hi, I am putting my old flash site into GAE. I want to use Google's user authentication too. Now, I want to put Googles login box inside the flash instead of redirecting to Google's login page. Same thing I want for forgot password. Is it possible to do this? How to do this? ...

Actionscript: NetStream stutters after buffering.

Using NetStream to stream content from http, I've noticed that esp with certain exported h264's, if the player encounters an empty buffer, it will stop and buffer to the requested length (as expected). However once the buffer is full, the playback doesn't resume, but instead jumps ahead, as such- instantly playing the buffered duration ...

Embedding webpage in Flash

I know very little about Flash, and so is not programming in it. I have a website in PHP, and obviously, HTML, CSS, JS, etc. What I want to do is to allow users to full-screen certain pieces of the DOM. So my question is, is there any way to wrap flash around certain portions of the DOM dynamically in order to allow full screening of th...

Calling javascript from sifr replaced anchor tags?

I'm using sIFR to replace my navigation text with a new font: <ul> <li><a href="#">about</a></li> <li><a href="#">reel</a></li> <li><a href="#">contact</a></li> <li><a href="#">archive</a></li> <li><a href="#">login</a></li> </ul> sIFR.replace(futura, { css: [ '.sIFR-root { background-color:transparen...

WeatherRoom service down need a alternative for a website

OKay I don't use actionscript and trying to help my friend edit a flash website which the layout changes based on a xml feed from weatherroom.com which is now defunk, the dev of this site has also left my friend (his client). This is the current code bellow, is there anyway I can simply swap for another service and not have to hire a pe...

Whats wrong with my buttons

Whats wrong with my buttons? here http://hiddenbrookstudio.com/index.swf, see how they rollover and dissappear and takes a second for them to reappear they should look like this http://www.hiddenbrookstudio.com/popup.html . Not counting the last button what did I do wrong here? I am modifying code of a programmer who is not with my compa...

Decompile .swf file to get images in python

I would like to decompile a .swf file and get all the images from it, in python. Are there any libraries that do this? ...

object, param, jquery

<object width="438" height="280" id="pano" > <param value="url_flash" name="movie" /> <param value="false" name="menu"/> <param value="high" name="quality"/> <param value="#FFFFFF" name="bgcolor"/> <embed width="438" height="280" pluginpage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-fl...

Flex Embedding Hindi Fonts Problem

For the attached code, I get the following compile time error : exception during transcoding: Font for alias 'myFontFamily' with bold weight and italic style was not found by family name 'Kundli Hindi Normal' I have installed other Hindi fonts, and I get the same error for them as well. Though I don't get any error for standard fonts...

How to find checkbox value ( checked/unchecked) in iteamreander of data grid ?

i have 3 checkbox for calculating amount purpose . i used Datagrid within datgrid used mx:DataGrid > mx:itemRenderer> mx:Component> mx:CheckBox id=mycheckbox change="calc()"> mx:CheckBox> mx:Component> mx:itemRenderer> public function calc():void { statistic.dataProvider =mycheckbox.selectedItem; } but it's throws...

Animation one image to the next

I am new to iphone app and pre-beginner of SDK programming. I have a flash file and need to reprogram for iphone. The design of the app is a navbar with start buttom and an image view below them. I have 46 PNL images that I want to show in succession after the start button is clicked. Each picture will stay on the screen for 5 seco...

What do IO Error and Stream Error mean (Flash)

Hi, I'm trying to do an http post from flash on my website to a method in a controller (My site is on Asp.Net MVC) and I'm getting this error: Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://www.mysite.com/Home/DoSomething at Main/postToMyWebsite() Any ideas of why these errors happen and how to preve...