kits graphiques gratuits logo kit graphique 9 kit graphique 9 kit graphique 9
kits graphiques menu kits graphiques flash menu animations flash menu kits graphiques css (css templates)

Go Back   Kits graphiques gratuits > Forums kits gratuits > Kits graphiques gratuits flash
Register Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 02-09-2010, 01:35 PM
kitsgratuits kitsgratuits is offline
Administrator
 
Join Date: Mar 2009
Posts: 515
kitsgratuits has disabled reputation
Default Mettre une URL absolue sur bouton flash ou faire un lien vers autre site

Voici une astuce vous permettant d'ajouter des URL dans les boutons flash et de les ouvrir dans une nouvelle fenêtre.

Si vous souhaitez faire un lien dans la même fenêtre remplacez simplement _blank par _self.

Ouvrez le fichier file js/main.js et remplacez à la fin du fichier la fonction :

Code:
function showPage(pageURL,button_id) {
    hideContent(pageURL);
    if (selected_button!="" && button_id!=selected_button) {
            sendToASUnselectButton('anim_'+selected_button);        
    }
    selected_button = button_id;
}
par

Code:
function showPage(pageURL,button_id) {
    if (pageURL.substring(0,4).toLowerCase()=='http') {
        window.open(pageURL, '_blank');
        return;
    };
    hideContent(pageURL);
    if (selected_button!="" && button_id!=selected_button) {
            sendToASUnselectButton('anim_'+selected_button);        
    }
    selected_button = button_id;
}
__________________
Cela nous fait toujours plaisir de vous lire dans notre rubrique témoignages...
Reply With Quote
 

Tags
animation flash, astuces, bannière flash ..., intro flash, kit graphique


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:36 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.