Thank you for you help guys, it worked! :)
And you are the first one to noticed that i've missspelled really jpadie, only mispelled is with 2 SS so misspelled. ^^
-------------------------------------
I am a progammer.... no realy.
Hi,
I am currently working with a database.
I already have the insert part only now i want to make a edit part.
How i want to do it?
I want to show a screen with all the information in textfields.
Example:
Name: Test
Price: 123
Link: test.html
Name: Test2
Price: 321
Link: test2.html
+----+...
Hello i am currently working with Javascript and PHP.
Now i have a form and a clickable box.
I have 2 submit buttons, and one works but the other doesn't.
When i click on the button that works it is saying that my clickable box is clicked or not.
The other should do that 2 only it doesn't...
Hmmmm, to create that link, AS2 is needed.
To bad i am not using that, any other ideas?
-------------------------------------
I am a progammer.... no realy.
Hello,
I have a question:
At the moment i am doing a assigment in flash.
I want to get text out of a .txt file and then make that a link.
So for example.
Text file:
www.google.com
www.altavista.com
www.facebook.com
Then i want them to shown in flash (what shouldn't be a problem)
Only i also...
Thank you exactly what i needed, to bad i already made one myself now :P
But thanks anyways
-------------------------------------
I am a progammer.... no realy.
Hello i need some help.
When i click on the button above the text field it dupclicates the pictures, and i don't want that!
I putted the .fla file in the attachment.
And here is the xml code.
<?xml version="1.0"?>
<!--<root-node>
<Auto merk="Berlingo" sdescription="Dit is geen, nee echt geen...
Alright now i've got this.
It makes several names for the textfields like tLabel0, tLabel1 enz.
Only now i want to show the xml data in the created textfields.
It only doesn't work, because i do tLabel.htmlText
I want to know how to i can make tLabel into tLabel0, tLabel1 enz.
Thanks
Code...
Hello i want to know if it is possible to do a Key.isDown in a for.
For example in a for like this.
for (i=0; i<myImage.length; i++)
If it is possible how should i do it?
-------------------------------------
I am a progammer.... no realy.
Alright i now have this:
var myXML:XML = new XML();
myXML.ignoreWhite=true;
myXML.load("info.xml");
myXML.onLoad = function(success) {
if (success) {
var myImage = myXML.firstChild.childNodes;
for (i=0; i<myImage.length; i++) {
var imageNumber = i+1;
var imageName = myImage[i].attributes.merk...
Forget the above code i already figured out to get all of the xml data into flash.
Only need to get it into a dynamic textfield.
And i want to create the dynamic textfield in actionscript.
I believe the this.createTextField should do the trick only i don't know how to exactly use it.
XML code...
Sorry for the long waiting.
Went on a short vacation. ^^
Only i can't upload the .fla file because i havn't got it online.
Here is the code in the .fla file:
function loadXML(loaded) {
if (loaded) {
_root.Informatie = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue...
Does anyone knows how to make a loop in actionscript 2.0?
I tought that the foreach function should work but it doesn't being suport in AS2....
Thanks
-------------------------------------
I am a progammer.... no realy.
Hello,
I am currently using Actionscript with xml.
Now i want to create a dynamic textfield in actionscript for each part of info in the xml file.
I want to let the textfields created automaticly so i don't want to manual input the xml parts into the actionscript.
Here is the xml code...
Alright that worked thanks!
Only, next step :P
I now want to have more information in the xml. (already have that).
And i want to show it in several Textfields now.
How?
<?xml version="1.0"?>
<Informatie>
<Auto>
<Auto>Toyota</Auto>
<Shortd>Testje</Shortd>
<Longd>Testje</Longd>...
How can i get text out of a XML file and put it into flash?
I know how it works with pictures only not with text. :S
I want to insert this code into flash.
Code:
<?xml version="1.0"?>
<Informatie>
<Auto>
<Auto>Toyota</Auto>
<Shortd>Testje</Shortd>
<Longd>Testje</Longd>...
Hi,
I already posted another thread about how to write XML with PHP.
Well that worked, only if i write a new one it overwrites the old XML file.
I want to add the information in the same XML file only without overwriting it.
How to do that?
The part that writes it to xml:
<?php
// TEST...
Hello,
I am working with php and xml atm.
I want to put the input the text that i have inputted into a form into xml.
A form sends information to php that sends it to a map and a database.
Now i want to send the information to a xml file.
Because i use the xml file to get pictures + information...
I would do the same as vacunita.
Add a text input to your form and name it description.
Then just post that field to your database.
-------------------------------------
I am a progammer.... no realy.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.