Flash components › Flash files › Utilities
Guestbook Shoutbox
|
Posted on 2008 Dec 10 |
a little problem with the php file (the italyc font after the first post and the enableing of special characters)... just contact me at bgaby88@yahoo.com for the fixed version























SETUP:
1. You have to upload the files: guestbook.swf , guestbook.php, guestbook.txt to the same directory on a server (if you try to run th guestbook on your pc without any support the text fom the TXT file will not appear, you will obtain this: for($n=$NumLow....)
- if necessary change the rights of Guestbook.txt to 777 to be writable.
2. When uploaded you can directly access it from your browser like http://yourdomain/guestbook.swf but it is more efficient if you insert the guestbook in HTML website.
3. !!! when inserted in FLASH website make a layer for it and insert this to the sourcecode where you want your guestbook to appear:
var onStage = 0;
createEmptyMovieClip("holder" , "100");
loadMovie("guestbook.swf" , "holder");
_level100.holder.x=-200;
_level100.holder.y=-200;
stop();
For any questions contact me at bgaby88@yahoo.com
DOWNLOAD IT, TRY IT, ENJOY IT !!! :) have a nice day!