View Full Version : Help: Creating Flash buttons...
claypots
Sat 31st Mar '01, 11:50pm
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
Sun 1st Apr '01, 12:43am
for the profile button link you would use:
<a href="usercp.php?s=<?php echo $session[sessionhash]; ">
Menno
Sun 1st Apr '01, 4:32am
You would have to be able to append some variables (the session) to the flash script when you call it (use actionscript?).
claypots
Sun 1st Apr '01, 4:54am
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?
conan
Sat 7th Apr '01, 12:36am
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 ;)
Powered by vBulletin™ Version 4.0.0 Beta 4 Copyright © 2009 vBulletin Solutions, Inc. All rights