ActionScript 2.0 :: Flash And Make A Connection With Swf And An Access DataBase
Nov 14, 2002how to make a connection with my swf and an Access DataBase... or do you know where can I found this information?
View 2 Replieshow to make a connection with my swf and an Access DataBase... or do you know where can I found this information?
View 2 RepliesI want to make an offline desktop app. that stores my company's customers and their data in an XML file, just like a database. so that I'm able to load, edit (create new customers, add to their data) and save it into the XML file which is stored locally. i then want to make a Local Connection to the XML file somehow, so that others in the company can do the same from their PC.. Can anybody tell me if this is possible at all? (making a flash app that writes XML files to any location on a PC that only has network.. edit XML files through Local connection function in flash).
View 3 RepliesHow can I establish connection of a Flash site with a database(i.e. MYSQLetc)?
View 4 Repliesi want to intertwine php, MySql and flash. so i can make a flash movie display text that is in the sql database and a php script to change the database, php > sql = i can do but sql > flash = i can't do..i want it so the sql data show's in a text box in the flash movie...
View 1 RepliesIs it possible for Flash or possibly Adobe AIR to have access to a local Access database?
I will have either a Flash EXE or AIR application running on a local PC (WinXP). The PC will also have a local Access database. I need my Flash application to get the data from this Access database. How would I do this?
I doubt it can be done with Flash or AIR alone (someone prove me wrong or right), but is there an option for some middle-man application to access the data base and send it on to Flash? How would this work?
Or could I read the MDB file into Flash and parse it myself? is there a library for this?
I've started with Flex recently, I've noticed that some plugin for Visual Studio exist, instead of buying a licence for another program (Flex Builder).I was wondering how I could manage to remotely connect to my database with a Flash/Flex application with the help of C#/Asp.Net.
If I've correctly understood what I've read in the last few days, there is basically no way to 'query' to a database with Flex 3. So I suppose there is another way by using a webservice in C# on the database server that would respond to the Http query from Flex.
So, we want to move out from Air (Adobe stopping support and really bad implementation for the sqlite api, among other things). I want to make 3 things:
Connect with a flash (not web) application to a local mysql database.
Connect with a falsh (not web) application to a remote mysql database.
Connect with a flash (web) application with a remote mysql database.
[Code]...
if you can connect with socket wit mysql server, why use a web server (for example with php) to connect like a inter connectioN? why not connnect directly? I have done this a lot of times, using AMFPHP for example, but wouldn't be faster going directly? In the case of accessing local machine, it will be a more simple deploy application that only require the flash application + mysql server, not need to also instal a web server.
I have some troubles writing a database connection in AS2.0.I use LoadVars for loading and sending data. This is an example how it works, but when I use this inside a class it doesn't work.
ActionScript Code:
var loadVars_in:LoadVars = new LoadVars();
var loadVars_out:LoadVars = new LoadVars();
[code].....
I've got a project on my hands, an interactive kiosk. I've created the interface in Flash, but I have some issues I can't get past. First of all, I want to create an emergency call feature, where the user presses a button and the kiosk dials the emergency number (112 for Europe). Now, how can I make the Flash movie call upon Windows' dial up connection, dial a number, establish a connection then disconnect?
View 4 Repliesi have been trying to execute a simple flash program that communicates with a php page which is linked to a mysql database. somehow the php is not returning any data to flash , and even falsh is not sending any data to php.. I am using wamp server on win7.
[Code].....
When working with CRUD operation in flex, I want to know how to open only one time for all update and delete operations. How can I do this?
View 2 RepliesI have got Flash CS5 and i create AIR desktop application. I would like to create and edit sql lite local air database. I know i should use SQLStatement and sqlConnection. Could someone give me any advice about doing that. Maybe some tutorial or something what let me to do that.
I don`t know should i create that database sql lite file earlier and include it to air project or should i create that database in dynamic way by as3? How can i get and edit data from this database? How can i save that local database if it included in air project (i would like to that database file would be inside of air project)?
how tp use databases with Flash CS4 ?I have created a form, an email page and a username/password protected pages, but I cannot find any tutorials that would help me how to connect to a database.
View 7 RepliesI have to access database from flash 3.0, but dont need to communicate with php or any server side languages, I have to directly connect to database,
View 2 RepliesFirst of all I am using Flash MX 2004 and have Office 2003.
I am trying to use my flash form to insert data into a ms access database but it is not going too well.
I have 4 input fields on the flash form and a submit button, ActionScript on the Submit button is as follows.[code]...
I have a map as a button in flash and a database in access, how can I show the data in asscess in flash , now i know there is no a direct link from access to flash and I have to use PHP, ASP, etc.... But really I am not a programmer and I don't want to be .. so any easier way to do this?
View 7 Repliesjust like facebook game, I see that even I am playing facebook social game, it still have some downloading when I click on an item for the first time, or just by doing something new. Is that people can divide flash into many parts and connect them when they need?
View 1 RepliesI am fairly new to actionscript 3, and coding in general, and I am trying to build a music application with a user account system, using which each different user can access their own music files.
I have found many tutorials online on how to create music players and playlists, user login systems, but nothing that combines these into one application.
I am working on one CD presentation for chamber of commerce I have to make a search engine in this CD presentation. they have 8,000 company name address email website address and product details in Access data base can i make a search in flash MX or is there any possibility to search from XLS file
View 1 RepliesI want to know can we use access's database to work with flash or adobe air?
and if u have any sample of a database which work with air or flash in local
Is it at all possible for flash to access images from outside flash the way it draws info from a database?
View 1 Replies[URL] I got partial success with the tutorial above, but couldn't figure out a few things.
1) How to save the date and time to the database? Based on web search result on how to find date or time in APS, I thought I could do
[Code]...
but the ASP generated errors on the 2 lines.
2) When executing the file (getURL("http://yourSite.com/processForm.asp",0,"post");
}), it always opens the processForm.asp file in a new window. Can it be executed in the same window or just being hidden?
The tutorial is old, and I wonder if there are new ways to do the things with CS4 or CS5?
How can i make a database in flash?
View 8 RepliesI need to create a page on a site that has the ability to search a database of inventory items, but one that searches based on certain selections (such as a maximum and minimum price, size and things like check boxes to choose a shape like round, square etc.. and only should the matching items).Is this kind of thing possible in flash?If it is, does anybody know how I would go about doing this
View 1 RepliesI have this flash game. In it there is one movie clip called address_group. In address_group I have another MC called address. In address I have many text fields. Their info is being loaded from a xml file called database.xml. In the timeline where my address_group MC is located I have placed this code to load the XML data to flash:
var planet_title = new Array();
var planet_subtitle = new Array();
var chevron1_txt = new Array();
var chevron2_txt = new Array();
var chevron3_txt = new Array();
[Code] .....
My problem is that when there is a second <planet title_planet="Name"....> the new info from the second input which should be a new entry which means that I want when there is a second input this address_group to duplicate and in it to be placed the info from the second entry. But it doesn't do that it loads the second info over the first one in the flash. So my question is how to make flash to detect if there is something written as second entry or third or forth and so on... and than when it detects to duplicate this address_group Movie Clip and in it to put the info from the second entry if they are 3 to make 3 copies of the MC and put in each the different information....
I would like to make my flash form submit to mysql database.
View 2 RepliesI am still working to fix a FIRED developers code he left us with. The code in question goes out and request information from a database, places it into arrays and also checks session. THis is what I think it should be doing. I am getting a bunch of undefined returns ( prints out in the assigned text fields). Is there a way to make Flash WAIT until all the data has been retrieved from the database. This is out first theory.
[Code]...
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 Repliesthis is the code that i wrote
var connction:NetConnection = new NetConnection ();
var stream:NetStream;
var video:Video = new Video(339,191);
[code]...
and this is the error that it said:
line 10&11: Access of undefined property connection
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.