Flex :: Possible To Generate Complex PDF Files?

Sep 27, 2011

I'm trying to understand if it is possible to generate complex PDF files with Flex. By complex I mean add images, styled text (font-family, weight, columns) layout elements with large degree of control and so on. I was looking at AlivePDF library but cannot understand if it can handle more complicated PDF generation than plain text.

View 1 Replies


Similar Posts:


Java :: Generate Flex Project Files Using Maven?

Sep 14, 2010

I've got a Java/Flex project that I'm building using Maven. After doing some research I'm using the Flexmojos project [URL] for the Flex part, and almost everything seems to work fine so far (after a bit of struggling). I'm using version 4.0-alpha-5 (4.0-SNAPSHOT didn't seem to work for me).The Flex projects isn't recognized by Eclipse as Flex projects though. If I manually change the .project file and add .actionScriptProperties and .flexProperties files, Eclipse seems to recognize the projects as Flex projects.

View 4 Replies

IDE :: Exporting Complex Swf File Files As PNG Sequences?

Aug 18, 2009

Does anyone have good tricks for exporting complex swf files as PNG sequences? We need to be able to edit the size of the final file, and a PNG sequences allows us to do this in AfterEffects while maintaining good detail. Also, what programs do people use to convert .swf files to .mov, etc? We are running into trouble, it seems some programs can't convert the .swf files.

View 1 Replies

Media Server :: Way To Generate Swf Files?

May 1, 2008

I am looking for an automated/command line means ofgenerating .swf files for the media files I have in my application.At any given time there could be hundreds of videos in thedirectory and the application lets users upload media to theserver. I know how to create .fla, .as files etc for one file usingCS3, but I am hope there is an easier way to generate these swffiles. I am looking at Flex SDK (specifically mxmlc) to write a cronjob, but I wanted to see if people use other methods.

View 5 Replies

ActionScript 3.0 :: Generate .FLA Or .SWF Files Programmatically?

Dec 4, 2009

I need to generate SWF or FLA files programmatically using php. Because I want to create a movie(either swf or fla) using sequences of images at my sever.
 
How to generate .FLA or .SWF files programmatically using php?Are theres any libraries for that?Or at least any APIs for generating those files?

View 4 Replies

Flash :: Does BlazeDS Generate Files?

Feb 9, 2012

I've been giving a application to work on that uses a Java EE application for the backend, Flash for the front end, and BlazeDS to connect the two. I have never used Flash or BlazeDS, and am trying to get my head around how BlazeDS works.

So far, I understand that when you connect to BlazeDS in FlashBuilder, the remoting-config.xml file is scanned to determine what services exist on the Java end. FlashBuilder asks which of these services you want to import, and what "service package" and "data type package" you want to use.

When you select your Java ExampleService, BlazeDS will create _Super_ExampleService.as and ExampleService.as and put them in your "service package" location. ExampleService.as is empty but extends _Super_ExampleService.as (which basically is a Flash service that you can use to call the methods in your Java service). If you need to add extra methods, you would add them to ExampleService.as. (Hopefully this is all correct, please correct me if I'm wrong)

My problem is I cannot figure out what BlazeDS does for value objects. When you select ExampleService in FlashBuilder (let's assume it's a service for the Example entity), what value objects does BlazeDS create? I would expect Example.as and _SuperExample.as. However, _ExampleEntityMetadata.as also appears.

[Code]...

View 2 Replies

IDE :: Generate Exe Files From Stand Alone Application?

Oct 7, 2009

Is it possible to generate an executable file from a flash executable file? A client has requested a quote from that will allow them to do the following: This whole thing needs to reside on a CD/DVD.

There is a bank of 10 images. The user selects any 5 images they want. The user saves those 5 images as a slideshow / powerpoint / executable file?

Are there other utilities that can do this kind of thing? Is flash the wrong development tool? Are there other tools out there that perform this type of function?

Google has provided no results for me. I've often lurked through the forums here and I thought that maybe the community here may have some answers as I can't seem to find them anywhere.

View 1 Replies

Generate IPA Files (iphone) On Flash Builder 4.5?

Oct 15, 2011

Flash Builder 4.5, and some lads told me that i can generate IPA file in order to generate iPhone apps from it.

View 1 Replies

Database :: Generate SWX Data Files Serverside?

May 12, 2009

By storing data in SWX files on the server, it can be interpreted automatically like loading one SWF into another.

Now I'd like this data to be modified by server side code, how can I do this? Are there any SWX libraries for PHP that I can use?

View 1 Replies

ActionScript 3.0 :: Generate Files With No Server Interaction?

Jan 15, 2011

I know Shared Objects are the standard way to store data from flash, but these seem to have a number of limitations.I'm wondering if it's possible for the flashplayer to manipulate regular files.It's my understanding that through FileReference you can load a file of the user's choice into memory. My question is, would it be possible to manipulate this file then present it back to the user for download? Possibly using javascript to assist?

I understand that it might be possible using server-side technology, but I'm wondering if it can be done without taking hard drive space and bandwidth from the server.

View 2 Replies

Python :: Library To Generate Flash Files?

Apr 24, 2011

I was wondering if there is any Python library out there which would allow me to generate Flash files (a simple slide show of a bunch of images). I tried installing Ming but was running into some problems, so was wondering if there is any other library out there with better documentation.

View 1 Replies

ActionScript 3.0 :: Generate And Save .mp3 Files From Flash?

Apr 13, 2009

I am making a training scheduler which does a 25 minute loop and plays sounds to instruct the user.

I want to provide an option to save out the schedule as an mp3 file so they can play it back on their mp3 player etc.

Is it possible to generate and save .mp3 files from flash?

View 2 Replies

ActionScript 3.0 :: AIR Generate XML Of Selected Folders And Files?

Feb 28, 2011

I am trying to generate XML of a user selected folder and inner folders along with the files recursively. Structure of the XML generated should be as the user selected folder.

I am able to list all the folders and files in the selected folder. I am unable to find a way to generate the same structure, I am unable to think of a way to replicate the depth of folder in XML. Any ideas to find solutions??

Code:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" creationComplete="init(event)">

[code]....

View 2 Replies

ActionScript 3 :: Generate Silence Audio Files With Adobe Air

Dec 13, 2011

I want to build an air app that takes input (for example a list of filenames to be generated) from the user and generates sound files with desired naming. The sound files should be an "empty/silence" sound (wav, aif or mp3). Is it possible the generate such a file? If not, can I use an existing sound and embed it into the app and have that as a source when generating the files? The purpose of this is to get a structure of files ready in the project that will be replaced by our Sound Director. This way, we can trigger all sounds before they are created.

View 1 Replies

ActionScript 2.0 :: Generate A Keyframe Timeline Filled With External .jpg Files

Jul 15, 2005

anyone know if it is possible to use actionscript to generate a keyframe timeline filled with external .jpg files on each keyframe.

View 1 Replies

Flash :: Generate Certificates And Provisioning Files For IPhone Development In Windows?

Sep 11, 2010

I would like to do some iPhone development from my Windows box using the Adobe iPhone packager. I get how to do pretty much everything except creating / obtaining the certificates and provisioning files needed to complete the packaging process. What is the easiest and quickest way to get up and running?

View 2 Replies

Flex :: Best Way To Validate A Complex Flex Form?

Dec 8, 2009

I have a Flex application that edits a moderately complex object, and I'd like to put some client-side validation in place on multiple parts of the editor.The editor is a set of nested objects:[code]The structure echoes the data model fairly closely, and the UI is what the project requires, so I'm not going to be too quick to restructure the classes there if I don't have to -- time is an issue too. What I want to do is have validators for each of the Component* instances that:[code]Show the validation tool tips and UI hints on the relevant UI element.Disable the SubmitButton when any part of the form is not valid(Optionally) provide enough information that I can display an error message in the form.

View 3 Replies

Flex :: Complex Movement Within Animation?

Jul 14, 2009

I've this application, where two children are playing catch. One throws and the other catches. While I can show a ball object moving between two stationary objects, how do I show the objects "releasing" and "catching" the ball, in a way that is close to lifelike?[URL]...

View 3 Replies

Actionscript 3 :: Send Complex Object FROM Flex To PHP

Apr 11, 2012

I want to be able to send complex data from Flex to PHP and be able to parse that data via PHP script. I'm able to send a basic key value pair object but anything more complex than that doesn't translate accordingly. This works...

[Code]...

View 2 Replies

Actionscript :: Flex - How To Insert Complex Strings

May 21, 2010

How to insert complex strings into Actionscript?

So I have a string

-vvv -I rc w:// v dv s="60x40" --ut="#scode{vcode=FV1,acode=p3,ab=128,ch=2,rate=4400}:dup{dt=st{ac=http{mime=v/x-flv},mux=mpeg{v},dt=:80/sm.fv}}"

[Code]....

That string has so many problems like some cart of it can happen to be like regexp BUTI DO NOT want it to be parsed as any kind of reg exp - I need It AS IT IS!)

How to put that strange string into variable (put it not inputing it thru UI - hardcode it into AS code)?

View 2 Replies

Flex :: BlazeDS Serialization With Complex Types

Oct 25, 2010

I recently came into a situation when sending a nested object from Java to Flex via a HashMap the Objects were null. More precisely:final Map< Integer, List<String>> tempMap = new HashMap<Integer, List<String>>();would send the keys as integers but the values were all null.But when sending the same with String keys:final Map<String, List<String>> tempMap = new HashMap<String, List<String>>();the objects came thru.Are there any restrictions in BlazeDS serialization when using complex types as keys?

View 1 Replies

ActionScript 3.0 :: Complex Interactive Content In Flex?

Mar 2, 2009

I'm a seasoned Flash developer and have just recently switched to Flex, but so far I've been having a hard time with creating the right kind of components. For instance, in Flash if I wanted to add a complex interactive menu, I would have a menu clip in the library, then export it for ActionScript, assign a class to it and add it to stage. How would I do something like this in Flex? It seems all I can do is expand the UI Components, and none of them is really suitable for what I want to do

View 2 Replies

Flex :: Generate Dynamic Flex-ComboBoxes By Class-Properties

Jul 6, 2011

I have an Flex-Object with for example 3 properties.

myObj.prop1
myObj.prop2
myObj.prop3

I like to generate 3 Comboboxes to show the data.
No problem if I do it hardcoded in sourcecode.

But how can I find the prop1 to prop3 at runtime?

If next time I have 5 properties with different name it should generate 5 combos.

View 1 Replies

Flex :: Generate A Flex Image From A Hidden Component?

Jan 20, 2010

I'm trying to put an image, generated from some text, in a RichEditableText. Since it's a styled text, I thought about putting it another RichEditableText, style it, then print it to a Bitmap to use as source for InlineGraphicsElement.I use the following code to do that

var txt:RichEditableText = new RichEditableText();
txt.text = name;
// Appliy given styles to the text flow of input rich editable text

[code].....

View 2 Replies

Flex :: Generate Flex SOAP Client Using Maven?

Aug 9, 2011

I have a java server side project which contains JAX-WS web-services (using JavaEE 6 and the @WebService annotation).

Is there some kind of plugin that would allow me to generate Flex client stubs during my maven build ?

I have taken a look at enunciate, but it seems to generate only AMF client.

I've also tried to look at GraniteDS, but their doc seems a little opaque to me.

Notice my Flex project is compiled using flexmojos, which contains a flexmojos:generate mojo that should be able to generate domain object (however I don't understand how to say it to use domain classes from ANOTHER project, and not from a different folder).

So, is there any maven plugin that would allow the kind of feature described in this Adobe page ?

View 1 Replies

Flex - Generate The ASDocs For The API?

Oct 7, 2009

I have an API that inherits flash.display.Sprite .When I try to generate the ASDocs for the API, The ASdoc shows that my class inherits from flash.display.Sprite, but doesnt link or there is no click-able link to the Sprite's ASDoc. Can anyone tell me what I am missing.

[Code]...

View 3 Replies

Flex :: Allows To Generate Getters/setters?

Nov 16, 2009

Is there a way to synthesize getters/setters in AS3? It's very common that you have a class with lots of variables, especially in math calculations (Model in MVC pattern), that you'd like to expose. Is there something like synthesize property in Objective-C, that allows to generate getters/setters?

View 4 Replies

Flex - Automatically Generate Images From SWF?

Nov 17, 2009

I'm looking for something that automatically generates images from the content in some SWF and stores the images on a server to be fetched if the user doesn't have Flash Player installed. The purpose is to at least show a static diagram instead of just a table with data, if Flash Player isn't installed.

It's quite easy to create an image from a DisplayObject using Actionscript, but that requires someone opens the SWF in the first place. I would like this to execute on the server side. Is it possible? Is there a headless Flash Player that could be used with PHP for example?

View 2 Replies

Flex :: Generate Certificate For Signing AIR App

Nov 25, 2009

How do I generate a self-signed certificate to sign an adobe AIR app? I'm using the maven flexmojos plugin. I've followed an openssl tutorial to generate a .p12, but now the mvn plugin /adt compiler is telling me that the certificate is not a X509 certificate.

View 1 Replies

Flex :: Dynamically Generate ComboBox Name?

Dec 7, 2009

I have a script that parses some complex XML. When the XML element is of a certain type, it generates a comboBox using the XML element's children to populate the box. I then want to check all of the values of the all the generated ComboBoxes against their correct answers (which is also info stored in the XML file). When creating the ComboBoxes, I added an "id" property. However, it seems that I cannot them use:

dynamicQuestion.id.selectedItem.labelField

to check the answers. However, I am able to get the labelField if I know the variable name used to create the ComboBox.

dynamicQuestion.selectedItem.labelField

This indicates (to me) that I need to dynamically generate the variable name as I'm creating new instances of the ComboBox. But how do I dynamically generate a variable name? If I use

var thisBox:String = "box"+boxCount;
var newBox:ComboBox = thisBox as ComboBox;

I get an implicit coercion error. I also tried changing the creation statement to a function that accepted an argument, "thisBox," but this didn't work either. Conceptually, this seems quite simple, but I'm having a hard time putting it to practice. It seems that the comboBox's id is what is generated by created the box using script (e.g., var thisBox). How do I dynamically generate this name?

View 2 Replies







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