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


Similar Posts:


Sql :: Learning Ruby To Use Serverside To Manage An Existing Database?

Mar 28, 2012

I am very much a beginner to rails and I have a specific need for it. I wish to connect it to a flex app, and also use it to call a database.

For example when the following web page is visited: ?User=bob&id=4&lic=234 Take 'bob' and 4 and add them to an existing database table if the license number is valid and not already used. I don't want to use the standard database stuff, I will need to write my own SQL queries as well as have logic for checking other stuff to do with registering users etc. It is already done with Coldfusion but I am having issues with it, and would like to have it work with Ruby instead.

But to start with, I just want the ability to call a web page (on localhost:3000) get the string after the URL "?User=bob&id=4&lic=234" in this case and output "User:bob id:4" to the screen. I want to learn what the code is doing rather than have the least lines of code solution. I would rather use as little of the rails framework to do this as this will help me learn the language. I won't be making the standard website so learning the rails framework won't be so useful to me.

looking for, however I am having problems connecting with databases, mysql in this case:

[Code]...

View 1 Replies

ActionScript 2.0 :: Storing Data In A Database Instead Of Using XML Files?

Mar 10, 2010

I have a simple Flash slideshow that reads XML

The XML files contains a few settings and several data entries

I want to make it read from a database instead

I can't make my mind up how I should use the database and how many tables I need

IMPORTANT: I will have several instances of the same slideshow on several different places - how to best store the data

View 10 Replies

ActionScript 3.0 :: Serverside Script Upload Big Files To A Ftp?

Mar 20, 2009

I've been struggling with this a while now and I'm wondering if there's a way to through flash and perhaps some serverside script upload big files to a ftp. My webhost has a php upload limit at 20MB, so I need to find a solution so that I can upload files up to 1 gig to my ftp. Is it a dead end situation or can I solve it in any way?

View 2 Replies

Flex :: Flash Builder - Generate Form From Database Table

Jun 14, 2011

I've got remote databases on hosting. Can Flash Builder generate Spark Form with similar structure from database table?

View 2 Replies

ActionScript 1/2 :: Generate Array Whose Elements Are Each Arrays To Make Quick Loading Database Of Sorts

Jul 7, 2009

I'm trying to figure out how to generate an array whose elements are each arrays to make a quick loading database of sorts.the main array could essentially be something like "employees" while each employee would have demographic data like age, salary, gender, etc.In some cases the information on some employees would be greater than others, and options created by "push" would imply the number of elements within each employee array would be variable until generated.[code]But I get the feeling this type of array as it is currently described doesn't lend itself well to adding new elements in the way I've described.My goal is once an employee's information has been entered and saved, I can call up their info by array number like aEmployee[2], and if employee 2's name is Bob, then Bob's name would appear in the text field, along with all the other fields related to Bob's array, such as being male, 42 years old, and living in Witchita Kansas.Would I modify a multidimensional array, or do I want an array within an array, and is there a way to add "arrays" as elements?

View 8 Replies

Data Integration :: Flash Data To Mysql Database

Feb 16, 2009

Can anyone help me with getting a message that is said in flash (like a game) go to a mysql database?

View 2 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

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

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

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

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

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

Professional :: Possible To Load SWF Files From An SQL Database?

Mar 1, 2011

Allow this binary data to be extracted via a http request to be dynamically loaded inside of a web page.Now the first part was easy. I have all of my swf's uploaded and stored inside of the database. I have code that can make a request for the binary and write it to the response, so far so good. Now this is where I am stuck.I thought I could dynamically load the swf binary data by creating a very basic swf that simply contains a movie clip holder and for now a simple loadMovie statement. My idea being that I can could provide a url for the loadMovie statement that returns the swf binary data. This is where I have ground to a halt.

I can see the call being made from the swf, I can see the data being returned but I cannot get it to render. I remember seeing an article some time agao where someone stated that they had used this method with success but I cannot find now

View 1 Replies

ActionScript 2.0 :: Generate Array With Xml Data?

May 6, 2010

I have a function with a loop that uses an xml file to get jpg stored in folders...

ActionScript Code:
projectData[ "rootdir" ].attributes[ "src" ] + "/" + currentPictureData[ "fullsize" ].attributes[ "src" ]

the code above is inside the loop and spits out a list of urls for jpgs, nice (project1/full1.jpg, project1/full2.jpg, etc)

can I store these in an array inside this loop so i can use them after the loop has finished?

ActionScript Code:
var photoArray:Array = new Array(projectData[ "rootdir" ].attributes[ "src" ] + "/" + currentPictureData[ "fullsize" ].attributes[ "src" ]);

View 2 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

Data Integration :: Using Flash To Generate Code?

May 27, 2007

am interested in using adobe flash to generate a codeout of the infomation a user inputs generally the idea is this 1.User inputs infomation such as age etc 2. a code gets generated 3.this code links in with the infomation that is given and i can nowtype is flash able to do this and if so how would i goabout doing it, if not what other ways would there be able treate something like this

View 1 Replies

Flash :: Video Swf Loading Files Through Php From Mysql Database

Mar 22, 2011

I am trying to create a video that loads the videos stred in a directory, depenant on the users id etc.To do this, I am using php. However, I cannot then get the php to convert to xml within the actionscript:[code]It works with a normal xml file just not php

View 1 Replies

Flex :: Algorithm - How To Generate Person Based On Data

Aug 4, 2010

Based on user input height, weight, measurements and other data, dynamically generate a person (can produce 3D graphics)?

View 1 Replies

Index Mp3 Files On User Side And Create A Database Of File Name?

Oct 3, 2010

How can I index mp3 files on user side and create a database of file name, artist name album name etc and upload them on a server?

View 1 Replies

Php :: Multiupload Of Files Using Flash Uploader And Php And Saving Into Mysql Database?

Mar 24, 2012

I want to develop a backend admin solution to save images for a post using some multiupload flash uploader. I mean that kind o f uploader, where when you click on browse and than in the open dialogue box you can choodse mulitple files using CTRL plus LEFT MOUSE CLICK).I would like to save every new image to the database. With saving I mean, creating a new row for every item(image) in my table called images:1.id (automaticallyncreasing)2.file_name3.user_who_uploaded_that_bookI would like also to limit the number of files that can a user uplaod (e.g. max 20 files) somewhere in the config file.

View 2 Replies

ActionScript 3.0 :: Generate MovieClips To Display External Data From XML In Flash?

Mar 19, 2009

I'm using AS 3.0 to generate movieClips to display external data from XML in Flash. These data need to update every xxx seconds. But at reloading it just writes the new data on top of the old data... Since not every update will have the same number of lines or clips next to eachother I need to clear the whole stage at once before writing the new data.

View 1 Replies

ActionScript 3.0 :: Data Gathered From A Form To Generate Visual Representation?

Mar 26, 2010

need to create some simple code that uses data gathered from a form (which ive already coded and vaidated) to generate some sort of visual representation based on the input data.

View 1 Replies







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