Flex :: Convert .fla File To .swf On Linux

Jul 17, 2010

here some action script code, for capturing images from webcam (from here):

var cam:Camera = Camera.getCamera();
var video:Video = new Video(640,480);
video.attachCamera(cam);

[Code]....

i've googled a bit, and found some information about flex sdk, and it's command-line tool for compiling .as to .swf (./bin/mxmlc), but any information about converting .fla to .swf in linux!

View 2 Replies


Similar Posts:


Flash :: Convert A PowerPoint File To Server-side Within Java On Linux

Feb 10, 2011

I am looking for libraries or solutions to convert a Microsoft PowerPoint file into a playable Flash file. The constraints are that I must be able to do this from Java, a webapp, that is running on a Linux-based server. I have been scouring Google and have only come up with two options: iSpring SDK -[URL] Option #1 is looking like it will be cost prohibitive based on initial conversations with the vendor (i.e. no price listed on web site). Option #2 seems non-ideal as it will require installing additional dependencies of OpenOffice and X11. This seems like too much overhead for what should be an inline solution.

Everything else I could find was either written only for Microsoft .NET or was just a PowerPoint plugin exporter. Any other solutions out there that are being buried by Google SEO? Can someone, maybe, convince me that the overhead of Option #2 really ain't that bad?

Update: I should clarify that I'm not opposed to reliance on a native library as long as it will compile on CentOS or, preferably, has a yum package available. I should, also, clarify, that I'm not opposed to a "for pay" option within realms of reasonable.

View 2 Replies

Linux :: Convert Office Files To Swf / Flash?

Feb 3, 2011

In a webbapp hosted on its private server with linux(ubuntu server 10) , the users will upload documents(MS word, excel, powerpoint, pdf, etc..). We want to convert the files in swf(flash) objects , to embed them to the site. I saw a lot of websites having this future.

View 1 Replies

Media Server :: Convert A Windows App To Work On A Linux System?

Jan 17, 2010

For the past while, my developer has been working with me on a small project to put together a live interactive whiteboard app, powered by Flash Media Interactive Server. Well, everything is finished & ready to go, but there seems to be a big problem:
 
The app was developed & tested on a windows machine, while my server and all my website files (to integrate with) is on a Linux system.
 
It's been a month since this problem arrose, and there had not been any further progress with this project for the time. My developer doesn't seem to know much about how the 'conversion process' works, if there is one.
 
Do you know if this is possible (to convert a windows-programmed app to work on a linux system)? If so, do you know roughly how it should be handled?

View 2 Replies

Flex :: Convert A Mxml File To A Component That I.e .swc File

Aug 7, 2010

i hav tried to covert .mxlml to .swc file using flex builder it's not working when i integrate with other application.. how to get .swc using SDK..

View 2 Replies

Flex :: Convert A PDF File To An Image?

Jul 27, 2010

I'm giving users the ability to upload an image to my Air app, then displaying this image in an image control. But I need to allow for PDF uploading in the same manner, so I need to convert the PDF to an image. I only care about the first page of the PDF they upload for now. What I'm doing is:

1) User browses for a file with the file reference control
2) User chooses the image or PDF to upload
3) I encode said image to base64 and store it
4) I then load from that base64 with something like:

[Code]..

View 2 Replies

Flex :: Convert A File To A ByteArray?

May 29, 2009

how to convert a file I have on my server (pdf/excel/ppt) to a ByteArray. The reason I want to do this is to display the dialogue open/save as to the user and I must set the Content-Type to octet-stream. The dialogue shows fine with just navigateToURL() but for pdf's it is the user's local browser setting. For a URLRequest I must set the data as a ByteArray. I'm trying to use the code located here:

Custom printing with Flex

View 2 Replies

Actionscript 3 :: Parse SWF File In Linux?

Jan 25, 2012

We would like to write some automated process of fetching data from quiet a few SWF (Flash ActionScript 3) files.

Aside from that, we would like it to run automatically as a part of our automated-deployment-script (written in Ant, runs on Linux).

