Sending Information To Mysql
I need to do some testiing on a huge movie I have that has multiple swf's. I want the time, date, and a statement that says "movie1 completed" sent to a database. Does anyone know where I should start? The reason for the testing is to see if people are able to finish the complete movie based on if they have dialup, cable, t1, etc....
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
[as, Php] Getting Information From A Mysql Table
For the index page of a site i'm working on, i want to have a section like the home page of ultrashock. A flash .swf file that displays some information from a mysql db.
I want to simply run a few querys and then take the results of that and display that in flash... what do i do? i've heard abt loadvars but no one has actually explanded it to me, if someone could point me in the direction of a tutorial or a topic where this was discussed tht'd be sweet, cheers in advance!
~tit
Retreiving Information From MySQL Database?
Hey there,
I am in need of some help,
I have a flash document which has
ID =
and an input box and a submit button..
I want the user to be able to type in an id... lets say... 1
and when they click the button the movie will go to frame 2...
on frame 2 it will have
CONTENTS OF ID
NAME
AGE
PHONE
ADDRESS
I want the Name, Age and etc to be loaded from a mysql database which uses the id in the query so the query would be
SELECT * FROM `blah_test` WHERE id=1
(in PHP)
I WAS thinking about making a php page that used this
PHP Code:
$id = $_GET['id'];
$query = "SELECT * FROM `blah_test` WHERE id=$id";
$result = mysql_query($query);
$data = mysql_fetch_assoc($result);
$name = $data['name'];
$age = $data['age'];
$phone = $data['phone'];
$address = $data['address'];
IF I was to do that... How do I make flash GIVE the id to the page and how do i get the variables back into flash?
I thought in AS 2 it was something about loadvars? or something but specifying a php file like...
index.php&id=1
and making the variables echo out on that page in a certain way?
Are any of these methods plausable or does anyone have any idea how to do this?
Sending Information
Hi, i am trying to setup a flash application on my site. I quite a novice at the ole flash so i was wondering if anyone out their could help me. I want to create something that allowed my customers to select a number of options. And then they send this information to me. What would be the best way to go about this, is their any online tutorials or anything like that. Plus are you able to embed paypal into flash.
Thank you very much
Liam
Sending Information
Hi, i am trying to setup a flash application on my site. I quite a novice at the ole flash so i was wondering if anyone out their could help me. I want to create something that allowed my customers to select a number of options. And then they send this information to me. What would be the best way to go about this, is their any online tutorials or anything like that. Plus are you able to embed paypal into flash.
Thank you very much
Liam
Sending Information
Hi, i am trying to setup a flash application on my site. I quite a novice at the ole flash so i was wondering if anyone out their could help me. I want to create something that allowed my customers to select a number of options. And then they send this information to me. What would be the best way to go about this, is their any online tutorials or anything like that. Plus are you able to embed paypal into flash.
Thank you very much
Liam
How Do I Send Information To A Mysql Database Table?
Hello,
I would like to make it so the user selects from stages 1-6 different options. Each time an option is selected, it sets the variable for that option to the value.
Now when the user has completed that. How do i check that each variable has a valid value, then if so, send those results to my table in mysql. I'm not sure how to make the PHP file or the code within flash...
My table is structured like this:
ID
Option1
Option2
Option3
Option4
Option5
Option6
Also, i would like to make it so that i can read the results of this, and then load the variables accordinly. So for example, if the user puts in the ID of one of the rows in the table above and clicks submit, it then loads all of the values from option1 - option6 of the mysql into the appropriate variables within flash.
Is this possible?
And finally,
This is not essential, but i think it would be a nice feature.
If the exact table row already exists. i.e it has exactly the same values for option1-option6, it will find this tables ID and display that ID to the user. Instead of creating a new row with exactly the same results, which would not be necessary. Would this be too time consuming to search through the DB if the DB grows quite large. i.e. 5000 rows? I don't want this process to take more than a couple of seconds
thanks so much for any help
Jarmanje
How Do I Send Information To A Mysql Database Table?
Hello,
I would like to make it so the user selects from stages 1-6 different options. Each time an option is selected, it sets the variable for that option to the value.
Now when the user has completed that. How do i check that each variable has a valid value, then if so, send those results to my table in mysql. I'm not sure how to make the PHP file or the code within flash...
My table is structured like this:
ID
Option1
Option2
Option3
Option4
Option5
Option6
Also, i would like to make it so that i can read the results of this, and then load the variables accordinly. So for example, if the user puts in the ID of one of the rows in the table above and clicks submit, it then loads all of the values from option1 - option6 of the mysql into the appropriate variables within flash.
Is this possible?
And finally,
This is not essential, but i think it would be a nice feature.
If the exact table row already exists. i.e it has exactly the same values for option1-option6, it will find this tables ID and display that ID to the user. Instead of creating a new row with exactly the same results, which would not be necessary. Would this be too time consuming to search through the DB if the DB grows quite large. i.e. 5000 rows? I don't want this process to take more than a couple of seconds
thanks so much for any help
Jarmanje
Information Saving And Sending
i want a flash program to save information such as usernames and other information then send them to as an e-mail over the internet, is ther anyway to accomplish this in flash???
Sending Information To Serial
Hi
Im trying to get my flash app to communicate with the serial port.
I have found a usefull .jar file that opens the com port and allows for data to be sent. When using flash though, it appends a zero to the end of te string... this is causing my external hardware to fail as it is not expecting this last didgit.
How can i get rid of that final byte that flash seems to add?
Sending Information To A Popup?
If I'm creating a popup using this method:
http://www.kirupa.com/developer/mx/centered_popup.htm
(Or anything else, if it's easier)
Is it possible to send information to another flash file in that popup? I'm building a little xml photo gallery, but I want the pictures to open in a new window when clicked. The path to the picture and a description is loaded from an xml file, is there a way to either send the path and description or send the reference to where to find this info in the xml file to the popup?
Not sure if this is the right place for this...
Sending User Information From A CD
Hi everybody,
I created months ago an interactive CD using Flash. Now the client wants me to add a new feature to the CD, to get the user contact information, that they will have to type in before their first use of the CD.
My questions are two:
How can I send information from a Flash application in a CD?
How can I make it so this dialog box doesn't appear every time the user uses the CD?
Could anyone please let me know if there are any tutorials, or give me some advice on how to do this?
Thank you very much for your help.
Sending Information To E-mail
hi, i am just figuring out this whole action script thing, and i was wondering how i can make it so that a person will fill out a certain field, such as "User's Name" and then click a button, which will both take them to the next part of the scene, and also e-mail me the information that they put in the field "User's name" thanks for your help
Sending Information From Flash
Hello,
i was woundering if any one could point me in the direction of a tutorial that could show me how to do the following..
1) take information the user enteres in flash and send it to a php file.
2) php file connects to a database and checks the info to see if its correct
3) if info is correct page changes to the next screen else show error message
thank you in advance
Better To Store This Flash Information In XML Or Mysql? Scaling Question.
My scenario is as follows:
My flash program allows users to create and store characters.
My current way of handling this is to generate XML, use URLRequest so that PHP has the data and store the XML file, with a name of (mysql_id.xml).
So my character file names are:
1.xml
2.xml
3.xml
.
..
...
and I store NOTHING about the characters in mysql.
I also allow the users to share and use characters by other people. Each character has it's own 'profile' page, and there is a link that allows you to add/remove the character from your personal library. So if you already have the character, the page displays a remove link. Otherwise the page displays an add link, and the way the change is made is by modifying the following mysql table that stores data as follows:
user_id: 1 .......... char_id: 1
user_id: 1 .......... char_id: 2
user_id: 2 .......... char_id: 2
user_id: 3 .......... char_id: 4
user_id: 3 .......... char_id: 6
user_id: 4 .......... char_id: 6
When loading the flash program to use a previously made character, I search the mysql table by user id and then send the array of char_ids back into Flash.
Once I have the array of id's into flash, I open the XML files one by one and recreate the characters...so a seperate load, and a seperate file to open for each char_id passed into flash.
I know this can't be a very good way to accomplish this. I started looking into AMFPHP but i'm not sure if that is exactly what I need. My problem is that a single user could have 30+ characters in their library, so the mysql table would get really big, really fast. My other concern is that every add/remove of a character from a user's library requires a database call, but I can't think of a better way to do this. Plus I can't imagine opening so many flat files can be very good for performance.
Sending External Information To A Projector
If I want to send an external event (e.g. a keypress) into a Flash Projector, what techniques are available:
(I do not want to poll the external program, that is what is meant by unsolicited).
1. XmlSocket
2. ???
3. ???
Sending Form Information To CGI Script
I am using Flash MX 2004, I am created a web site completely in flash and i have a form I wish to send to a CGI script. I have this working in HTML. How do I send the information to the cgi? Is there a way to use the html form code?
Sending Form-information To .jsp File?
Hey!
This is what I'm up against:
I have a form completely working in a HTML file, a form with radiobuttons, one checkbox and 3 text fields(input fields). And I have now got the assignment to do the same thing but in flash, and I need to send the information in the form to a 3rd partyfile (a register.jsp -file).
The main thing is: how to pass on the form information written by the visitor?
In the html the send-line looks like this:
<form id="updateForm" name="updateForm" action="/register.jsp" method="get"">
I am very greatful for answers!
/Newform
Sending Information To Data Base
Can you tell me how to send information from ActionScript file to DataBase ?
And if you giving a code or a URL to some code, please give me a explanation of the code.
P.S. I don't speak English very well so if I have stupid errors don't be surprise.
Sending Form Information To Server
Excuse me everyone for my lack of knowledge.
I am in the process of creating a flash site for friend of mine. He wants to be able to have a guest list for his events in DC. I have created form boxes and have given them all "instance names". But I have absoultely NO clue how to have the text entered by people trying to get on the guest list sent to my server so we can all read it.
I have a book on Flash but it really doest explain how to do it at all. I'm guessing I need to do some actionscript?
The instance names for the boxes are:
Name box --------> nameBox
Event box ---------> eventBox
Email box ---------> emailBox
Guest box ---------> guestBox
Submit Button ---------> submitBtn
The website can be viewed at The Debonair Touch
Please, someone help!!! I am very lost! LOL
Missing Information While Sending From Flash To Php
I'm not sure how to efficiently describe my problem, but here it goes:
I made a very simple drawing application in flash similar to this one here.
I wanted to save the images the user creates, so I save each action in an array which holds (mouse x position, mouse y position, line width and color).
When the user has finished drawing he/she hits a button and the application converts the recorded actions into a string, f.ex.:
Code:
.194,108,3,0|.141,144,3,0.141,145,3,0.141,146,3,0.142,147,3,0
.142,148,3,0.143,149,3,0.144,151,3,0.146,151,3,0.147,151,3,0|
where a "." denotes a new action and a "|" indicated that the user has released the mouse.
When the user presses the button this information gets sent to a php file via "POST" which then writes it to a text file on the server.
My problem is that the information does not end up correctly in the text file.
Example of a corrupt text file
Code:
.73.6,76.8,3,0.74.7,76.8,3,0.74.7,77.85,3,0.74.7,81
.05,3,0.74.7,88.55,3,0.71
The pattern .X,X,X,X.X,X,X,X... is not there.
I would accept that I had made some programming mistake while exporting the string from flash to php to a text file.. But if I run the application from Flash (using ctrl+enter) the text file created on the server is never corrupt. But if I run the application in a browser either straight from the server or from my computer the text file is always corrupt (I've tried both IE and Firefox).
In the same "POST" I also send a url, which always returns to php without errors, doesn't matter whether I run it in a browser or straight from flash.
I'm completely lost, the only theory I have is that the browser somehow mix up or loose some of the letters I send to the php file.
Any suggestions or similar problems ? Also if anyone thinks posting some of my code might help in solving the problem just ask for which part to post.
Thanks in advance to anyone who actually read this long post
Sending And Retrieving Information From A Php Script
I was wondering if my logic would work on sending and retrieving information from an external php script.
Basically, I have a form with two comboBoxes and a submit button that opens a movieclip based on the selections made by the user. I want to also save some information in a text file to be used later. So, I was thinking that before I call the loadMovie() function I can send information to a php script where it creates a text file that stores the information that will be used later.
Then, the movieclip that will be loaded and played from the previous submit actionscript contains a couple buttons that when they are clicked will display various messages. I want these messages to be derived from the external text file.
Is this possible?
Thanks in Advance
Subject: Sending Form-information (to .jsp File)?
Hey!
This is what I'm up against:
I have a form completely working in a HTML file, a form with radiobuttons, one checkbox and 3 text fields(input fields). And I have now got the assignment to do the same thing but in flash, and I need to send the information in the form to a 3rd partyfile (a register.jsp -file).
The main thing is: how to pass on the form information written by the visitor?
In the html the send-line looks like this:
<form id="updateForm" name="updateForm" action="/register.jsp" method="get"">
I am very greatful for answers!
/Newform
Sending Information From Input Text Area To ASP Page
Hi everyone, I am sending a page with a few input text boxes to a ASP page that has already been established. Is there some brilliant person out there who could post a sample script either using Get or Post? Thanks!
Sending Form Component Information To Website's E-mail
Anybody know how to send the information that is selected in form components to the website's master e-mail address? Like a restaurant's to-go/ order ahead section? People can pick ahead of time what they want, I just need to send the info to the master e-mail address?
[MX] Sending Information To A Database / Text File / Email Account
Hi guys,
I'm trying to send some information as described in the thread title using XML, but I'm having trouble as I don't know any server side scripting languages that can parse it and pass the information on. Is there any other way I can send the data? Or maybe a ready made script I can add my parameters into?
The code I have so far is:
Code:
myXML = new XML("<Account><User>user.text</User><Pass>pass.text</Pass></Account>");
myXML.send("www.domain-name-here.com/something.php");
Sending Variables To PHP Then MySQL
I've successfully got a mySQL database up and running and a php script which can add rows of info, see below:
<html>
<body>
<?php
$db = mysql_connect("localhost", "mydatabase", "password");
mysql_select_db("mydatabase",$db);
$sql = "INSERT INTO mytable (name, email, comments, score) VALUES ('$name', '$email', '$comments', '$score')";
$result = mysql_query($sql);
?>
</body>
</html>
I would like to be able to submit the four variables (name, email, comments and score) to the php script which will add a new row to my database with the new entries. I cannot get this to work with either loadvariablesnum or get url. Can anyone help??
Cheers
Sending Text From Actionscript To MySQL
Hello everyone, hope u r all well.
Got a bit of a simple question. I have a textArea box (mesgArea.text) where a user can write a simple message and then press a send button ("sendMsg").
All i really need is when that user presses the sendMsg button, for the message to be stored in the field called "messagedescription" in the "messages" table in mySQL database.
Thus when i look in the actual database the message typed by the user in flash will be stored in the "messagedescription" field in mySQL.
I have been told that the loadVars method may be useful.
I am utterly stuck. Does anyone know the actionscript/PHP for this?
Thank you for all your help.
Sending A Message From Actionscript To MySQL
Hello everyone, hope u r all well.
Got a bit of a simple question. I have a textArea box (mesgArea.text) where a user can write a simple message and then press a send button ("sendMsg").
All i really need is when that user presses the sendMsg button, for the message to be stored in the field called "messagedescription" in the "messages" table in mySQL database.
Thus when i look in the actual database the message typed by the user in flash will be stored in the "messagedescription" field in mySQL.
I have been told that the loadVars method may be useful.
I am utterly stuck. Does anyone know the actionscript/PHP for this?
Thank you for all your help.
Flash Form Not Sending To MySQL?
I have a very important form that i have to have finished by the end of this week. I am using components from Flash 8 to create the form and can trace all the fields by their given var but it will not send the variables to the MySQL database?
I have checked the varialbes, but it's still not working?
PHP Code:
<?php // saving script // connect to the server mysql_connect( 'localhost', 'xxxxxx', 'xxxxxx' ) or die( "Error! Could not connect to database: " . mysql_error() ); // select the database mysql_select_db( 'yea_users' ) or die( "Error! Could not select the database: " . mysql_error() ); // get the variables from the URL request string $ID = $_REQUEST['ID']; $fullName = $_REQUEST['fullName']; $companyName = $_REQUEST['companyName']; $userName = $_REQUEST['userName']; $password = $_REQUEST['password']; $email = $_REQUEST['email']; $address_1 = $_REQUEST['address_1']; $address_2 = $_REQUEST['address_2']; $city = $_REQUEST['city']; $state = $_REQUEST['state_cb']; $zip = $_REQUEST['zip']; $phone = $_REQUEST['phone']; $aboutCompany = $_REQUEST['aboutCompany']; $college = $_REQUEST['college']; $graduated = $_REQUEST['graduated']; $gradDate = $_REQUEST['gradDate']; $major = $_REQUEST['major']; $minor = $_REQUEST['minor']; $start_up = $_REQUEST['start_up_problems']; $business_plan = $_REQUEST['business_plan']; $buying_a_business = $_REQUEST['buying_a_business']; $zoning = $_REQUEST['zoning']; $selling = $_REQUEST['selling']; $pricing = $_REQUEST['pricing']; $marketing = $_REQUEST['marketing']; $financing = $_REQUEST['financing']; $patents = $_REQUEST['patents']; $import_export = $_REQUEST['import_export']; $website = $_REQUEST['website']; $legal = $_REQUEST['legal_issues']; $productDevelopment = $_REQUEST['productDevelopment']; $accounting = $_REQUEST['accounting']; // if $id is not defined, we have a new entry, otherwise update the old entry if( $ID ) { $query = "UPDATE `yea_Users` SET `fullName`='$fullName', `companyName`='$companyName', `userName`='$userName', `password`='$password', `email`='$email', `address_1`='$address_1', `address_2`='$address_2', `city`='$city', `state`='state', `zip`='$zip', `phone`='$phone', `aboutCompany`='$aboutCompany', `college`='$college', `graduated`='$graduated', `gradDate`='$gradDate', `major`='$major', `minor`='$minor', `start_up_problems`='$start_up', `business_plan`='$business_plan' WHERE `ID`='$ID'"; } else { $query = "INSERT INTO `yea_Users` ( `fullName`,`companyName`, `userName`, `password`, `email`, `address_1`, `address_2`, `city`, `start_cb`, `zip`, `phone`, `aboutCompany`, `college`, `graduated`, `gradDate`, `major`, `minor`, `start_up_problems`, `business_plan`,`buying_a_business`,`zoning`,`selling`,`pricing`,`marketing`,`financing`,`patents`,`import_export`,`website`,`legal_issues`,`productDevelopment`,`accounting` ) VALUES ( '$fullName','$companyName','$userName', '$password','$email','$address_1','$address_2','$city','$state','$zip','$phone','$aboutCompany','$college','$gradutated','$gradDate','$major','$minor','$start_up','$business_plan','$zoning','$selling','$pricing','$marketing','$financing','$patents','$import_export','$website','$legal','$productDevelopment','$accounting')"; } // save the info to the database $results = mysql_query( $query );?>
and the actionscript
Code:
submit_mc.onRelease = function() {
var fullName = fullName_txt.text;
var companyName = companyName_txt.text;
var userName = userName_txt.text;
var passWord = passWord_txt.text;
var cpassWord = cpassWord_txt.text;
var email = email_txt.text;
var address1 = address1_txt.text;
var address2 = address2_txt.text;
var city = city_txt.text;
var state_cb = statelc.getValue();
var zip = zip_txt.text;
var phone = phone_txt.text;
var company = company_txt.text;
var college = college_txt.text;
var gradYes = gradYes.getData();
var gradNo = gradNo.getData();
var graduated = gradYes, gradNo;
var gradDate = gradDate_txt.text;
var major = major_txt.text;
var minor = minor_txt.text;
var start_up_problems = start_up_problems.getFocus();
var business_plan = business_plan.getFocus();
//
//trace(fullName);
//trace(userName);
//trace(passWord);
//trace(cpassWord);
//trace(email);
//trace(address1);
//trace(address2);
//trace(city);
//trace(state_cb);
//trace(zip);
//trace(phone);
//trace(company);
//trace(college);
//trace(graduated);
//trace(gradDate);
//trace(major);
//trace(minor);
trace(business_plan.getValue());
//
////////
if (validEmail(vemail) && (!fullName.isInvalid()) && (!userName.isInvalid()) && (!comments.isInvalid())) {
loadVariablesNum("signup.php", 0, "POST");
} else {
if (fullName.isInvalid()) {
fullName = fnameErr;
}
if (userName.isInvalid()) {
lname = lnameErr;
}
if (!validEmail(vemail)) {
vemail = vemailErr;
}
if (comments.isInvalid()) {
comments = commentsErr;
}
action = "";
stop();
}
};
Sending Vars From Php/mysql To Flash
Im busy building a php/mysql website using flash as navigation. I'm trying to get some vars from php into flash. This works as long as i say for example: echo "&title=FlashNav"; The dynamic textfield named title in flash shows "FlashNav" so the connection between flash and php works correctly.
But If a want to dsiplay a field out of my mysql table, Flash shows a empty textfield. I'm using te following code:
$perrij=mysql_fetch_array($resultaat);
$title=$perrij["name"];
echo "&title=$title"
Can anyone tell me why this doesnt work, in the php file it's echo'ing the right content but flash doesnt show anything.
Please help me
Someone Help Me... I Have Problem With Sending Data To My Mysql Table
<?
session_start();
$conn = mysql_connect("XXX", "XXX", "XXX");
mysql_select_db("XXX",$conn);
if ($_POST['score']) {
$score = $_POST['score'];
}
print "status=Finished";
$sql = "select * from XXX where user_name = 'XXX'";
$sql_res = mysql_query($sql,$conn) or die(mysql_error());
srand ((float) microtime() * 10000000);
while ($stats = mysql_fetch_array($sql_res)) {
$gold = $stats['cash'];
}
$gold = $gold + $score;
$q = "update usergame set cash = '$gold' where user_name = '$HTTP_SESSION_VARS[user_name]'";
mysql_query($q);
?>
$gold outputs as 0
$score which is the score from the flash game works!
cash is updated to the same as score... because $gold doesn't register!
help i donno why this does htis
LoadVars Sending Data To PHP As Part Of A Loop... Changes Not Hitting MySQL
I've got a loop I'm running through assigning an array from an array of arrays to a set of variables and then sending those variables to a php script to update a mySQL db table. problem is, the changes are rarely going through to the db.
i'm assuming it's 'cause i'm swamping my php script. any suggestions? can i add some sort of return value that comes back from the php script allowing the loop to continue?
first time writing a flash app like this so any advice would be GOLDEN. thanks!
steve
[CS3] Inputting Information And Retrieving That Information In Flash
I’m using Flash CS3 Pro and I need to create a form in which a user can input data such as their name, email and other information. Then when the user returns, they are able to input their e-mail address and pull up their information (name and other submitted data). I have search all over for a tutorial but I have had no success. I would greatly appreciate it if someone could show me how to create such a form or let me know where I can find a tutorial or information to create one. Thanks in advance.
Inputting Information And Retrieving That Information In Flash
I’m using Flash CS3 Pro and I need to create a form in which a user can input data such as their name, email and other information. Then when the user returns, they are able to input their e-mail address and pull up their information (name and other submitted data). I have search all over for a tutorial but I have had no success. I would greatly appreciate it if someone could show me how to create such a form or let me know where I can find a tutorial or information to create one. Thanks in advance.
Export Querries From Flash 8 To MySQL And Import Data From MySQL
Hi friends,
I am making a web site for a customer and i need to import data from MySQL Database but i don't know how to do it.
I would appreciate it if somebody could give me an idea or tell me where to find a tutorial.
Also i heard that there is a .dll file that Macromedia made, in order to make it easier to connect Flash with Databases, is that true ?
[FL8 + PHP + MySQL] Adding/Deleting/Viewing Content From MySQL Db
So... Viewing isn't actually the issue here, I just added it to make it a full triangle . I'm doing that with a PHP that writes the contents of the dB in XML syntax.
But, to make it clear, I am trying to develop an application that communicates with a MySQL database, via PHP. And you have the option to add/delete fields, but also in the Flash application.
I found some source at the gotoAndLearn forums, but it simply would not work! I am uploading a zip of the files. The main problem with this is that when I am adding something, the dB gets filled with blanks. This boggles my mind. Not being a big PHP knower (not knowing anything, really), my suggestion is that the variables don't get sent properly. But then again...
Some help with this please? I'm in a kind of a tight spot here, so some help would be really in handy!
Cheers
Sending Variables To PHP, Checking, And Then Sending Back
ok heres the deal:
Im making this email form in flash 2004, and I can get it to send emails and all and great so now im going back and making it error check... so basically it sends out my variables to the PHP file, checks to see if the email is from a real domain among other things, and then depending on what it sends back it will do a certain action... I can get it to send my variables but not sure how to load the variables back in to flash after the calculations are done...this is like my first flash that uses all this so im quite a n00b at it.. thanks
Php,mysql And Flash- How To Display Picture In Flash From Mysql
How are you all?
I have a question for php,mysql and flash gurus.
Before I ask this question I will describe what I want briefly.
Using php, I retrieve a path to a picture from mysql and send it to flash movie as a variable.
Now what I would like to do is using this path to a picture how to display the picture as a part of a movie?
Cheers,
More Information
Additional Info: This is what I have done on my "definition" track in the component
#initclip
function buttonClass ()
{
trace ("Class registered" + buttonClass.prototype.txtTitle);
}
//Inheritance of MovieClip properties
buttonClass.prototype = new MovieClip();
//Registering Class
Object.registerClass("FButton", buttonClass);
//Set URL Function
buttonClass.prototype.setURL = function (URL)
{
this.dataURL = URL;
trace("URL = " + URL);
this.update();
}
//Retrieve URL Function
buttonClass.prototype.returnURL = function ()
{
return(this.dataURL);
}
//Add URL Property
buttonClass.prototype.addProperty("URL", buttonClass.prototype.returnURL, buttonClass.prototype.setURL);
#endinitclip
Why Is There No Information About This Anywhere?
I am trying to put button and other form components into a scrollpane mc_clip. the components are disappearing. sometimes even the text disappears. I dont understand.
I've read about other people having this problem, however ive have read nothing posted on how to stop this or get around this nightmare.
PLEASE HELP... IM LOSING MY MIND!!!!
-TY
I Need Some Information
Hi every body.
Can anyone do me a faver and tell me how can I stop right click in
my flash movie?I don't know, is it possible?
You know, I need to disable right click just in the first frame and be able in the next frames.
Thank you
my E-mail
URL Information
I want flash to find out what web page it's on and change the value of a few variables depending on what page it's on. How does flash retrieve the URL information? And where's a good place to find out about the syntax used to use that information in some if/then/else statements?
Getting Information From The URL
With php you use $_GET['video'] to get a variable you set in the url:
www.website.com/?video=12345
I want to get the same information except in flash with Action script 2.0, I have flash 8.
Thanks
[F8] A Little Information Please
Hi everyone, i would like to know how to make a paging system in flash.. Just like google
Page 1 | 2 | 3 and so on.
I cant find a tutorial about this.. Does someone know the step behind this or can point me to a tutorial?
I really want to learn this.
Thanks in advance!
A Little Information
Hey, I am really impressed by this navigation.
www.muse.mu
The navigation up the top right (the circle with the dots) If someone could point me in the right direction on how to accomplish this code that would be great.
Thanks
Penguin
Need Information
Hello:
When I load my text in how can I "JUSTIFY" the text I have employed the justfy button and it does not render to me the
desired response.
Kevin
Information...
Hi...
I would like to know something, can i import a 3d studio max/viz file into flash mx?
If you can... help me, please!
Human_Placebo
Information...
i just wanted to learn some stuff about action scripts! I got a book on flash just the actions script in the book is limited.
Does any one no any website or books that have all that i would need to no about Action scripts?
Thanks
Slim0rz
|