Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Page 1 of 3
1 2 3 LastLast
Results 1 to 10 of 21

Thread: GuestBook Flash CS4

  1. #1
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,460
    Rep Power
    8

    GuestBook Flash CS4

    amazing Flash templates

    Here's another Flash CS4 free utility created by FlepStudio.


    This is a Flash GuestBook with 3D effect rotations using the property rotationX of Actionscript 3.0.

    If you want to load into your main SWF on your site or application or site of your clients, just create the logic on your main FLA

    to load and you're done.


    Very easy to install, requires PHP and mySQL.


    Very useful as a space dedicated to the signatures and comments from visitors to your blog or website.

    Interactive utility that allows visitors to a website could leave signatures and comments.


    Installation



    1. Open the file configuration.php and change the setting for access to your database.

    2. Upload the PHP folder on your server in a folder in which you wish to install the Guest Book

    3. Go with the brower to address where is located PHP/install.php that you just uploaded

    4. Delete the file PHP/install.php from the server

    5. Open the file main.fla

    6. Open the file LoadingXML.as at line 22 and IF NEEDED enter the absolute url of file PHP/getMessages.php you just uploaded

    7. Open the file SendMessage.as and rows 17 and 18 and IF NEEDED enter the absolute urls of files PHP/gettime.php and PHP/storeMessage.php you just uploaded

    8. Re-create the SWF by main.fla and GuestBook is already working

    9. Upload the new main.swf to server


    Result










    Description

    GuestBook - Flash CS3 - PHP - mySQL


    File packages

    main.fla

    package org.FlepStudio

    package caurina ( Tweener by Zeh Fernando )

    package PHP ( with all PHP files )




    Attached Files

  2. #2
    Junior Member Settled In fuzzysopup is on a distinguished road
    Join Date
    Jul 2008
    Posts
    13
    Rep Power
    0

    Re: GuestBook Flash CS4

    nice basic example, thanx

  3. #3
    Junior Member Settled In tampaba1 is on a distinguished road
    Join Date
    Dec 2008
    Posts
    3
    Rep Power
    0

    Re: GuestBook Flash CS4

    Thanks, another great share.

  4. #4
    Junior Member Settled In Dipingere is on a distinguished road
    Join Date
    Apr 2009
    Posts
    7
    Rep Power
    0

    Re: GuestBook Flash CS4

    Wow... Amazing!!!

    Thanks Flep!

  5. #5
    Junior Member Settled In armavista is on a distinguished road
    Join Date
    Nov 2009
    Posts
    5
    Rep Power
    0

    Re: GuestBook Flash CS4

    Thanks! I tried and it works.
    Is there a way to easily modify some details like the buttons, fonts, color, date stamp format?
    Many thanks for all the good work.

  6. #6
    Junior Member Settled In Cindy is on a distinguished road
    Join Date
    Oct 2009
    Posts
    3
    Rep Power
    0

    Re: GuestBook Flash CS4

    Woohoo, just were I was looking for! Thanks so much, and really great work designing. Thanks!! :D

  7. #7
    Junior Member Settled In Vanezza is on a distinguished road
    Join Date
    Oct 2009
    Posts
    1
    Rep Power
    0

    Re: GuestBook Flash CS4

    Thanks!!!!!

  8. #8
    Junior Member Settled In armavista is on a distinguished road
    Join Date
    Nov 2009
    Posts
    5
    Rep Power
    0

    Re: GuestBook Flash CS4

    Sorry for the last comment. I could not access the content of the fla file because of fonts making flash crash.
    Anyway, i customized your excellent guestbook, but i can't find a way to modify the date format.

    It displays "Wed Nov 11 2009 - 01:15:11 PM", i would like to get
    "Miercoles 11 Noviembre 2009 - 13:15:11" or
    "Mercoledì 11 Novembre 2009 - 13:15:11" or
    "Mercredi 11 Novembre 2009 - 13:15:11"

    It could be useful to many of us, i guess

    Please help !

    Many thanks

  9. #9
    Junior Member Settled In haning is on a distinguished road
    Join Date
    Nov 2009
    Posts
    2
    Rep Power
    0

    Re: GuestBook Flash CS4

    thank u

  10. #10
    Moderator Moving My Stuff To The FlepStudio OrientExpress is on a distinguished road OrientExpress's Avatar
    Join Date
    Aug 2009
    Posts
    1,279
    Rep Power
    2

    Re: GuestBook Flash CS4

    Quote Originally Posted by armavista View Post
    Sorry for the last comment. I could not access the content of the fla file because of fonts making flash crash.
    Anyway, i customized your excellent guestbook, but i can't find a way to modify the date format.

    It displays "Wed Nov 11 2009 - 01:15:11 PM", i would like to get
    "Miercoles 11 Noviembre 2009 - 13:15:11" or
    "Mercoledì 11 Novembre 2009 - 13:15:11" or
    "Mercredi 11 Novembre 2009 - 13:15:11"

    It could be useful to many of us, i guess

    Please help !

    Many thanks
    Hi,
    open LoadingXML.as file.
    Add your arrays of days and months ( the following example is italian ):
    Code:
    private var days:Array=new Array("Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato");
    private var months:Array=new Array("Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre");
    now replace the function "getFormattedDate" with the following one:
    Code:
    private function getFormattedDate(seconds:Number):String
    {
    	var milliseconds_server:Number=seconds*1000;
    	var d:Date=new Date();
    	d.setTime(milliseconds_server);
    	var day:String=(days[d.getDay()]);
    	var month:String=(months[d.getMonth()]);
    	var year:int=d.getFullYear();
    	return (day+" "+d.getDate()+" "+month+" "+year+" - "+d.toLocaleTimeString());
    }

+ Reply to Thread
Page 1 of 3
1 2 3 LastLast

Similar Threads

  1. GuestBook Flash CS4
    By Flep in forum Utilità di FlepStudio
    Replies: 40
    Last Post: 2 Weeks Ago, 14:50
  2. Flash CS3 GuestBook
    By Flep in forum FlepStudio utilities
    Replies: 66
    Last Post: 3 Weeks Ago, 01:46
  3. Flash CS3 GuestBook
    By Flep in forum Utilità di FlepStudio
    Replies: 155
    Last Post: 07-01-10, 16:50
  4. Flash Guestbook - knowledge requirements
    By hard_overclocker in forum Flash English
    Replies: 1
    Last Post: 14-11-07, 13:03
  5. GuestBook in Flash CS3 - PHP - mySQL e XML
    By Vlizzard in forum AIUTO utilità free
    Replies: 1
    Last Post: 25-09-07, 18:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Optimization by vBSEO