ActionScript 2.0 :: Format Records In Flash Mx Coming From Mysql
Feb 23, 2005i have results from my mysql coming to flash mx and im trying to format it in rows like:[code]and i want about 10 records to show in flash at a time.[code]
View 1 Repliesi have results from my mysql coming to flash mx and im trying to format it in rows like:[code]and i want about 10 records to show in flash at a time.[code]
View 1 RepliesI have results from my mysql coming to flash mx and I am trying to format it in rows like:
VENUENAME ADDRESS PHONENUMBER
And I want about 10 records to show in flash at a time....
Here is the actionscript and the PHP code:
// Create another LoadVars instance to receive the server's reply
replyData = new LoadVars();
// Specify a function to call when this new instance receives the reply.
replyData.onLoad = handleReply;
// Submit the order data
[Code] .....
I am getting problem in flash,php,mysql integration .The php page is fetching the data from database .But when i include this php page into flash document ,the data are not showing.
This is the sites.as file.
function lv(l, n, t, e, f) {
if (l == undefined) {
[code]....
looking to create an option menu (at least that is what it is called in HTML).[code]looking to do this in flash though with AS3, PHP and MySQL. The data can be stored in XML. please let me know if anyone has done something like this before, or if they know of a good tutorial which details how.
View 1 RepliesI'm using a Flash file to make a comments section for my website but every time I hit the button my query only outputs blank fields to MySQL throguh the PHP file.I'm wondering if it's my actionscript or PHP file... and I feel it may be my actionscript because all the rest of the SWL query I put in through PHP functions work.can anybody tell me what's wrong with the way I'm posting variables to my PHP/MySQL?[code]
View 2 RepliesI have a created a flash searchable database with xml,following this tutorial url...It seem to be work great but my the xml file seems to be too
large so when certain words are search I get a script error and eventually freezing up, my question is Is there a way to tell flash to load the 10 or 20 records at a time? By loading sections of the xml one at a time will this stop the script error?
I have a Wowza Media Server 2 running on Amazon EC2 and I've noticed from time to time a flv is recorded from a webcam using Flash that has audio but no video. It works fine most of the time but from time to time this error occurs
View 1 RepliesIm creating a scoreboard within flash, ive got mysql data converted to xml and grabbed into flash, im trying to output the data: user, score, time into dynamic textboxs but can only get one record.If there is a better way, such as creating the textfields on output could someone point me in the right direction!
function outputXML()
{
for (var i=0; i<xmldata.item.length(); i++)
[URL]
I've got records being populated into our database from paypal's Instant payment notification methods...great. now i turn to our flash cs3 app to populate a component datagrid with the stored database data and to my surprise I'm unable to identify any examples on how this might even be done.
How do you connect to an mssql database from within flash cs3 to retrieve data for displaying within a flash datagrid?
I can write a cfc from coldfusion to return a dataset, but overall i'm not sure if i 'have' to learn Flex, or AIR or what to get the records 'read'.
My ActionScript 3.0 bible is vague at best and resorts to php. (which i dont know)
'm building a very dynamic app in flash that gets all UI values from XML. Everything's been working fine and then I start having trouble accessing an XML object that only contains attributes. For some reason I can only get it to work if the XML object has content within the opening and closing object tags.Here's the basic AS3 code:
ActionScript Code:
this._uiXML = new XML(this._xml.elements('tag'));
I've also tried...
[code].....
I have a typical Flex-based application that was written to use a Java/Hibernate/MySQL backend. The client changed the requirements - now they want to distribute it on a CD where the user can just run the app without any installation or a network connection.
To do this, I certainly need to eliminate the web server and the database server and adapt my application (with as few changes as possible, of course) to a stand-alone application that will fit on a CD/DVD. I've managed to export the data to XML and read it into Flex, but I'm wondering if there's a way to recreate the Hibernate data structures in Flex so I could change as little code as possible. Failing that, is there any way to keep the existing Java/Hibernate external to the Flex code but retrievable without installing Apache Tomcat or MySQL?
I have a Flex application which manage a database composed by 7 tables.I have created the insert form and all work great. Now I wanto to improve the Form performances; the idea is to replace the TextInput of the Form with ComboBoxes which are provided by the DataBase tables
View 1 RepliesI have downloaded MySQL JDBC driver from [URL]... How do I configure it?
View 1 RepliesI'm working on a Flash CS5/AS3 pre loader, and the bandwidth profiler is telling me that my frame 1 size is massive - about 850kb. Frame 2 is 128kb. This results in a white screen during the bulk of loading, followed by the brief and now-unecessary preloader, and then the rest of the swf.
I have a setup of two frames, the first being the preloader with the following code:
stop();
addEventListener(Event.ENTER_FRAME, preLoad)
function preLoad(event:Event):void{
var bytestoLoad:Number = loaderInfo.bytesTotal;
[Code].....
The .as file associated with the fla has tons of other information, a full game.
I've already gone through my library and on all the symbols with Linkage, unchecked the "Export in Frame 1". Also the pre-loader is small, only a text box and a shape.
How can I get more detail of it's loading in frame 1 so that I can move it to frame 2?
This code keeps coming back with the same value for i when the button is clicked. It is looping through but only the last value gets passed.
[Code]...
I have designed a cylinder shape in flash. The edges of cylinders are coming out and also they are looking blur. But the interesting thing is when I see the cylinder on 300% it is clear and lines are not blurred.
View 3 RepliesIn my table the Collation is:latin1_swedish_ci (but i tried UTF8_unicode too).In my flex application when it shows the table,it displays it correct,with all accent and pointing correct,but in the table is like :
View 1 Replieshow to publish live video feed from webcam in h.264 format non VP6 format with FMS 3.5.2 without using Flash Media Live Encoder, and how to set all parametersto have a good quality and smooth video without interruption, i have a server with 50Mbit bandwidth output enough for a publisher and 10 clients meunderstand this thing's been months since I try but the quality ugly
View 1 RepliesI'm trying to list in flash, several records that come from my database. I'm not talking about a datagrid or anything to fancy. I just want to list the values inside text boxes. (to allow editing). I already have fetch an array of records that come from the database, here:
[Code]...
My question is: How can I display several records, instead of only 1? Should I change the call to, instead of 1, uses a variable? But where would that variable comme from? Then I should loop again the addChild method for each child of form2 that needs to have different records on each of them?
How can i make sure i only can see the last 10 records of a xml file in flash 8?
and when clicked on a button goes to the rest after that 10 records. (this is easy)
but i don't know how to stop at 10 records at the homepage
I am writing a Flash object which will be an on-line quiz. I got most of it working ok, but it reads the questions sequentially from an xml file. I want it to be random. Each record in the xml file has an 'ID' attribute. This is my code that currently reads the questions in sequential order:
var question = new XML();question.ignoreWhite=true;question.load("Questions.xml");
question.onLoad=function(){ question_txt=this.firstChild.childNodes[_root.record].attributes.ques tion; answer1_txt=this.firstChild.childNodes[_root.record].attributes.answe r1;
[Code]...
There are 300 questions in the xml file. I want to assign a variable with a random number, then look in the xml file for the question which has the ID attribute matching the random number. How do I achieve this?
I have a advanced datagrid and displying the 10 records. but when loading the data, the first record should be selected.
View 1 RepliesI am trying to create some charts in Flex/FlashBuilder 4.5The issue I have it that the information I wish to display is the number of events within an area. I am using HTTP service to access a rails controller which is returning an XML list of the events.I need to figure out how to chart the number of events, eg number of records returned. There is no numeric value within chart, as there would be if I was charting sales or prices for example.
View 1 RepliesI load in 8 XML records at random - the actual xml file contains about 37 + but the method i am using at the moment doesnt semm to be that random. It was done this way so i dont pull in the same record twice as i do not want duplicate entries
Code:
for (a = 0; a < randNo; a++)
{
var num:Number = xmlAd.firstChild.childNodes.length;
[Code].....
programming and on AS3... have patience. :s
I have the following on my php service file :
Code: Select all function updateRecords($id,$name,$age){
$query = mysql_query("UPDATE data SET name= '$name', age= '$age' WHERE id = '$id'");
[code]....
I want to make a textinput where a person can type in a price. I used "restrict" to only allow numbers and decimal. But the person can type in several decimals and create numbers like 11.1.1.1 or 11...11 or 1.11111
i want to restrict the entry to only one use of a decimal and only two numbers after the decimal.
any other way to format a textinput to a currency format?
I want to format a number in indian format.
for example,
x= 123456 should be formatted as 1,23,456.
How can i do it in flex?
Is there any library in Action Script that be able to convert any video format to .FLV?
I've been looking for it with no success. I thought that as3 had functions for that purposes but not found.
I want to give the possibility that in my site, users can upload any video, so I need to convert it to a standard and compress it to a fixed resolution.
I've been searching all over for an answer to this, but have not had much luck. I have an .xml file that loads its data into a DataGrid. However, I don't want all the data to load up at once. I would like it to load the first five records, and after x amount of seconds fade out and fade in with the next five records.
View 2 RepliesIve made a php file which shows me all the records from a table in a db
PHP Code:
Actionscript Code:
<?phprequire_once 'db_config.php';$sql="SELECT * FROM guestbook";
$result=mysql_query($sql) or die(mysql_error());
$count=mysql_num_rows($result);while ($data = mysql_fetch_assoc($result)){
$id = $data"[msg_id"]; $sender = $data["msg_sender"]; $subject = $data["msg_subject"];
$text = $data["msg"]; $date = $data["msg_date"]; echo($count);
echo($id); echo($sender); echo($subject); echo($text);echo($date);}?>
Which gives me this result in a browser
Actionscript Code:
21Arnetest 1.2 3hallo, dit is een eerste test berichtje grtzzzzzzzzz2010-04-14 14:03:0022Arne Janssenshallo!test nog een keer2010-04-14 14:03:00
Now is my question:
How can I write this code better, so that flash can handle it? Do I make an array of the results?