Flash CS3 - Flash CS4

Free tutorials and scripts for all.
Actionscript 3.0

Simple GuestBook

This is a discussion on Simple GuestBook within the FlepStudio utilities forums, part of the Tutorials category; Hi IMS Well, reading your question I'm still not sure if you are using a seperate server or trying ...


Go Back   Forum Flash CS3 Flash CS4 > English Forums > Tutorials > FlepStudio utilities

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #41 (permalink)  
Old 24-09-08, 08:40
Junior Member
 
Join Date: Jun 2008
Posts: 6
Rep Power: 0
nickswede is on a distinguished road
Re: Simple GuestBook

Hi IMS
Well, reading your question I'm still not sure if you are using a seperate server or trying to get it to work on one computer. I can not help you any further if you do not have a seperate server with the PHP and MySQL services running.
I can look at the code if you've published it on a internet-server and post the http-adress. You can mail me this address if you prefer to my personal mail-box at boers@spray.se
regards Nickswede
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #42 (permalink)  
Old 27-09-08, 01:11
IMS IMS is offline
Junior Member
 
Join Date: Jul 2008
Posts: 7
Rep Power: 0
IMS is on a distinguished road
Re: Simple GuestBook

Nickswede, thank you for your generous offer, but there's no need for you to do anything - I finally realized where the problem lies. It seems that I am one of those unlucky ones that have browser-related issues with the guestbook (I use mac/firefox - funny thing is that one of my friends who usees mac/firefox as well has no problems!)

So unless someone can figure out why some browsers have issues (I am at complete loss - I though flash behaves identically on all platforms), I guess I just won't be able to admire my own guestbook like the rest of the world.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #43 (permalink)  
Old 27-09-08, 16:29
IMS IMS is offline
Junior Member
 
Join Date: Jul 2008
Posts: 7
Rep Power: 0
IMS is on a distinguished road
Re: Simple GuestBook

Just wanted to share some more of my findings regarding the mysterious glitch:

I couldn't find any correlation between the OS and/or browser used to view the guestbook and the way it behaves whatsoever. On one mac with safari it works, on another it doesn't. On one PC with FF3 it works, on another it doesn't. Altogether, I tested it on 6 different computers and it works on 3 of them (and 50-50 chance of functionality just doesn't cut it in my book).

I did manage to conclude one thing though - the glitch is not browser related, since on those computers on which the guestbook does work, it works just fine in any browser, and on those computers it doesn't, it doesn't no matter what browser you open it in. This makes me believe the issue might revolve around certain flash plug-ins or components some users might have (or not have) installed on their computers, but this is just speculation.

Anybody else wishes to share their thoughts?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #44 (permalink)  
Old 27-09-08, 18:10
Onsitus's Avatar
CSS.FlepStudio.org
 
Join Date: Jul 2007
Location: Nettuno Beach
Posts: 1,012
Rep Power: 3
Onsitus is on a distinguished road
Re: Simple GuestBook

Hi, couldn't it be due to different version of the Flash Player???

Flep does work on Mac so it surely works for him. I don't !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #45 (permalink)  
Old 27-09-08, 21:55
IMS IMS is offline
Junior Member
 
Join Date: Jul 2008
Posts: 7
Rep Power: 0
IMS is on a distinguished road
Re: Simple GuestBook

I use Flash CS3 for Mac version 9. I seriously doubt that is causing all the problems - other users on the preceding pages complained about the same issue, and besides, the swf file once generated shouldn't be the source of problems.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Flash Multi Gallery
  #46 (permalink)  
Old 30-09-08, 21:42
IMS IMS is offline
Junior Member
 
Join Date: Jul 2008
Posts: 7
Rep Power: 0
IMS is on a distinguished road
Re: Simple GuestBook

Good news - I finally figured out where the problem lies! :)

It seems that some security issue pops up when guestbook swf file trys to communicate with the database... Meaning, If "send" button doesn't work, you have to right click on the guesbook swf file, select "settings", go to "privacy" tab, and click on "advanced". You will then be taken on macromedia web site - click on Global Security Settings Panel, where you will have to explicitly write the URL of the guestbook (don't forget to add "www" if it is part of the address) in order to allow guestbook to communicate with its database.

Now, my question is - how to avoid this? The very same guestbook at the first page of this topic worked without any problems - how come that my guestbook (don't forget, actually the very same one, only slightly modiffied) requiers this extra permission from users? (around 50% of them, to be exact - see my previous 2 posts) Is there some why to add my site to the list of trusted websites automatically? I *think* this is what Flep (the creator of the guestbook) did, cos the URL "www.flepstudio.org" was listed under trusted websites in this macromedia dialogue (the one I told you about above) without me having to confirm anything.

Any ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #47 (permalink)  
Old 31-10-08, 03:40
Junior Member
 
Join Date: Oct 2008
Posts: 1
Rep Power: 0
poruntong is on a distinguished road
Re: Simple GuestBook

Hi Sir Flep

I am newbie and learning a lot from this example.... Thank you very much. I noticed that there was a typo error on one of the source file SendMessage.as script. the GET_TIME_PHP var is pointing to the wrong php script...

private const GET_TIME_PHP:String="http://www.maestromedia.no/Dorullen/guestbook/PHP/getMessages.php";


This cause the time stamp not to work properly. changed it with gettime.php that was also included in your zip file and it work ok..

private const GET_TIME_PHP:String="http://www.maestromedia.no/Dorullen/guestbook/PHP/gettime.php";
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #48 (permalink)  
Old 03-11-08, 08:47
Junior Member
 
Join Date: Oct 2008
Posts: 2
Rep Power: 0
undercom is on a distinguished road
Re: Simple GuestBook

Hi, the time and date is not working.
All entry's are set on "Thu Jan 1 1970 - 02:00:00 AM" so the date off all comments are incorrect.
Please help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #49 (permalink)  
Old 13-11-08, 10:00
Junior Member
 
Join Date: Oct 2008
Posts: 2
Rep Power: 0
undercom is on a distinguished road
Question Simple GuestBook

I have a really big problem. When i insert simple guestbook flash in my page, it start to get stuck in ie. Firefox works just fine but in ie6 and ie7 it has a stuck delay.



PLEASEEE HELPPPPP.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #50 (permalink)  
Old 01-12-08, 13:21
Junior Member
 
Join Date: Dec 2008
Location: china
Posts: 1
Rep Power: 0
lyphotoes is on a distinguished road
Re: Simple GuestBook

it can't type chinese words! what a pity!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads

Thread Thread Starter Forum Replies Last Post
Actionscript 3 simple image timer jamiewa Actionscript 3.0 newbies 3 07-11-08 12:53
Simple Guestbook Flep Utilità di FlepStudio 32 21-10-08 22:02
Actionscript 2 Stuck with a simple script biggsy Flash CS3 eng 1 07-07-08 15:27
Simple Problem Driving me Crazy nxtgenpro advanced Actionscript 3.0 1 28-05-08 21:23
Simple:Loading external SWF mabron Actionscript 3.0 newbies 1 14-05-08 23:02


All times are GMT. The time now is 20:20.


Powered by vBulletin versione 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC4
Forum SiteMap


FlepStudio
by Filippo Lughi
P.IVA 03605860406