any SWF-parsing tools that allow to check for instance-data-per-frame ? (Adobe AIR won't run in a console-linux, as far as I saw in Google)

View 1 Replies

Linux :: Intercept A Request To Read A Particular File And Instead Generate The Apparent Output Of That File Read Programatically

Mar 31, 2010

A friend of mine has a Flash Action script running on a LAMP server that currently reads an xml config file. He's asked me if it's possible to remove the xml file, and replace it somehow with a system (lets call it an 'auto xml generator') that intercepts the request to read that file and generates an output, so it appears to all intents and purposes as if the file still exists and contains the contents that has actually been returned from our auto xml generator'

View 3 Replies

Flash :: Linux - Extract Random Screenshots From A Swf File?

Jun 8, 2010

I need to automatically extract some random screenshots from Flash content (swf) in linux.

View 1 Replies

Linux :: Can't Pass Parameters To Flash Using 'file://' Protocol?

Sep 27, 2011

system infoflash player version: 10_1_102_65OS: linux debian, 6.0.2web browser: Mozilla Iceweasel 3.5.16problem descriptionI have a flash file that uses parameters to show output on the screen. unfortunately i don't have sources and can't modify/review it.shows correct flash in the browser.but when i try to load flash from fileflash can't read passed parameter and shows invalid outputit's really strange. because when i downgraded flash plugin (from 10_1_102_65 to 9) both protocols works! That is something occurred in the flash player above 9.unfortunately i can't use Flash Player 9 in my production environment so i should resolve the issue with Flash Player 10.

View 2 Replies

Flash Saves File On Windows - Not Linux - FileReference.save()

Aug 13, 2011

The code below compiles fine on the Flex 4 SDK on Fedora 15. Mouse-click opens the dialog box, I click okay, and a file is saved, but the file is empty. I run the same SWF file (that was compiled on the Linux machine) on a Windows machine, and the created file contains the expected data. I was thinking there was a permissions problem, but if that were so, why should Linux even let me save the file? It is going to slow things down immensely if I cannot code something and test it on the same machine...

[Code]....

View 3 Replies

Linux :: Call Shell Command Inside Of A Flash File?

Jul 20, 2010

I want to create a basic GUI for a touchscreen panel running linux grml with fluxbox so I'm very restricted. The Gnash player is also available. Is there a way to call shell/bash commands inside a Flash file (swf)?I want to create a GUI to control the mplayer and volume with the touchscreen... If it's not possible with Flash, what do you think is the easiest way?

View 1 Replies

Java :: Convert Flex Data Grid Values To CSV Format File?

Apr 12, 2010

I am new beginner, is it possible the covert flex data grid to CSV file format with out use any backend (java,php ..) file?. Because I tried with out use bankend. is it convert or not?

View 1 Replies

Php :: Linux - SWFUpload Image Upload Fails With 'Partial File Uploaded'?

Nov 4, 2011

I'm using SWFUpload to upload images without reloading the page (with a fancy progressbar too), this works fine when I'm on localhost (Wamp server), but it goes nuts when I try to do so on my real linux server (which is the only possible flag as far as I could see), it's running Apache2 and PHP5. As I said the front-end is fine (apart maybe from the fact it's flash).The back-end code is as follows:

