ActionScript 2.0 :: XML Guestbook With PHP?
Feb 21, 2006
i have download the zip source file in this tutorial "XML Guestbook with PHP" [URL]after i unzip and test the movie, an error occurs.
Code:
Error loading XML file
Error opening URL file:///D|/My%20eBooks/XML%20Guestbook%20with%20PHP/guestbook.xml?uniq=9442
what is this statements means to?
Code:
myIdentifier=Math.round(Math.random()*10000);
myXML.load("guestbook.xml?uniq" + myIdentifier);
View 1 Replies
Similar Posts:
Jul 13, 2009
I'm making a flash website for a non-profit organization. I made a guestbook with PHP and XML and my contact form with PHP, but the server I am using doesn't accept files with php, asp, js, html, or htm extensions. They are using godaddy's WebSite Tonight built-in website builder currently. They want to keep the original site for backup but cannot export the current website files because of the website builder application. Is there any way I get make a guestbook without php, asp, js, or html?
View 4 Replies
Feb 6, 2003
Does anyone know how to build a guestbook in flash. I guess it would require some knowledge of either ASP or PHP, of which I know nothing about.
View 2 Replies
Aug 31, 2005
I can't seem to get my guestbook to work. I used the AS found in the tutorial section for guestbook with XML.
I think it is a problem with the PHP file or the XML... how can I fix this? or test it?
View 1 Replies
Aug 8, 2007
This is in reference to the Kirupa tutorial "XML Guestbook with PHP". I used this guestbook on my previous site, and it worked great. The site was originally published under Flash 6 AS1. I am redesigning my site to be published as Flash 7 with AS2. When I test the guestbook in Flash 7 AS2, it errors. What parts of the actionscript do I need to update so it works with AS2?
View 10 Replies
Jan 18, 2009
i have uploaded everything. and yet i cannot send new messages. i tpye the message in and hit send and it disappears. also i keep hearing about some permission 777 thing what is that. how do i change it to it? example. [URL]
View 1 Replies
Nov 8, 2003
I got a Flash Guestbook using PHP that works perfectly...The thing is that I need to load it into another .swf ; but when I do it, the Guestbook doesn't do anything.It seems to me that by loading it into another swf, the Guestbook can no longer send or receive data to and from the PHP script.
View 6 Replies
Apr 29, 2010
I don't know whether its the right place to post this question, I am trying to create a guest book in Flash.
View 1 Replies
Jul 19, 2002
I want to add a guestbook to my Flash site - an easy one that just allows people to add a message about what they think of my site, and allows others to read those messages.
View 1 Replies
Jun 17, 2006
Ok, So I made a text box and named it info. Then the AS
[Code]...
so...nothing happens..."Not" doesn't even show up. Something simmilar happend to me when I followed a flash guestbook tutorial somewhere, the guestbook tried to inset and such so the guestbook would seem formatted, but nothing happend "Instead of this" "I got this" I've embedded uppercase, lowercase, num, and punc Arial 11 pt bitmap
View 5 Replies
Jul 13, 2007
While trying out this tutorial using the provided fla file, I am receiving following error. [URL]..
View 3 Replies
Aug 4, 2003
what i want to do is make a kind of guestbook thing.. and what i need to do is just store the data of each post into a data file on the website..I was thinking that i could do it with SharedObjects.. as i know how to use them and that was what i was goin to try first.. but.. is this the best way to do it?? will it work on the web or will it only work locally on a computer..Should i be using php or xml or somtin like that?? If so.. how would i do that cause i dont have a clue at all..
View 4 Replies
Mar 24, 2009
I used guestbook form here:[URL] and when I load it into a container in the flash website the guestbook doesn't read the data from txt file. It works ok when it's alone.
View 1 Replies
Aug 19, 2011
I have incorporated the following XML guestbook on my site and it works like a charm since its inclusion on my site
[URL]
How to send a mail to me when anyone adds a message on the guestbook ?I guess it is possible as whenever one xml object is send to the php file for processing by sendAndLoad function , it can also send a mail via php .....the code that sends xml data to php in this actionscript is
Code:
myXML.sendAndLoad("processXML.php", receiverXML);
can some code be added in the processXML.php which also sends a mail vial "mail" function in php ?
View 2 Replies
Aug 12, 2010
I made a wedding website for a friend of mine and it went well until I stumble accross this Guestbook problem.
The GuestBook.swf I made it as a separate file & whenever I run it in the server it works well but if I load it into my Main.swf it didn't work...
View 7 Replies
Nov 7, 2002
i made a flash site... i wanna make a guestbook for it... any ideas how i would go about doin that?
View 2 Replies
Dec 22, 2006
making Guestbook and text-chat application over LAN connection. Are php and mySQL required? and about the chat, how do we really use the flashcomm?
View 7 Replies
Jan 20, 2004
I have made a simple site with some simple transitions. each button on my site loads in an external swf file into an empty movie clip.
One of these swf files is a guestbook which works when i dont load it into the empty clip and test it alone on my server (sending in the guestbook swf, html, php, and empty text file)
Now then, when i load in the guestbook into the main swf, nothing happens on the server when I test it - I am lost and now come to you people for advice. It obviously has something to do with being loaded into an empty movie clip that is causing conflict.
View 14 Replies