Help: Creating Flash buttons...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • claypots
    Member
    • Feb 2001
    • 66

    Help: Creating Flash buttons...

    I am trying to create flash buttons for the main links (profile, register, calendar...). Does anyone know how to make these work/communicate with the php/cookies?

    Any help would be great!
  • Dark_Wizard
    Senior Member
    • Jan 2001
    • 347
    • 3.6.x

    #2
    for the profile button link you would use:
    <a href="usercp.php?s=<?php echo $session[sessionhash]; ">

    Comment

    • Menno
      Senior Member
      • Apr 2000
      • 1224

      #3
      You would have to be able to append some variables (the session) to the flash script when you call it (use actionscript?).
      - Insert viable disclaimer here -

      ArtBeast!

      Comment

      • claypots
        Member
        • Feb 2001
        • 66

        #4
        actually, the simple link (...forums/usercp.php) work great. Are there instances where they wont work? Or are there security reasons where I shouldn't use that link?

        Comment

        • conan
          Senior Member
          • Sep 2000
          • 389

          #5
          Yes that would work with all of them, except the register, faq, and logout then you would need:

          <a href="register.php?s=<?php echo $session[sessionhash]&action=signup; ">

          and so on for the others, is pretty easy to figure out what they need

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...