| Thread | Last Post | Replies |
|
| Getting url variables | 31 May 2005 21:03 GMT | 1 |
I am creating an eCard application. I created the front end, which passes the info to a database, and sends out an email to notify the recipient. The Url with the email has two variables attached to the url string. When the recipent selects the link, they go to a page where there ...
|
| Writing HTML data to XML | 31 May 2005 12:36 GMT | 3 |
I've been playing around with Phil's tutorial (http://www.macromedia.com/devnet/mx/flash/articles/flashpro_asp.html) and am trying to make a makeshit CMS out of it. Problem is whenever I try to save any HTML data to the DB via XML & ASP nothing will save. The only stuff I can ...
|
| Web Services Help | 31 May 2005 09:34 GMT | 1 |
Hi there, I'm trying to display weather from a web service, but I don't know how to use this function, can somebody help me please, I'm using this address: http://live.capescience.com/wsdl/GlobalWeather.wsdl thanks in advance!!
|
| Writing into the database on the internet | 30 May 2005 15:10 GMT | 1 |
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 ...
|
| External HTML text display | 29 May 2005 18:53 GMT | 2 |
I am having difficulty getting my dynamic text field to display external HTML-formatted text. I can get non-HTML formatted text to appear by using the following method: Action script calling the external file: loadVariables("ExternalText.txt",
|
| Datagrid - How to pull in rows in smaller portions? | 27 May 2005 00:26 GMT | 1 |
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?
|
| Set visibility via asp | 25 May 2005 07:50 GMT | 3 |
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
|
| Uploading XML into Datagrid | 25 May 2005 02:16 GMT | 2 |
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 ...
|
| Binding WS to the List Component | 24 May 2005 18:21 GMT | 2 |
I'm having some trouble with binding a web service to a list component and would appreciate some help... I've written a simple CFC to use as a webservice that returns a query with UserName and UserID. I then have a Web Service Connector retrieve that data
|
| PHPObject.as | 24 May 2005 15:02 GMT | 1 |
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 ...
|
| php, data, flash... | 23 May 2005 14:38 GMT | 1 |
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
|
| how to handle special characters? | 23 May 2005 14:34 GMT | 3 |
im workin on a project which require integration between mysql - xml - flash. but im stuck with special characters (like ' " - &)which always appear as boxes (?) in flash dynamictext although i have turn on html rendering capability. The strangest thing is the characters is ...
|
| Flash & PhP | 23 May 2005 09:36 GMT | 2 |
Hi. I am bothering you again because I really need to know how to make flash and php talk WITHOUT using amfphp... I would apreciate any help as I tried to follow other's help and did not do anything... The PHP file : ------------------------------------act ...
|
| loadVariables Command help | 23 May 2005 09:32 GMT | 4 |
I have a MYSQL database named "Users". I am trying to grab the fields "User" and "Password" for use in a login script. (of course) I am unsure of the syntax of the loadVariables command, and how to use it to grab the data from a MYSQL database.
|
| Loading ASP page from stand-alone swf? | 23 May 2005 09:30 GMT | 2 |
Is this possible...I have a stand-alone Flash training application that gathers data as the user navigates through it. When the user is done, I would like, if it's even possible, to have the Flash Player load an ASP page and send the data to it. The ASP page would then be used ...
|