Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 18

Discussione: gif animato

  1. #1

    gif animato

    Ciao a tutti, ho un piccolo problema:
    ho fatto un bottone in flash, ho esportato prima l'immagine come gif animato poi il filmato come gif animato.
    Le ho inserite in Golive come mouse enter e mouse exit ma l'animazione nel browser non é fluida, é come se, entrando sul bottone, partisse l'ingrandimento ma poi ci fosse uno scalino in cui l'immagine salta e torna per un istante al fotogramma precedente.......
    non so se mi sono spiegata...... se qualcuno mi potesse aiutare........
    grazie
    mik

  2. #2
    qpirrone
    Guest
    Non è che per caso il problema è a monte; nel filmato per intenderci.
    Prova il .fla in F12 sul browser e controlla che sia tutto a posto.

  3. #3
    Grazie di avermi risposto.
    No, il problema non é a monte perché il flash é molto semplice e con F12 lo vedo benissimo.......
    ho provato ad aumentare la velocità dei fotogrammi, ad abbassarla, a ridurli ma niente.......
    come posso fare?

  4. #4
    qpirrone
    Guest
    Non capisco...
    L'hai salvata come gif animata, hai detto.

  5. #5
    Si, non é un bottone in flash... non ha l'area attiva é solo un cerchio che si ingrandisce in 4 fotogrammi... mi sono posizionata sul primo ed ho salvato l'immagine gif e poi ho salvato tutto il filmato in gif......
    ti scoccia se ti allego i due file?
    Boh.......io ci provo.
    grazie
    mik

  6. #6
    Questo é l'altro

  7. #7
    qpirrone
    Guest
    Il primo è fermo e va bene.
    Il secondo fa lo zoom e resta zoommato.
    E' giusto che sia così???

    Per me non ci sono imperfezioni.

  8. #8
    Si, é giusto che sia così..... ed anche per me non ci sono imperfezioni..... però perché si vede male?????
    Uffa......

  9. #9
    qpirrone
    Guest
    Io non lo vedo male.
    Comunque sul fla cosa hai fatto per realizzare l'effetto zoom???

  10. #10
    Niente da fare.....
    ti mando il codice html?

    <html>

    <head>
    <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
    <title>Welcome to Adobe GoLive 5</title>
    <csactions>
    <csaction name="B892ABCC3" class="Set Image URL" type="onevent" val0="bottone" val1="bottone.gif">
    <csaction name="B892ABDA4" class="Set Image URL" type="onevent" val0="bottone" val1="bottonefermo.gif">
    </csactions>
    <csscriptdict>
    <script><!--
    CSStopExecution = false;
    function CSAction(array) {
    return CSAction2(CSAct, array);
    }
    function CSAction2(fct, array) {
    var result;
    for (var i=0;i<array.length;i++) {
    if(CSStopExecution) return false;
    var actArray = fct[array[i]];
    if (actArray == null) return false;
    var tempArray = new Array;
    for(var j=1;j<actArray.length;j++) {
    if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
    if(actArray[j][0] == "VAR") {
    tempArray[j] = CSStateArray[actArray[j][1]];
    }
    else {
    if(actArray[j][0] == "ACT") {
    tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
    }
    else
    tempArray[j] = actArray[j];
    }
    }
    else
    tempArray[j] = actArray[j];
    }
    result = actArray[0](tempArray);
    }
    return result;
    }
    CSAct = new Object;

    CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
    function IsIE() { return CSAg.indexOf("MSIE") > 0;}
    function CSIEStyl(s) { return document.all.tags("div")[s].style; }
    function CSNSStyl(s) { return CSFindElement(s,0); }
    function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];
    var curDoc = ly ? ly.document : document; var elem = curDoc[n];
    if (!elem) { for (var i=0;i<curDoc.layers.length;i++) {
    elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
    return elem;
    }

    function CSSetImageURL(action) {
    var img = null;
    if (document.images) {
    if (!IsIE()) img = CSFindElement(action[1],0);
    else img = document.images[action[1]];
    if (img) img.src = action[2];
    }
    }

    // --></script>
    </csscriptdict>
    <csactiondict>
    <script><!--
    CSAct[/*CMP*/ 'B892ABCC3'] = new Array(CSSetImageURL,/*CMP*/ 'bottone',/*URL*/ 'bottone.gif');
    CSAct[/*CMP*/ 'B892ABDA4'] = new Array(CSSetImageURL,/*CMP*/ 'bottone',/*URL*/ 'bottonefermo.gif');

    // --></script>
    </csactiondict>
    </head>

    <body bgcolor="#ffffff">


    [img]bottonefermo.gif[/img]</p>
    </body>

    </html>

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.