Welcome, Guest
  • Author Topic: Ecards don't show text - again  (Read 3684 times)

    inigo

    • Server what's that
    • *
    • Posts: 3
      • View Profile
      • Email
    Ecards don't show text - again
    « on: 05/09/07, 07:16 »
    I've looked through this board and this seems a common problem though I can't find an answer to it.

    Everything works fine, I get the email ok with all the user input. Then I click the link to the Ecard which then displays without the user text.

    The text files in dBText are all created ok with all variables written to them. I have set permissions on this directory to 766 and 755 for the php files. The first line of actionscript in the Ecard says: loadVariablesNum ("http://ccgi.klester.plus.com/Ecards/dBText/"+EcardText+".txt", 0);  but somehow it fails to load the variables from the txt file.

    Am I doing something wrong?

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: Ecards don't show text - again
    « Reply #1 on: 05/09/07, 13:41 »
    are the textfiles and the swf files in the same domain?
    could you provide a link, where we can check?
    happy flashing
    8)
    Ronald

    inigo

    • Server what's that
    • *
    • Posts: 3
      • View Profile
      • Email
    Re: Ecards don't show text - again
    « Reply #2 on: 05/10/07, 02:58 »
    Hi, Yes its all in the same domain, structured as per the tutorial

    http://194.154.164.100/~westonbigwood@avonwildlifetrust.org.uk/Ecards/Ecards.swf

    NB Please choose card 2 (Rudolf) as I have only added this card so far.


    I have changed some of the graphics on the Ecard but all text fields / actionscipt is the same as tutorial.

    cheers

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: Ecards don't show text - again
    « Reply #3 on: 05/10/07, 09:53 »
    The text file are created with restrictive permissons and can't be open by flash, change it (manually first to check if it works, then in the script)

    Jorge

    inigo

    • Server what's that
    • *
    • Posts: 3
      • View Profile
      • Email
    Re: Ecards don't show text - again
    « Reply #4 on: 05/11/07, 07:38 »
    Hi I changed the permissions on dBText directory to 777 and now it works fine  ;D

    Thanks for your help