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 4 1 2 3 ... LastLast
Results 1 to 10 of 39

Thread: ShoutBox

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

    ShoutBox

    flash templates
    A new free utility !

    It's a Flash CS3 and Actionscript 3.0 ShoutBox.
    Supported by PHP and mySQL , it creates a DataBase or a new Table into existing DataBase. Easy installation.

    Very usefull for Joomla, Wordpress, Drupal, PHPnuke etc etc platforms.
    Cutomizable design, just open the FLA and let's run your fantasy.

    Developers:
    Flep - Flash CS3* & Actionscript 3.0
    Tem Advertising Torino Web Design - T Concept Studio - PHP, XML and MySQL
    Mariano Martucci - PHP supervisor


    Flash CS3 ShoutBox

    Actionscript 3.0, XML, PHP and mySQL based








    Description

    Flash CS3 and Actionscript 3.0 ShoutBox supported by PHP and mySQL.

    Reads from an XML file.

    Easy installation.


    Minimum requirements

    PHP 4

    mySQL 4


    Installation

    - create a new folder on your domain and call it ' ShoutBox ' or as you wish.

    - open setup.php ( it's into includes folder ) and change the database parameters.

    - upload into ShoutBox folder:

    add_shout.php

    includes folder

    xml folder and CHMOD 777

    install.php

    style.css


    - hit your browser to install.php

    - delete install.php


    - open org/flepstudio/shoutbox/LoadingXML.as and change the URL to xml file at line 26

    - open org/flepstudio/shoutbox/SendTheMessage.as and change the URL to add_guest.php at line 25

    - open org/flepstudio/shoutbox/Main.as and change the URL to xml file at line 57


    open main.fla and launch the SWF. If the url's to xml file and add_guest.php and style.css are corrects main.swf will run properly


    upload into ShoutBox folder:

    main.swf


    IMPORTANT:

    install.php will create a new database.

    If the database allready exists, it creates a new table.



    Source files:
    Attached Files

  2. #2
    Junior Member Settled In merlin is on a distinguished road
    Join Date
    Nov 2007
    Posts
    8
    Rep Power
    0

    Re: ShoutBox

    Hi everyone. Just came across this site today and its really helped me out a lot. Now, im trying to implement this shoutbox on my flash site and it all goes perfectly until I test it on my server and it wont post the message although I have followed the instructions to the letter. Can someone please help me with this? Here is the url : Deltas-Sanctuary

  3. #3
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: ShoutBox

    Hi merlin,
    try to set permissions 666 !

  4. #4
    Junior Member Settled In merlin is on a distinguished road
    Join Date
    Nov 2007
    Posts
    8
    Rep Power
    0

    Re: ShoutBox

    Hi Flep and thanks very much for the quick reply. I tried to chmod the xml folder to 666, but that didnt help..any other suggestions?

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

    Re: ShoutBox

    chmod all the php files to 666

  6. #6
    Junior Member Settled In cyberluk is on a distinguished road
    Join Date
    Nov 2007
    Posts
    10
    Rep Power
    0

    Re: ShoutBox

    And what about security/spam protection here? See my question about Flepstudio GuestBook

  7. #7
    Junior Member Settled In merlin is on a distinguished road
    Join Date
    Nov 2007
    Posts
    8
    Rep Power
    0

    Re: ShoutBox

    Hi again Flep. Sorry, but I tried your last suggestion and am having the same problem. Any other suggestion?

  8. #8
    Junior Member Settled In merlin is on a distinguished road
    Join Date
    Nov 2007
    Posts
    8
    Rep Power
    0

    Re: ShoutBox

    im sorry but i forgot to mention in the last post that i uploaded your example and it worked perfectly but it seems to go wrong whenever i use the *loader* component for my flash movie. this is my first real attempt at flash so please be patient with me lol

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

    Re: ShoutBox

    Hi,
    do you use Event.ADDED_TO_STAGE in your loader code ?

  10. #10
    Junior Member Settled In merlin is on a distinguished road
    Join Date
    Nov 2007
    Posts
    8
    Rep Power
    0

    Re: ShoutBox

    Hi Flep...here is what i have in my actions script for loader :

    //--------Movie Clip Loader----------\\
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    var myListener:Object = new Object();
    mcLoader.addListener(myListener);
    myListener.onLoadProgress = function(target_mc,bytesLoaded,bytesTotal) {
    extLoader_mc._visible = true;
    var pctLoaded = Math.round(bytesLoaded/bytesTotal*100);
    extLoader_mc.extLoaderBar_mc._xscale = pctLoaded;
    if (bytesLoaded >= bytesTotal) {
    extLoader_mc._visible = false;
    }
    }
    mcLoader.loadClip("demo/shoutbox/main.swf",myLoader);
    //-----------------------------------\\

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

Similar Threads

  1. ShoutBox
    By Flep in forum Utilità di FlepStudio
    Replies: 22
    Last Post: 16-10-09, 12:42
  2. Shoutbox problems
    By fraudulentpeanut in forum HELP free utilities
    Replies: 24
    Last Post: 28-01-09, 03:16
  3. Empty shoutbox for comments?
    By jdgrud in forum HELP free utilities
    Replies: 0
    Last Post: 19-12-08, 22:11
  4. shoutbox installation
    By claudine in forum HELP free utilities
    Replies: 31
    Last Post: 10-09-08, 13:50
  5. Shoutbox. Mi sono persa il file xml.
    By Onsitus in forum AIUTO utilità free
    Replies: 16
    Last Post: 13-11-07, 15:45

Tags for this Thread

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