SWFUpload_settings.js
var swfu_settings ={upload_url : "upload.php",
flash_url : "flash/swfupload.swf",
button_placeholder_id : "upload_flash",

[code]...

The only error that I get is from $_FILES['Filedata']['error'] = 3, 'Only part of the file was uploaded'. The destination directory does have 777 permission and you can see I made the required checks. It simply will not work, I have no idea why. Also, the files I tried uploading had no spaces in the filename, so that shouldn't fit under the issue 206 with SWFUpload.As far as I can tell it can be either due to the front-end SWFUpload or back-end server configuration.

P.S. no need to mention security, this is only allowed to be used by the server admin with external access anyhow, plus there's the front-end limitation on the files he can select (images). There was no point securing it further.

View 1 Replies

Linux :: Flex - AIR - ADT Failed To Load The AIR Runtime?

Nov 17, 2011

i've just added air-sdk to ubuntu, and adl is working, but when im trying to use adt i have this:Failed to load the AIR RuntimeWhat i can do whit this?I need adt to make native installer from .air file to .dbm"adt -package -target native my-app-name.dbm my-app-name.air "

View 1 Replies

Linux :: Flex IDE / Development Env That Works On Ubuntu 64bit?

Oct 28, 2009

Is there a good Flex IDE/development env that works on Ubuntu?Where can this be found?

View 5 Replies

Convert Pdf File Into Byte Array,retrieve Byte Array Into Pdf File In Flex Desktop Application?

Mar 28, 2012

convert pdf file into byte array.and also i tried in Google also but no results yet.can u prefer how to convert pdf file into byte array and retrieve byte array into pdf file in flex application.

View 1 Replies

Linux :: Flex - Auto-updating AIR Apps Without Prompting For Sudo Password?

Jul 30, 2010

Maybe that's more of a Linux question than an Adobe Air one, but there you go: I have an AIR 2 app that does auto-update in the background, with no need for user interaction. It uses Air's own ApplicationUpdater framework (the one that doesn't require a UI) - all goes well until the package gets downloaded and needs to be installed - at that point, the Air Installer prompts for SUDO password and won't proceed without some user interaction.

View 2 Replies

Flex :: Continuous Integration - Run Unit Tests From The Command Line On Linux?

Mar 12, 2011

I am setting up a FlexBuilder build under Hudson/Jenkins on a Linux system. I want to execute our unit tests, but do it without using the standard GUI-based test runner.

View 1 Replies

Flash :: Flex - Registering A Function As Callback Using CreationComplete Event Fail On Linux?

Jan 13, 2011

I have created a flex project on flash builder 4. In the MXML I have

xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="init();"

And to check if it runs

[Code]...

View 2 Replies

Java :: Channel.connect.failed Error When Deploy Flex Project To Linux Redhat Server?

Jun 23, 2011

when i do this locally on tomcat server on local development machine it works fine when i brought it over to linux im getting this error.i dont know what to do anymore it should be straight forward but i'm having no luck. i do have a web.xml and i see a broker for my remote access so i just dont know what it could possibly be

View 1 Replies

Professional :: Convert Flash File With Page Turns To A File Useable On An IPad?

Sep 23, 2010

I have created a booklet in InDesign cs4 that includes page turn transitions. I have saved it as a SWF file and it works perfectly on my PC with the ability to sweep through the page turns. My issue is now, what type of file can I export the SWF file to so that I can view it on an iPad and am still able to have the page curls?

View 3 Replies

ActionScript 2.0 :: Convert Flash Projector .exe File To A Fla File?

May 27, 2011

how to convert Flash Projector .exe file to a fla file.

View 1 Replies

Flex :: Wny Linux Sends Unicode Keyboard Events While Windows Sends ANSI

Sep 27, 2010

Unde linux, the foreign keys such as... do not seem to work with this code:URL...The output is wrong under Linux, but Windows is Ok.the output of foreign keys such as ΓΌ with Linux looks same here, totally broken, two chars appear: URL...

View 1 Replies

Css :: Flex 3 Embed Throws "Invalid Embed Directive In Stylesheet' Error On Linux

Mar 9, 2010

We have a flex application which compiles fine on windows box using mxmlc ant task but when we try to run the same build scripts on linux, it throws the 'Invalid Embed directive in stylesheet' error indicating it is not able to resolve the path to the image files.

Can someone pls. educate me on if there is a difference in the way the image files are looked up, in a CSS file, on windows vs linux.

Flex sdk version is 3.3. The same sdk is used on both windows and linux. Not sure if this has been fixed by any future 3.x sdks.

View 2 Replies

Media Server :: Convert A .mpg File To .flv File?

May 1, 2009

I can convert .mov to a Flash file, but I can't even get an .mpg file to open.
 
Is there anyways I can convert this using Flah CS3 or any freeware that exist out there?

View 5 Replies

Convert Swf File To Fla File With Script Code?

Mar 1, 2011

I have one designign query in need the code of Swf file so first i need to convert it to fla then i need a script code of it.but didnt fine it on internet.

View 1 Replies

ActionScript 3.0 :: Convert An .swf File To A Quicktime .mov File

Aug 2, 2010

I need to convert an .swf file to a Quicktime .mov file. Unfortunately exporting from Flash isn't working. Are there any endorsements out there for a converter that accomplishes this task?

View 5 Replies

Media Server :: Use F4vpp On Linux - Error "./f4vpp: No Such File Or Directory"?

Oct 10, 2010

does anyone know how to use f4vpp on linux? I am not able to use it on Debian Lenny. What i have done so far after downloading and extracting the F4V Post Processor:

[Code]...

I cannot understand why this happens. Maybe Debian Lenny is not supported? Which linux distributions are supported?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved