Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do I add link-id's in flash?


Dennis_gull

Recommended Posts

Posted

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.

Posted

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 =/

Posted

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...