swf

move_uploaded_file hangs?

I seem to have a bizarre error I just can't quite figure out. My website was working on one server, but when I transferred it to a new one it stopped working. I believe I've narrowed the error down to this line of code: $ret = move_uploaded_file($tmp_name, $orig_path); This is executed through an AJAX call so it's a little bit tricky ...

how to capture swf packet(???)

hi, I have a swf that retrive information from a xml file, but I do not know url of the xml. Is it possible to capture tcp/ip packet when swf start retriving information from the xml? I would like to know url of the xml. ...

How do I convert a swf vector animation to an animated svg or sequence of still svg's?

How do I convert a swf vector animation to an animated svg or sequence of still svg's? Thanks! p.s. Please don't mention www.eprg.org/~sgp/swf2svg.html. It hasn't been updated since 2000, and I'm looking for a local solution. ...

Loading a SWF into an ActionScript 3 project (Flex Builder)

We're developing a small Flash gamelet for an European client of ours, who require us to develop our Flash game in such fashion that they can load our SWF game into their ActionScript 3 project, dynamically. Basically they have a console that will load many other Flash games, amongst our own, depending on which button the player presses...

how to resize a scale 9 grid enabled MovieClip that contains text with an embedded font ?

Hi, This might be simple one, since it's a design question mode than development ( think drawing UI graphics not OOD :) ) I've realized I haven't used the Flash IDE for design in a while. I created a simple button that has rounded corners and is made of: a background clip a base color clip a text field a highlight This is what I've...

How would you programmatically embed a SWF in a PDF?

Is it possible to programmatically embed a SWF in a PDF from a C# application? ...

How to embed an XML loading .swf with a dynamic link

I could barely find a reasonable title that would explain my issue, let alone try and search for how to fix this. My issue : 1) User uploads a .zip with say: flash.swf images.xml image.jpgs 2) It gets extracted into a unique folder ID ex. /swfs/123456/ 3) Server tries to load the .swf in "index.php" and the .swf tries t...

Javascript to Flash communication without SWFObject.js

Hello, Wondering if its possible to communication from javascript to flash without the use of SWFobject or any other extra javascript file. Currently I am using the following guide: http://www.viget.com/inspire/bi-directional-actionscript-javascript-communication Thank you for your time. ...

Does Adobe AIR work on linux ? how do i install because linux does not support exe format

I am beginner so have some doubt about Adobe AIR. How do I install my AIR project in linux, or mac os because my project out .air(execute file).os does not support execute file ? Does it support multi language in Adobe air? And one more, how can I embed css not use an external css file? Does it support live streaming video in deskto...

is there any way to acess swf embeded in html page from air application? [my air application loads the html page via html loader]

is there any way to acess swf embeded in html page from air application? [my air application loads the html page via html loader] ...

Get the Number of Frames in a Dynamically Loaded Flash File

It has been a really long time since I used flash and I am creating a small presentation in which I recorded some videos of my screen and have them exported as .swf files. I am currently able to dynamically load them into a parent flash file using this.video_mc.loadMovie(movieString); The problem is I have 6 different videos that get ...

How to update adobe air application after install ?

how to update air application after install in system . updated not be reinstall will be automatically ? is it possiable? ...

Pausing/Resuming an Adobe Breeze/Presenter SWF via JavaScript

I am looking for a way to control the playback of some content created via Breeze using JavaScript. Essentially I have the Breeze SWF embedded on a page, and that page is surfaced in another application. The application only communicates via JavaScript, so I have to expose some pause/resume functions to the Breeze content. With Captivat...

Internet browser keep loading old swf files?

Hi, i have an swf file, uploaded in server. But whenever I make changes to the files, uploaded and replace the old one, I go to browser, clear cache and everything, refresh the page, but it still load the old swf file. (Do you know what I mean?) But after 10 - 20 hours, I visited the page again, it loaded the new one. Is there anyway t...

Pdf to Swf conversion using Java

Does anybody know a Java tool that can convert a pdf file to a swf file ? To clarify, we are building a site to generate photo albums. The photo album editor is written in Flash (ActionScript 3.0) and then on the back-end is written in Java and it generates a pdf for the album. The problem is having two rendering engines (Flash for clie...

Any FileUpload replacement to work side by side with ICEfaces and Spring Web Flow?

FileUpload control from ICEfaces conflicts with Spring Web Flow 2.0. If anyone knows another FileUpload JSF control that work OK with Spring Web Flow and doesn't conflict with ICEfaces? ...

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...

Flex Channel Security Error while logging into two different domains from single app

hi there i need to connect to two different domains from a single flex application. the problem is the domain other than the current hosted domain is unable to login. letz say i hosted the application at LOCAL server. im able to login to the local server . From the existing application i need a login to the MAIN server too. The problem...

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...

Windows Workflow Strong-Naming Mismatch

When I save a workflow XAML file with assembly references, they will be saved with the strong named reference that include the version number. When I upgrade the application assembly that the XAML file references, the XAML file is no longer valid and cannot open because it says that it's missing the assembly I updated. How do I fix thi...