all groups > flash data integration > may 2005 > threads for may 22 - 28, 2005
Filter by week: 1 2 3 4 5
Writing into the database on the internet
Posted by afroma_n at 5/28/2005 12:00:00 AM
Hi! I have an application that runs on the internet that works with asp and
access. When I request info from the database, it works fine, but when I want
to write into the database , it won't allow me to do it. Is life if somewhere
the database just let me read and not write into it.
Can ... more >>
DataSet - DataGrid
Posted by Dinghus at 5/26/2005 12:00:00 AM
I did the tutorial on using the dataset component to send data to a datagrid
component by databinding and lo and behold. It doesn't work. The data is in
the DS but won't go to the DG. Matter of fact, I have only had success getting
data into a DG via ADDITEM.
What am I missing with datag... more >>
Webservice with restricted ip access
Posted by westmo at 5/26/2005 12:00:00 AM
I've consumed a webservices that will only accept connection from my servers IP
address and a password.
When I run the file locally on the server from a browser it works. But if I
hit the server remotely from a browser it doesn't work. What am I missing. I've
set the allowscriptaccess to alw... more >>
SWF2GIF for Linux
Posted by sbs_belov at 5/26/2005 12:00:00 AM
Hi all! I need a linux programm, that conver swf to gif. If u know something about it, plz tell me. Thanks.... more >>
Datagrid - How to pull in rows in smaller portions?
Posted by blckbrry at 5/26/2005 12:00:00 AM
I have a mysql database with say 300 rows. Datagrid takes too long to show them
(mysql --> php --> flash), and is too processor intensive.
How do have the datagrid only pull in a portion of the records and then allow
the user to call for the next group of records?
Any ideas would be gre... more >>
[Newbie] Data communication server => flash client
Posted by bonkong at 5/25/2005 12:00:00 AM
Hi people,
Given that a flash client has been loaded, is there a way to do async.
communcations between the flash and the server?
I'm kind of new to flash communication server/remoting, but I've done some
good flash AS scripting on previous versions of flash (everything up to sockets
+... more >>
Action Script to read multiple datasets in XML doc for Flash Bar Chart
Posted by dbmdsrv01 at 5/25/2005 12:00:00 AM
I am trying to compare groups of items using an XML source and need assistance
in creating the
Action Script to properly read multiple datasets within an XML doc in order to
create a Flash MX
Bar Chart.
I have been successful in creating a Flash Chart using one dataset, i.e.
phone e... more >>
INSERTing record into Access
Posted by kadman at 5/24/2005 12:00:00 AM
Fellow Flashers,
I posted a very similar message to the ColdFusion and Flash integration board
last week, but got no responses,so thought I might be barking up the wrong
tree. I now turn to the Flash side of the fence to see whether or not there
were any pointers or tutorials you folks mi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Set visibility via asp
Posted by mr_tim at 5/23/2005 12:00:00 AM
I have a MS SQL db with some values in, if a column value is equal to X then i
would like to set the visibility of a movieclip to true. How easy would it be
to achieve this?
I've set an ASP page that outputs the info from my database in the
variable1=value1&variable2=value2 format but do ... more >>
Uploading XML into Datagrid
Posted by Dinghus at 5/23/2005 12:00:00 AM
I have CF4.5 (still can't get this customer up to MX) creating an XML file from
a database query. This is called by a load operation from Flash.
The XML gets up to Flash no problem, but now, how do I get it into a Datagrid?
I thought the datagrid component saw an XML file as an array bu... more >>
RSS into flash tutorial or component?
Posted by FriendsAbroad.com at 5/23/2005 12:00:00 AM
Hi Any one know of a good tutorial or component available for consuming an
RSS feed and displaying in Flash?
Thanks
... more >>
PHPObject.as
Posted by Zchildress at 5/23/2005 12:00:00 AM
Hello,
I'm trying to pull data from a mySQL database using PHPObject. Following the
GhostWire tutorial, and with the help of a mySQL/PHP programmer, everything is
set up except for one thing. I'm unable to instll the mxp files to create the
PHPObject.as. Plus, can't open the .fla files ... more >>
php, data, flash...
Posted by orel_25 at 5/23/2005 12:00:00 AM
Hi, I'm trying to write this question in English (but you can already find the
french version).
I have a problem, I wanna know if it's possible to integrate in a Flash
animation, external data, like files and to put the contents active and/or
interactive on my animation, without php, is it p... more >>
string to integer
Posted by iffy_aris at 5/23/2005 12:00:00 AM
hi its me iffy..
I want to convert a string comming from a PHP file
e.g .....
<?
$var = "some value212" ;
print "content=$var";
?>
then i call this variable in Flash through LoadVariableNum Function....
i m trying to use this variable in a loop...
foo = 0;
while (foo<j) {
... more >>
|