Im having an app where the user can edit a simple greeting card and should be able to send it to another user.We currently doing it by exporting to graphic file and sending with some server script.Now - we found a need to export that card to swf.This card is basically a (Flex) Canvas holding some images and labels.
When I try to export my application to native installer with using Export Build Release, it isn't importing my sqlite database files which are in my application directory. Is there a way that I can import those database files ?
I've wrote some application in Flash cs5, wich allow users to make their own Christmas Cards, but at the end of programming I realized, that I should to provide some function to save user's card to seperate SWF-file...
Please, anyone who knows, help me! I tried to find something in Google, but all what I understand is that I should use ByteArray. But I can't really get, HOW I can use it in my case?
All I have found is this four lines:
var buffer:ByteArray = new ByteArray(); buffer.writeObject(MOVIE_CLIP_HERE); buffer.position = 0; buffer.writeBytes(...);
I am making an application and I need to export a movieClip as a PDF. This movieCLip has both images and text. I know how to ad the movieCLip as an image to the PDF, but I need to have the text selectable. No problem...I add every child of the movieCLip to the PDF. No comes the problem. I don't know how to rotate the text inside the PDF. Is there anyway I can rotate it and still be selectable?
I just wanted to know weather we can Export Dynamic Movieclip into any other video format or even 'swf' through Actionscript. Or if there is any open source available that can perform the job.
I have certain content in a movieclip. I want to export it into formats like eps or ai. Is it possible? I have done jpg and png but not sure about vector formats..
I have a script that create and positions a lot of movieclips (almost 2000) in an isometric perspective. These movieclips are in fact each grid of the big isometric movieclip. Okay...The thing is... can I create these grids and positions them and then export it all already created and positioned into and external SWF with all properties or someway to cache this script?I think if I put all movieclips manually and position them manually too... the compilation could be faster and the drag stuff could be faster too.
I want to export some vectorial drawings to a vectorial format (eps, svg,...) from a Flash application. Everything is vectorial in my application so it should be possible to do it, but I can't find a solution
Is it possible to export FLA composition to Flex? So it will work exactly as in Flash Pro but instead in FLEX? FLA contains a bunch of movieClips, buttons, images, all driven by an .as file.
I need to export charts and data tables to pdf file in flex application.For this we can user AlivePDF but i need to export to local not server.Can we export to local system prompting user to select the location to export?
I'm working on dashboard editor in flex, an application that allow users to drag ui objects inside a canvas.i need a solution to save the canvas with the objects inside (with all properties and locations x & y) to allow users to save dashboards to database and to open them . I need a way to get the canvas insides without parsing each object inside the canvas. some build-in function to export a ui object into mxml string or something. I'm wondering if there is a way to do that.
I am creating effects in my AIR application using actionscript like fadeIn and fadeOut. is there any way to export those animation to movie format like FLV or AVI using actionscript?
I'm creating an actionscript project in Flex Builder. I succeed to export from Flash a SWC file, and to use it succesfully in Flex. I have a good programming background and Flex looks very simple for me, but I have difficult times in flash. I'm trying to achieve something that might be very simple(not for me of course): I create a simple shape in Flash, convert it to symbol. Then I create a TextField. The I select both the elements and convert them to another symbol, and Export it as a movieclip in swc.
In flex I want to change the value from the textfield. How should I do? I'm trying to do:
var t:ExportedMC = new ExportedMC(); t....(what should I write here)
As I mentioned when I open flash I feel like an elephant in a porcelain store. I have 2 questions here: - how to assign a name to the textfield in flash? I'm using CS4. - how to access it as a child in flex?
I'm trying to export an AdvancedDataGrid to CSV. This is easy enough for non-hierarchical data, but when using a HierarchicalCollectionView to show treed data it gets trickier.
how to access each of the cells just as they appear on screen when all of the nodes are expanded?
Datagrid with 3 columns namely Name,Place and Country. In order to export these columns values to Excel sheet by Clicking a Button called 'Export to Excel'. When Click this button, the values in datagrid is exported in excel sheet.
On Windows XP 32bits, I find it strange that the FB4 Export Release Build doesn't have the option to export as EXE in contrast to the one I have in W7 64bit?
I want to export the data kept in an actionscript array as a text/CSV file. I have searched and found a few that did datagrid to excel exports but they are complicated and confusing
with the platform j2ee,data of datagrid is from java dao(from the database),so which way is better,to export the data of datagrid to Excel with java dao or flex?
How do I export data in my datagrid to an Excel file in Flex?Can anyone provide some examples for that? I am browsing but couldn't find out a single example of that kind.Browsed a lot and found out how to convert datagrid data to csv format. Now How to convert that to excel? Is there a way to do that without using any server script ? Can't it be done in Flex alone?
I opened up an old project in Flex Builder 3 which runs on Adobe AIR 1.0. I believe it was originally written in Flex Builder 2. When I try to run the Adobe Air application, nothing happens. When I try to export a release build, I get this error: If I change the main-app.xml file to use the 1.5 version of the namespace, it builds fine. Unfortunately, the clients environment runs on 1.0. Ideas?