Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. master479
    3. Post
    M

    master479

    @master479

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 1
    • Post 2
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    0
    Reputazione
    2
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User Newbie

    Post creati da master479

    • RE: Aiuto Flash...

      ho risolto ho capito il funzionamento 😉

      postato in Web Marketing e Content
      M
      master479
    • Aiuto Flash...

      Ragazzi ciao a tutti sono un nuovo utente!!!!

      Avrei una domanda...

      Non riesco a capire una cosa...

      vi posto lo script...

      on (rollOver)
      {
      this.gotoAndPlay("over");
      }
      on (rollOut)
      {
      this.gotoAndPlay("up");
      }
      on (release)
      {
      if (_root.begin.BOX == Number(_root.begin.BOX))
      {
      loadMovieNum("home.swf", _root.begin.BOX);
      }
      else
      {
      _root.begin.BOX.loadMovie("home.swf");
      } // end else if
      }

      Non capisco questa sintassi:

      on (release)
      {
      if (_root.begin.BOX == Number(_root.begin.BOX))
      {
      loadMovieNum("home.swf", _root.begin.BOX);
      }
      else
      {
      _root.begin.BOX.loadMovie("home.swf");
      } // end else if
      }

      la domanda ke mi pongo io è come fa a caricarsi il file home.swf ? in quale cartella lo va a cercare il file ???
      Sapreste aiutarmi?
      Grazie in anticipo

      postato in Web Marketing e Content
      M
      master479