ActionScript 2.0 :: Send Info To Database Via .asp?

Jun 9, 2004

I am trying to get a .asp example file from an actionscripting book to work, but it keeps telling me that there is an error trying to open the .asp page on my server.I uploaded the .asp file, and the access file onto my server, but it is not communicating.Are there any browswer settings or web-hosting settings I should be aware of before I try to send and receive information from a database? Also, I eliminated one variable. In another document, I was able to pull information from a text file from my web server without any problems.

View 3 Replies


Similar Posts:


ActionScript 2.0 :: First Time Attempting To Send Info To Database Via .asp

Jun 9, 2004

I am trying to get a .asp example file from an actionscripting book to work, but it keeps telling me that there is an error trying to open the .asp page on my server.I uploaded the .asp file, and the access file onto my server, but it is not communicating.Are there any browswer settings or web-hosting settings I should be aware of before I try to send and receive information from a database?Also, I eliminated one variable. In another document, I was able to pull information from a text file from my web server without any problems.

View 3 Replies

ActionScript 2.0 :: Pulling Info Out Of The Database Using Flash

Nov 27, 2004

so i got the info all in the database and then i have a php page that goes and retrieves the id that the e-mail sent through. here is my code on the load.php page so far:

[Code]...

View 6 Replies

IDE :: Flash Setup - Loading Name And Other Info From Database

Jun 27, 2009

I have a page display people's name and when you click on a name information such as age, height, and weight are displayed. In Flash, can you create the same thing? I know with displaying data from a database you have to have dynamic text boxes set up to load the info but can you have it set up so you can load a name from a database and THEN click that name to have it load the other info?

View 1 Replies

ActionScript 2.0 :: Pulling Info Out Of The Database Using Flash?

Nov 27, 2004

i got the info all in the database and then i have a php page that goes and retrieves the id that the e-mail sent through. here is my code on the load.php page so far:

PHP Code:

<?php
//database connect
require_once("connect.php");[code]...

now i've got all the records of value $card (lets say 8 for this instance) pulled into this php page, how would i go about loading them into flash with loadVars()? for the record names, i used this line to originally insert them:

PHP Code:

$result = mysql_query("INSERT into ecard (fname, femail, tname, temail, message) values ('$fromName', '$fromEmail', '$toName', '$toEmail', '$message')"); 

View 6 Replies

ActionScript 2.0 :: [FMX]Having Info From Database Displayed In Flash File?

Jan 31, 2004

if i have a a database how can i get info from it show up in a flash document in a dyanamic text box

View 3 Replies

ActionScript 2.0 :: [FMX] Having Info From Database Displayed In Flash File

Jan 31, 2004

if i have a a database how can i get info from it show up in a flash document in a dyanamic text box

View 3 Replies

Flex :: Oracle - Remoteobject Multiple Records In Database Of Same Info?

Feb 11, 2012

