Visualizzazione dei risultati da 1 a 3 su 3

Discussione: Inserire url

  1. #1

    Inserire url

    Ciao a tutti,
    qualcuno mi sa spiegare come posso inserire un link (su tutto il banner) in flash mx?
    Scusate ma proprio non ho capito come si fa.
    Ciao
    Grazie
    Fabio

  2. #2
    Bhe non so se per Banner intendi un clip che rappresenta il Banner

    se così fosse potresti

    onClipEvent (mouseDown) {
    if (this.hitTest(_root._xmouse, _root._ymouse, false)) {
    sopra = true;

    GetURL("pagina.html", ....)
    // la riga sotto è per una pop UP
    //wdth = 500;
    //hdth = 300;
    //getURL ("javascript:window.open('fotografie.html','nName' ,'scrollbars=0, width=" add wdth add ",height=" add hdth add ",top='+((screen.availHeight/2)-(" add hdth/2 add "))+',left='+((screen.availWidth/2)-(" add wdth/2 add "))); void(0);");



    } else {
    sopra = false;

    }
    }


    Ciao

  3. #3
    visto che usa MX e se il banner è un movieClip puoi scrivere questo sul frame:
    codice:
    nomeIstanzaMovieClip.onRelease = function(){
         getURL("paginaBanner.html","_blank");
    }
    oppure creare un pulsante trasparente

    regalami un oggi da favola...e il domani bhe!?non mi importa se tu 6 con me! ©Ily

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.