Dennis_gull Posted October 20, 2006 Posted October 20, 2006 Hey, I was just wondering how to add a link id inside a flash file because I cant use the <?php echo tep_href_link(FILENAME_DEFAULT) ?> when I use this.Hem.onPress = function() { getURL("index.php)"); } If I have to use index.php the account will get logged out everytime someone press the button.
Dennis_gull Posted October 21, 2006 Author Posted October 21, 2006 have been looking around all day but cant find out how to do it... How do you guys who use flash buttons get an echo link to work? I read something about adding a XML file but I have no idea what I need to write then. Would really love some help here =/
Dennis_gull Posted October 21, 2006 Author Posted October 21, 2006 Actually I know that I only need to get the session id but im not sure how to do that right now I tried: this.Home.onPress = function() { getURL( "index.php?osCsid=" + sessionID ); But I dont get the sessionID, anyone know why?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.