Case1: When a client makes a remoteObject request ie to save some Info... A call is made to Java SAVE_INFO method. If request failed ie came back to FaultHandler ( we save the info in an arrayCollection).Later we call SAVE_INFO again for each item in arrayCollection ie( if arrayCollection has 10 items.. We call 10 times the same method.. I know that's kind of stupid but we have no control over java to write a overloading method). Some times we see there are multiple records of same info in DB. I am not sure if this happens when looping over arraycollection and making calls or during normal one time call. We could not find a pattern to reproduce. Java LOG level is at Error level in production. can't set to INFO in production to monitor all calls. We dont know if this multiple times saved record is, the one in arrayCollection or normal one.

Flex3 RemoteObject --> WAS 6.1 , lCDS 3.0, Java1.5 --> Webservice -- > Java (hibernate) --> Oracle 10gCase2: When application is left open and user leaves for the day and submits info the following morning, we see duplicate records in DB of that info.(No arrayCollection here. Simple straight one call)Flex3 RemoteObject --> OC4J Blazeds Java1.5 (JDBC) --> Oracle 10g.Recently one of our Testers testing case 2 application found this pattern and I am starting to think that may be in the case 1 also.. users might be leaving for lunch/break and resubmitted the arrayCollection after coming back. During lunch java might have killed the sessions for the client and after resubmitting 10 at same time.

View 1 Replies

ActionScript 2.0 :: Reattach Dynamic Clips With Updated Database Info?

Feb 3, 2006

I am building a dynamic menu with xml via php, mysql. Attaching clips from the library for each database row/xml node, etc. My question is how can I rebuild that menu if another database call is made and the list needs to be repopulated? I imagine I could create a clip on the fly and attach clips, but how could I get rid of the previous one? I'd like to re-use the xml object just write a function that either rebuilds the clip or creates a new instance of an empty clip and builds the menu with that one?

View 1 Replies

ActionScript 2.0 :: Access Images From Outside Flash Way It Draws Info From A Database?

Apr 22, 2002

Is it at all possible for flash to access images from outside flash the way it draws info from a database?

View 1 Replies

ActionScript 2.0 :: Make A Form That Submits Info To A Database And Then Displays It In Flash?

Jan 18, 2004

I need help to make a form (in Flash) that submits info to a database, and then displays it in Flash. Even better, submits the info to a Flash-made database.

View 7 Replies

Flex :: Send Info From A 3 Component?

Aug 9, 2010

I'm using Alex Uhlmann's flip card class (Distortion Effects). I've got a card that has 3 faces. When the user clicks the button, it fires a change event, and in the main application, the change event calls a function, flipTo, that flips the card. The component is below:

[Code]...

View 1 Replies

ActionScript 2.0 :: Send Info To GetURL?

Jul 14, 2010

I have a get url code to activate a lightbox which works perfectly.

ActionScript Code:
sample_link.onRelease = function  () {
getURL("javascript:openShadowbox('ww.example.com/video.flv','Player',Title','videos','640','360')");
}

I have several different videos I want to lightbox. Rrather than having several instances of sample_link for each video; I want just once instance, where the getURL is changed by a separate button .

ActionScript Code:
sample_link.onRelease = function  () {
getURL("is equally to X");
}

[code]....

View 4 Replies

ActionScript 3.0 :: Send Info To Back To A Webpage?

Jun 9, 2009

I've been using flash vars to send info (such as numbers) into a swf file. I need to send info back to the webpage. something as simple as a interger (maybe, send as a "GET", like in a forum) if you could give me some sample code, or some keywords to look up

View 9 Replies

ActionScript 3.0 :: Use As3 And Php Together To Send Form Info To Email

Jun 15, 2008

i have about 10 fields most input text boxes and then about 4 check boxes...i have no clue how to use as3 and php together to send the form info to an email.

View 1 Replies

ActionScript 3.0 :: Send Info From Loaded Swf To Parent?

Jul 17, 2009

Making the move from AS2 to AS3 and need a little assistance/guidance.

In AS2 I have been using the below to send instructions to parent[code]...

View 2 Replies

Actionscript 3.0 :: LocalConnection Send Info Back AND Forth?

Mar 31, 2011

I have two swf files that I would like to communicate back and forth. Currently, I am able to get the LocalConnection to work one way.

But I'd like to have the 'Receiver' send info to the 'Sender' and back again and again.

View 1 Replies

ActionScript 3.0 :: Send Info From Submit Button Through Ext File?

Jul 12, 2011

I have a submit button created in an Actionscript file. I want to send data when user clicks the submit button(never mind how the data is sent-I just need to check the event listeners). I tried placing an event listener for the button in the AS file like so: I'm getting an error about undefined method,blahblah so I tried going through the main timeline. Go to frame 146(labeled "this"). myform creates instance of class formtest; subbtn is the name of the button created in the formtest.as file. how the heck do I remove this form when user exits frame?

View 2 Replies

ActionScript 2.0 :: Activating Button In Send Info To PHP Order Form

Sep 13, 2009

I'm trying to finish off a Flash menu that was done for my website & I'm a bit stuck - New to this game. Basically I have a menu made up of 5 items, each item leads to another list which has a "datefield", "nemericstepper" & "order" button. what I am trying to achieve is when the "order" button is pressed the "date" & "number" information is sent to my existing order page, customers details are then entered in the required fields & this is sent including the "date" & "number" via my existing PHP script to my email.

View 0 Replies

ActionScript 3.0 :: Make Form In Flash To Send Info To Php By Post / Get?

Jun 30, 2011

How can i make form in flash to send info to php by post or get ?[code]...

View 7 Replies

Flex :: Send Info Using USLStream From Flash Client To JAVA Server?

Jul 18, 2010

I am trying to send info using USLStream from flash client to JAVA server.Some of the info is Chinese so i have to use Unicode.

View 1 Replies

ActionScript 2.0 :: Mail Form - Cannot Send Info From Input Boxes To Email

Dec 9, 2005

I created a funky mail form and i can't seem to send the info from the input boxes in my flash file... to the PHP script, stuff it into an email, and then send back a success or error response. I am attaching the FLA and PHP files as well as the external .as files that are needed for the FLA's effects to work. [URL]

View 1 Replies

Access A Database And Send It To Php?

Oct 6, 2009

I am trying to figure out how to access a database and send it to php

I thought first i should hard code it this is the php file i am using[code]...

If I can understand where I am going wrong here then i think i can build off of it and get my database working.This is the second time i have tried php database and actionscript.

View 1 Replies

ActionScript 3.0 :: Send Data To Database Using Php?

Aug 7, 2010

how to send some data from as3 to a database. I did a little (in fact a lot) of research, and found something useful. But it doesn' t work ... Here's my code:

Actionscript Code:
private function confirmPayment():void {   [code]............

View 2 Replies

ActionScript 3.0 :: Send Data From As3 To Database Using Php

Aug 7, 2010

I was wondering how to send some data from as3 to a database. I did a little (in fact a lot) of research, and found something useful. But it doesn' t work.[code]

View 1 Replies

Send Values From Flash To A Database?

Jul 14, 2009

I have been given task and dont know where to start. I need to produce a small quiz that sends the selected values to an asp.net application form there populates the database with the values chosen.
 
Ive been told this is the best way to send values from flash to a database.

View 7 Replies

PHP :: How To Send String From AS3 For Database Query

Oct 6, 2011

Im building this AIR app on Flash CS5, and I have this TileList that loads its data (images and names) from a database. I want to do a query with the name any item of the Tilelist when its clicked, so i need to send the name of that item to a PHP file that will execute the query. I am thinking of a function that loads the item name to a variable when the item is clicked. How can I send it to the PHP file and how would I load it to the query? The query I want on the php file goes something like this: Select lat, lon from mapdata where name=theVariable;

View 3 Replies

Actionscript 3.0 :: Send / Post Data To Database?

Jul 4, 2009

I just went over the ZEND amf Tutorial and was wonder is there a way to send/post data to the database?

View 4 Replies

ActionScript 3.0 :: Send Data With Amfphp To A Database?

Jul 22, 2009

I have been looking everywhere for this solution:

How do you send data to a database using amfphp?

Do you need to use a php file or something? or is there a way of doing it another way? I'm not great with php..

View 1 Replies

ActionScript 2.0 :: Send Data To Database Through Flash?

Nov 5, 2009

I'm trying to send data to my database through Flash. I've got some fields and I've got a submit button. On press, it will send data off using:

Code:
getURL("(myServer).php","_blank","POST");

Why do I find something like this in the address bar?

.../highscores/new_score.php?player_name=test48&time_complete=489 &resources=379&accuracy=34&combo=598&general=69

Aren't they supposed to be hidden when using the POST method?

View 9 Replies







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