flash

Flash accessing native code

Is it possible to make a Flash embedded in a browser access a DLL, by making it signed or whatnot? I know that it's possible with Java Applets. ...

Is it possible to embed a SWF in a form using swfobject 2+ in IE6+?

I've been having endless problems embedding a dynamically loaded SWF into a HTML Form within IE 6,7,8 using swfobject.embedSwf. All the proposed manual workarounds for the problem involve creating a reference to the Object DOM element from the window object. For example: window[id] = document.getElementById(id); Where id is the id of...

Embedding bold font in AS3 Flash dynamic field

Hi all, I have already googled and read a lot of different topics relating to this problem, but still cant solve mine. I have this dynamic text field in a movieclip, and I embeded upper case, lower case and numbers. I exported that movieclip, then used it in my class and it's loading data from xml. However, after I embedded the bold fo...

How do you dynamically load two different CSS file into a Flex application?

i used blue.css and also beige.css in flex .i have theme combobox for user changed theme dynamically so i stroed [Bindable] private var pickcss:Array=["blue.css","beige.css"]; private function css_initializeHandler(event:Event):void { pickcssComboBox.selectedIndex = pickcss.indexOf(0); } private function css_chang...

on click event on .swf

hi I am developing a project in which i need to open popup on clicking to flash. but problem is that how can i do it. once i have tried but it open on fire fox but not on intrnet explorer. ...

How to get Content-Type when uploading file from flash - is it possible?

Hi, we have a small flash component on our website/application to upload multiple files. This works fine, however we want to get the Content-Type from the headers and its always set to 'application/octet-stream'. From what I've learned this is due to a security of flash sandbox and FileUpLoad will never give this to us. Is there any ot...

Use Adobe CS4 speech analysis from flash

Hi, Adobe premier is able to transcribe spoken words (videos audio track) to text. Is it possible to use this module from flash or flex? Id like to control a web-application by spoken words (using a webcams mic). ...

How do you find out dynamically created checkbox is select/unselect in data grid component in flex?

i created dynamically checkbox on data grid how do i find out Which checkbox select/unselect and which checkbox contact is select/unselect ? Because we cant set dynamic id for each checkbox <mx:DataGrid x="7" y="3" width="347" height="337" dataProvider="{#####}" variableRowHeight="true"> <mx:columns> <mx:DataGridColumn head...

Can an Embedded .swf Change Variables in a Parent Project?

I have a Flash project (main.swf) that opens another .swf inside it via a button press: my_btn.onRelease = function() { loadMovie("otherFile.swf", "_level1"); }; How do I get otherFile.swf to alter variables within main.swf? I'm using Flash Player 10 and ActionScript 2.0 ...

How to focus child window after parent window refresh

I am opening a popup window containing a flash movie using JavaScript. The popup contains a media player that uses SoundManager2. Users add files to the media player from the parent window. However, when reloading the parent window, the reference to the child window (media player) is lost. So, to bring focus to the media player, we curre...

Custom AMF Serialization on the Client Side Only

I have a Flex app that needs some custom serialization. I tried to use IExternalizeable. If it worked that would be exactly what I need. But the issue is that I need to do this custom serialization on the client only. It seems that to get the IExternalizeableized classes read/write methods called the Java classes also have to implement...

Clone MovieClip in realtime

I have a MovieClip with and image inside that I can drag, resize and rotate. I'm creating a little thumbview, so the user can se how it will look. This is essentially a small version of the main MovieClip. How can I clone the MovieClip into a smaller one, so that when I drag, rotate or resize the image in the main MovieClip the small o...

Flash to trigger another flash

Hi. Let's say we have two flash objects on the same html page. I want the first one to do some action and when it gets to the end to trigger the start of the second flash object in the page. One action in flash one to trigger another action into flash 2. Is this possible? Thank you. ...

Adobe Flash - Drag & drop movieClips

I have 5 separate movie clips on stage. I would like to drag and drop 1 movie clip inbetween the other 2 movie clip so I can put the movie clips in order. Basically, its a quiz. Say you have redSquare(movieclip), blueSquare(movieclip), black Square(movieclip), orangeSquare(movieclip) The correct order is: blueSquare,Blacksquare,Orang...

Don't scale the child movieClip?

I have a question of how to transform the parent movieclip and not the child movieclip...I have a movieclip holding an image loader and some handles as a movieclip. The handles movieclips are used to listen the mouse event to do such function scaling rotation and translation of the parent movieclip. The problem here when I scale or rotat...

How to apply actionscript 3 radial effect in flash?

In actionscript 3 I want to apply a special effect which will render my flat 2d layout into a radial form. Is there a way to achieve such an effect with existing features or should that be developed first by using alchemy? External Example: ...

Transformation using MovieClip.transform.matrix problem

I have problem when dealing with transform in Flash cs4 .... When I rotate my movieclip and trace the output, my movieclip's width also changed.... ...

Why does Flash CS4 startup when Flex Builder 3 runs the selected project?

I'm using Flex Builder 3 Pro with flex_sdk 3.4.x and the latest Flash CS4 is also installed on Mac OSX 10.5.7. I believe the problem is related to the operating system and not Flex Builder Pro. However, I've set the default program for swf's to be a particular version of the Flash Player, located in flex_sdk's folder. Regardless of sy...

how to create Flash movies from PDF documents

I'm looking for an help to implement flash paper in my web site( sample .net web program). Requirement is any .doc and PDF file should automatically convert into flash paper at the time of display. I would appreciate if I get help on how to create Flash movies from PDF documents. Sample site url http://pdfmenot.com/ Looking for pra...

Can I access crossdomain files outside the originally requested domain?

Flash Player 10 specifies: "Redirects to policy files outside the originally requested domain will continue to cause policy files to be ignored by Flash Player." Is there a way to access policy files outside the domain? ...