| Thread | Last Post | Replies |
|
| PHP/Flash Email, NOT A COMMENT FORM | 31 Mar 2006 17:23 GMT | 2 |
http://www.derekvanhorne.com/phptest/clothing.html This is an extremely simple version of what I will be creating in Flash, where users will cycle through clothing options and then click "Submit" to submit their choices. Then, in theory, an email will be sent, via PHP, to me with ...
|
| xml sites needed | 30 Mar 2006 20:14 GMT | 1 |
Hi I"m looking at using xml for my final project and i've very little time left. I'd appreciate it if someone could point me in the right direction. I want to save a chosen preference to xml so that the next time the package is opened the preferences are retained. theres a coule ...
|
| Column count for list box won't change | 30 Mar 2006 16:54 GMT | 1 |
I'm using a static XML set to populate a list box. Because I want to control which columns (fields) are visible and which rows (records) are displayed, I'm parsing the XML into an array of objects with the required properties. An example of the array could be:
|
| Flash Data Newbie needs data help please | 29 Mar 2006 16:58 GMT | 1 |
Hi, I am a newbie to using dynamic data in Flash I am building a site for a client that will have a News section, where news text will live inside a ScrollPane and I need to set up the RIA in a way for the company
|
| variable for media component | 28 Mar 2006 23:30 GMT | 2 |
I would like to bind a variable to the 'contentPath' property of the media playback component... simply inputing the variable name into the field name of the property doesn't seem to work... how do I go about this? thanks for the help,
|
| Is there a Flash/MySQL tutorial somewhere? | 28 Mar 2006 21:21 GMT | 5 |
Trying to ramp up my website to the next level by integrating my database with Flash. I've looked around for a tutorial on this but haven't found one. Must not be looking in the right places. Can someone point me in the right direction?
|
| ASP and Flash | 28 Mar 2006 18:56 GMT | 2 |
Hi! OK, I know that I can set up a Flash movie to bring in ASP variables using the LoadVar command. But this appears to be an active method of obtaining these variables -- in other words, Flash contains AS that tells it "Hey, go out and
|
| LoadVars.Load - Get usable variables | 28 Mar 2006 16:35 GMT | 1 |
I want to get and use in Flash the value of a specific variable that comes from an ASP page. I'm using the loadvars.load () object, so far I was able to assign actionscript variables to each of the variables that come from the ASP. But i'm
|
| PHP/Flash Intergration | 27 Mar 2006 12:58 GMT | 4 |
Hello, I've been struggling with this for ages now, so it's time I asked for help. I'm setting up a shopping cart in Flash, using PHP to process the information and store/retrieve from a MySQL database. I can add items to the cart and display them, no problem, however I can't ...
|
| XML: Multiple Parent Nodes and DataSets? | 24 Mar 2006 19:35 GMT | 1 |
I am using one DataSet for my entire project. Each Time I load a new XML file into it I clear the DataSet. So things have been working rather nice and smooth using one parent node. I have a question concerning multiple parent nodes and one DataSet. Here is an example of my XML ...
|
| DateTime Problem with .NET WebService | 24 Mar 2006 12:46 GMT | 2 |
I am using Flash with the WebService class (via actionscript) to interact with an ASP.NET 2.0 XML Web Service. When retrieving information that is in DateTime format (in returned object) I am having a problem when the time has less than 3 digits for milliseconds. For example:
|
| Large XML file and Flash 8 | 23 Mar 2006 18:04 GMT | 6 |
I'm parsing a XML file with the xmlPopDsJEA() function into a DataSet (this sample posted on many sites). It all works fine, until I got the final XML file from the client which is is 7.46Mb big, contains 240,129 lines and 4,850 products (item nodes).
|
| looking to send data to php only | 23 Mar 2006 18:00 GMT | 1 |
I am using this code which is wrong but i havent found how.. var url:String = "http://www.milliondollarring.com/updateClicked.php"; var dataToSend:String = "&clicks=" + obj; var sender:LoadVars = new LoadVars();
|
| PHP/MySQL getting garbage in Flash 8 Pro | 22 Mar 2006 23:30 GMT | 1 |
my output = ck1mark%40hotmail%2Ecom=&onLoad=%5Btype%20Function%5D Flash Code: var my_lv:LoadVars = new LoadVars(); my_lv.onLoad = function(success:Boolean):Void {
|
| Building Dynamic Applications | 20 Mar 2006 17:34 GMT | 1 |
I have a questions for you flash gurus, Can I build an application for displaying, inserting,updating data to and from Microsoft SQL Server? I don't want this application be be depended on any technology other than flash, meaning I don't want to built the damn thing on PHP, .Net ...
|