all groups > flash data integration > december 2004 > threads for december 15 - 21, 2004
Filter by week: 1 2 3 4 5
Confusion over flash, mysql and php
Posted by chris~Roddie at 12/20/2004 12:08:07 AM
I wish to set up a web site using flash which will retrieve and send data from
a database. I've heard that connecting to a mySql database using php is a good
way of doing this and since these are both free wish to do this. I plan to
store the website on my ISP's server as they provide us w... more >>
DataGrid sort...
Posted by Methark at 12/19/2004 6:49:21 PM
Hi,
I?ve made and dataGrid interaction that works perfect, BUT, this grid got an
column with numbers that represent the array number (0,1,2,3,4,5,6,etc).
The problem is: When the aplication starts, the colunms looks like this:
1
10
11
12
13
14
15
16
17
18
19
2
20
... more >>
loading html content from an asp-file into flash
Posted by sven boets at 12/19/2004 4:11:24 PM
i need to load html content from an asp-file into a flash movie
the sorce that comes out of the asp file is html code
ex: <p><font size="20">text...</font></p> etc.
i use this script to load the external asp-file
myData = new LoadVars();
myData.load("http://www.leveljay.net/biography.asp... more >>
Duplicate doc type declaration problem
Posted by MikeKlepper at 12/17/2004 6:48:12 PM
Hello,
When reloading XML data into an XML object already containing data, it appears
that the XML object does not totally "clear" itself. For example, when running
this code...
var loadCount:Number = 0;
var myData:String = "myData.xml";
var loadedXML:XML = new XML();
loadedXML.i... more >>
Million Dollar Question
Posted by digitali at 12/17/2004 9:01:21 AM
I have a client who wants to display a list of names in flash, which should
come from a DB, can be any DB, and when a user clicks any name, it should open
a page having the details of that person. Please tell me how exactly can the
prob be solved, as Iam a Designer by profession but do take... more >>
save pictures on server in swf format
Posted by [-e-] Alas at 12/17/2004 6:52:45 AM
Question how do i save pictures on server in swf format. In other words i need
some flash application that can save whatever the client draws to the server.
Example:
http://www.flash-gear.com/draw/drw.php?id=87809&a=1562126911&c=714583417
prob is this guy does it with PHP i want to... more >>
Dynamic Text
Posted by Razorplane at 12/16/2004 4:06:48 PM
Please help.
I'm a newbie ... but there's gotta be a simple solution to this:
I'm pulling data into a Flash text field from a SQL database through an ASP
page.
It displays fine ... works great ... but I need to be able to place a conditon
on the data in order to trigger a frame change in... more >>
Data without server...
Posted by GC-Dusablon at 12/16/2004 3:37:13 PM
We are building an interface for our field employee laptops. We have no
available server connection. What are my options with Flash to institute any
kind of dynamic data...am I out of luck here entirely, or is there something I
can do with XML, Java or tie into a database somehow without serve... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WebService Connector Update
Posted by CSnerd at 12/16/2004 3:26:43 PM
Hey guys what I have set up is a web service and have gotten the values
returned by the service correctly into Flash. My question is when the movie
loads the datasource triggers, how do I get fresh values from my web service on
a regular interval. I have tryed triggering the web data soure li... more >>
input text?
Posted by Sibling Rivalry at 12/15/2004 9:58:26 PM
I have inserted a data base page into my web site. I am using the input text
option to have users input their information into my data base. When I test
the page and I use the tab key to switch to the next entry text box the cursor
moves in a random order. How do I control the order in whic... more >>
How to tell when applyUpdates has committed changes
Posted by Guidon The Bee at 12/15/2004 4:15:14 PM
I've got an editable dataset which is bound to an RDBMS Resolver, which is in
turn bound to an XML Connector. Clicking on a 'Save' button calls an
..applyUpdates(); function on the dataset & all this works fine :D
However, I need to detect when these updates have been committed to the
unde... more >>
|