Welcome, Guest
  • Author Topic: GB not working  (Read 1896 times)

    André Faca

    • Jr. Programmer
    • **
    • Posts: 67
    • AF has been here.
      • View Profile
      • Andre Faca Dot Com
    GB not working
    « on: 06/16/04, 20:47 »
    Hi there,

    Well I customized my GB to the look and feel required but it does not seem to work at all.

    I needed new buttons, so I changed them but... I did not put there components. Yours did not seem editable so I had to create new ones.

    Can this be the problem?

    The php file is OK, tried to chmod 777, 755... not working. yet everything is congfigured.

    In fact the GB reads from the DB, but does not post anything at all. I do not even see any action there.

    - Andre
    Andre Faca - Macromedia Certified Professional
    ADJK HOST // Flash Optimized Deliverance Hosting
    www.andrefaca.com
    What is my IP Address?

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re:GB not working
    « Reply #1 on: 06/17/04, 06:44 »
    u create new buttons, did u add actions for them???

    André Faca

    • Jr. Programmer
    • **
    • Posts: 67
    • AF has been here.
      • View Profile
      • Andre Faca Dot Com
    Re:GB not working
    « Reply #2 on: 06/17/04, 07:40 »
    Of course, bro. :)

    I gave them the same actions the components had...
    Andre Faca - Macromedia Certified Professional
    ADJK HOST // Flash Optimized Deliverance Hosting
    www.andrefaca.com
    What is my IP Address?

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re:GB not working
    « Reply #3 on: 06/17/04, 08:06 »
    ok good man, just to make sure.. does php write to textfiles (go to and see if txt files got anything in it) - how about php, run your <filename>.php and see what happens? :)
    « Last Edit: 06/17/04, 08:11 by vesa kortelainen »

    André Faca

    • Jr. Programmer
    • **
    • Posts: 67
    • AF has been here.
      • View Profile
      • Andre Faca Dot Com
    Re:GB not working
    « Reply #4 on: 06/17/04, 09:06 »
    Everything seems to work server-side. I will take a look into the flash code itself as it could also be a problem there, since I did not take the tutorial as a template.

    I will keep you up to date.

    Tks
    - Andre
    Andre Faca - Macromedia Certified Professional
    ADJK HOST // Flash Optimized Deliverance Hosting
    www.andrefaca.com
    What is my IP Address?

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re:GB not working
    « Reply #5 on: 06/19/04, 02:34 »
    Hi André,
    it is essetial that the names in the flash movie match 100% with the variable names you use in PHP. This includes capitalization.
    If you use a movieclip inside of your movie, you have to include the complete path to the text components, or better, use the LoadVars component for communication.
    The tutorial shows the basic functionality. Before you start enhancing it, you should make it run as it was, to make sure the environment works.
    Then start modifying it step by step, until you understand the functionality and the dependencies of the components and functions.
    « Last Edit: 06/19/04, 02:36 by Ronald Wernecke »
    happy flashing
    8)
    Ronald

    André Faca

    • Jr. Programmer
    • **
    • Posts: 67
    • AF has been here.
      • View Profile
      • Andre Faca Dot Com
    Re:GB not working
    « Reply #6 on: 06/19/04, 05:55 »

    Hi André,
    it is essetial that the names in the flash movie match 100% with the variable names you use in PHP. This includes capitalization.
    If you use a movieclip inside of your movie, you have to include the complete path to the text components, or better, use the LoadVars component for communication.
    The tutorial shows the basic functionality. Before you start enhancing it, you should make it run as it was, to make sure the environment works.
    Then start modifying it step by step, until you understand the functionality and the dependencies of the components and functions.


    I am aware of it :)
    I will try to fix it today.
    Andre Faca - Macromedia Certified Professional
    ADJK HOST // Flash Optimized Deliverance Hosting
    www.andrefaca.com
    What is my IP Address?

    Mohsin Sumar

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 1646
    • Mohsin Sumar, Extreme Web Technologies
      • MSN Messenger - mohsinsumar@hotmail.com
      • Yahoo Instant Messenger - mohsinsumar
      • View Profile
      • Extreme Web Technologies
      • Email
    Re:GB not working
    « Reply #7 on: 06/19/04, 06:14 »
    Hi Andres... If you created new buttons, then there will be a need to change the action script a little bit...

    Components use:
    [script]on(Click){ ... } [/script]

    Normal Buttons use:
    [script]on(Release){ ... } [/script]

    That should be the problem..
    - Best Regards, Mohsin Sumar
    - Mohsin Sumar dot com is hosted by Extreme Web Technologies

    André Faca

    • Jr. Programmer
    • **
    • Posts: 67
    • AF has been here.
      • View Profile
      • Andre Faca Dot Com
    Re:GB not working
    « Reply #8 on: 06/19/04, 08:13 »

    Hi Andres... If you created new buttons, then there will be a need to change the action script a little bit...

    Components use:
    [script]on(Click){ ... } [/script]

    Normal Buttons use:
    [script]on(Release){ ... } [/script]

    That should be the problem..


    Also aware of it :)
    Andre Faca - Macromedia Certified Professional
    ADJK HOST // Flash Optimized Deliverance Hosting
    www.andrefaca.com
    What is my IP Address?

    André Faca

    • Jr. Programmer
    • **
    • Posts: 67
    • AF has been here.
      • View Profile
      • Andre Faca Dot Com
    Re:GB not working
    « Reply #9 on: 06/22/04, 05:35 »
    Ok, everything working now :)

    www.dj-nox.com/nox.php (click guestbook).

    - Andre
    Andre Faca - Macromedia Certified Professional
    ADJK HOST // Flash Optimized Deliverance Hosting
    www.andrefaca.com
    What is my IP Address?