Problème Animate et Dreamweaver lors de la publication du site.

Bonjour,
J'ai créé une animation edge animate pour un site internet pour une déco basée sur les fêtes de Noël.
Malheureusement, celle-ci aparait bien lors de la prévisualisation en local, mais pas sur le site une fois publiée. Cette banière a été composée d'une image de fond avec un ensemble de flocons simples en mouvement par dessus le fond. J'ai fait une exportation web et me suis servi du fichier .oam pour intégrer mon animation via le menu "Insertion > Média > Composition edge animate" dans dreamweaver. Vous pouvez voir sur le site : www.garderielesptitsloups.ch.
Comment puis-je faire pour résoudre ce problème rapidement afin de satisfaire le souhait de mon client.
Ce post sera aussi publié sous Deamweaver afin d'obtenir de l'aide rapidement.
Je vous remercie de bien vouloir m'aider car je suis à court de solutions et les fêtes aprochent.
Les réponses dans d'autres langues me conviènent parfaitement.
Cordialement.
David.
Message was edited by: hasdav80

I have never worked with Edge, but looking at the links of the JS files as per
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="includes/ice/ice.js" type="text/javascript"></script>
<script src="SpryAssets/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="/edgeanimate_assets/background_h/Assets/background_h_edge.js"></script>
<script src="/edgeanimate_assets/background_h/Assets/background_h_edgeActions.js"></script>
<script src="/edgeanimate_assets/background_h/Assets/background_h_edgePreload.js"></script>
<script src="/edgeanimate_assets/background_h/Assets/edge.2.0.1.min.js"></script>
<script src="/edgeanimate_assets/background_h/Assets/jquery-1.7.1.min.js"></script>
I see that the jQuery library is loaded twice, which is a no-no. You are better off loading the latest library from
<script src="//code.jquery.com/jquery-latest.min.js"></script>
and placing that instead of jquery-1.8.3.min.js
Not sure if this has an impact, but I assume that edge.2.0.1.min.js is the Edge library. If that is true, then it should be loaded prior to the edge addons. Try moving the link to load just after the jQuery libary.

Similar Messages

  • Problème Installation Adobe Dreamweaver CS6

    Bonjour,
    Alors voilà j'ai un soucis, j'aimerais télécharger Adobe dreamweaver donc je télécharge sur mediafire un dossier s'affiche sur mon bureau avec un lien adobe a télécharger donc je télécharge déjà premiers soucis il m'affiche qu'il faut que je redémarre mon pc je le fais ça continue, bon je met ignorer, l'installation se fait, puis il y a un préchargement et un le téléchargement et là a peine les 1% dépasser ça m'affiche ça : 
    Echec de l'installation :
    Autres conseils de dépannage :
    1- Redémarrez votre ordinateur
    2-Fermez tout les applications, antivirus et pare-feu
    3-Fermez cette fenêtre et relancer le programme d'installation
    Il me parle d'un code d'erreur exit 34
    Biensûr j'ai tout fais sans réussite !
    Donc j'ai télécharger sur le site d'adobe qui met fais déjà installer Créative cloud, donc je le fais et toutes les 3 secondes s'affiche : Problème le serveur est trop éloingnés . Donc je décide d'aller voir sur le site d'adobe il me dise que il y a un soucis avec photoshop cs6 que j'ai donc désinstaller sans réussite. Je présice je veux juste la version d'essaie pour l'essayez x)
    Si ça peux donner des infos j'ai un acer aspire, windows 7 avec 64 bits
    Voilà j'espère que vous pourriez m'aider
    Cordialement

    Bonjour,
    It isn't clear from your post about the version of Dreamweaver that you are trying to download and the site you are downloading from. If you had it there and I missed it, blame Google Translate.
    Can you provide the version of Dreamweaver that you are downloading, the site you are downloading from, and also whether you are downloading a trial version or a paid version?
    Thanks,
    Preran

  • If I download the new dreamweaver will I loose all my "sites"??

    if I download the new dreamweaver will I loose all my "sites"??

    debibrighthope, No, you will not loose the sites.

  • Every time I open dreamweaver, I have to name my site and remanage

    Every time I open dreamweaver, I have to rename my site and manage it

    Start by Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811
    If that doesn't help, Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    Nancy O.

  • How to find "start-dreamweaver-first-website" zip in local site folder?

    Hallo...
    I have download that file already. But somehow it does not show up on the "local site folder" when i want to save it as in the tutorial video suggest....
    Do i need to do anything else before that to save it.???
    BTW, how to unzip that folder....??
    Thanks a lot.

    Dear Ken:
    Many many thanks...[?]
    2015-03-08 19:22 GMT+08:00 Ken Binney <[email protected]>:
        how to find "start-dreamweaver-first-website" zip in local site
    folder?  created by Ken Binney
    <https://forums.adobe.com/people/Ken+Binney> in *Dreamweaver support
    forum* - View the full discussion
    <https://forums.adobe.com/message/7264408#7264408>

  • Edge animate and dreamweaver

    I'm using the latest CC versions of these programs on a new Windows PC. I have created an animate_package .oam file and a web .html file and have included all supporting links and folders mirrored on our server. I can get the .oam working locally on firefox, chrome and IE, and I can play the html animation page on its own online, but when I upload my own web page, the animation won't play. I inserted in my page Edge Animate Composition > .oam file and it plays locally. I have also tried inserting the html code but that does not play locally or online in the page (but does on its own if I upload the animation html page). Can you help me get this working? Thank you!

    Your Edge animation is contained in a <div>..
    All you need to to is open the HTML file that Edge generates for your animation and copy some of the code and paste it into your HTML page you created in Dreamweaver.
    The  code that looks like this must b copied and pasted on the HTML page you created in Dreamweaver:
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="Heart_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-89560843 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    <div id="Stage" class="EDGE-89560843">
    </div>
    The "Stage" div is where your Edge animation is contained.
    NOTE: In order for this to work your HTML file you created in Dreamweaver must be in the same file folder as the Edge animation files.
    I have read that with Dreamweaver CS6 there is a way to insert the Edge file automatically:
    http://forums.adobe.com/message/4783772#4783772

  • Problème fonction externe DLL lors du lancement d'un executable

    Bonjour à tous,
    J'ai créé un installeur qui génére mon application sous forme d'éxécutable. L'installeur et l'éxécutable fonctionne parfaitement sur certains PC. Par contre sur d'autres PC lors du lancement de l'application j'ai le message d'erreur suivant qui apparaît : 
    À noter que c'est le même installeur et le même éxécutable qui sont utilisés. La DLL est bien présente. Je n'ai pas accès aux fonctions de la DLL donc je ne sais pas comment elles sont rédigés.
    Quelqu'un a-t-il déjà rencontré ce problème? Il faut que je puisse faire fonctionner cette application sur tout nos PC.

    Bonjour,
    Il semblerait que ton application ne trouve pas la DLL. Pourrais tu donner quelques détails supplémentaires qui pourraient avoir leurs importance en comparant les cas qui fonctionnent et ceux qui ne fonctionne pas. Donc si tu peux les configs qui marchent avec au moins les points suivants et les configs qui ne fonctionnent pas.
    - Système d'exploitation : Windows 7, Windows 8 ...?
    - Version 32 ou 64 bits de Windows ?
    - Origine de la DLL ? Installé avec ton exe ? driver a installer sur le PC ?...
    - Emplacement de la DLL. A côté de ton EXE ? ailleurs
    - Emplacement de ton exe : dossier spécifique, programs files ?
    - Les droits d'accès du compte utilisé sur le PC .
    Je demande ces différents points car sur ta capture, tu sembles utiliser Windows 8. Avec les Dll, les chemins et les droits d'accès ont leurs importance et suivant les versions de Windows, ca change pas mal.
    Dans tous les cas, tiens bon et ne te recogne pas la tête contre ton écran, on va trouver une solution
    .mesLeft{float:left} .mesInfo{border-left:solid 1px #989898;font-size:x-small;color:#989898} .mesLogo{float:right;opacity:0.18} .mesLogo:hover{opacity:0.9}
    Maxime R.  
      CLD - Certified LabVIEW Developer / Développeur LabVIEW Certifié  
      CLAD - Certified LabVIEW Associate Developer   

  • Problème de barre de déplacement qui n'apparait pas lors de la publication de ma page créee avec flash CS6

    Bonjour,
    j'ai un problème avec la publication de ma page qui fonctionne parfaitement mis à par qu'il n'y a pas de barre de déplacement sur la droite pour pouvoir descendre ou monter pour pouvoir regarder le résultat final.
    Sur la page index pas de souci puisque les dimensions correspondent avec la page internet mais lorsque j'active le bouton catalogue puis par exemple MURALES la on voit qu'une partie de la page.
    La page est : claclacanaries.es
    J'imagine que c'est dans configuration publication mais je ne vois pas quoi.
    Pourriez vous m'aider

    Are you on Windows or Mac? Preview on Device is only supported on Mac. Here’s the instructions on how to use it: http://helpx.adobe.com/content/help/en/digital-publishing-suite/help/preview-folios-articl es.html#use_preview_on_device.
    How big are your video files?
    Neil
    (Sorry I keep writing back in English, but my written French… c’est terrible!)

  • Problème d'installation dreamweaver CS6

    Bonjour,
    Je suis sur mac et j'essaye d'installer la version d'essai de Dreamweaver CS6 (pas la CC). Quand j'ouvre l'installation le même message d'erreur apparait à chaque fois:
    J'ai tout supprimé, redémarré, rien à faire. Je ne trouve aucune info sur internet et je suis bloquée!
    Merci pour votre aide!!

    Bonjour Marine,
    Veuillez m'excuser du retard de ma reponse .
    Pouvez-vous s'il vous plait prendre connaissance du lien suivant et de suivre les indications s'il vous plait.
    http://helpx.adobe.com/fr/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html
    Faites moi savoir si vous avez d'autres questions.
    Merci.
    Arnaud.

  • Problème de chiffres significatifs lors de l'écriture dans un fichier CSV

    Bonjour,
    Je souhaite écrire des données précises (au centième ou au millième près) dans un fichier csv. Pour cela j'utilise la fonction 'écrire dans un fichier texte'. Lorsque que j'écris dans un fichier *.txt, les données sont précises au millième, mais lorsque j'écris dans mon fichier *.csv, les données sont tronquées à une décimale. 
    La fonction 'écrire dans un fichier texte' n'ayant pas d'options pour les chiffres significatifs, est-ce dû au fichier csv? Y-a-t-il un moyen de lui faire passer automatiquement le nombre de chiffres à afficher après la virgule?
    Merci,

    En principe l'extension du fichier n'a rien à voir. Essaie d'ouvrir ton fichier avec le bloc-note, est-ce toujours à 1 décimale?
    Pour écrire un CSV, il vaut peut-être mieux utiliser la fonction "Ecrire dans un fichier tableur". Avec cette fonction tu as une entrée "Format", qui vaut par défaut %.3f . Le nombre de décimales, c'est le "3" du format.

  • Problème d'ouverture Dreamweaver CS4

    une erreur :148:3 (la licence de ce produit n'est plus valable) est survenu a l'ouverture du programe que doit je faire

    Hi relais21,
    Can you check out the licensing tool and let us know if it helped resolve  your problem?
    I found a similar thread at http://forums.adobe.com/message/1659495
    http://www.adobe.com/support/contact/licensing.html
    Thanks,
    Preran

  • Problème de mise en ligne d'une publication numérique sur IPad

    Bonjour à tous,
    J'ai un problème avec ma publication numérique qui comporte 5 vidéos. Les vidéos sont au bon format car j'avais réalisé un test sur l'IPad et aucun problème. Tout était parfait. Après la publication des 5 vidéos depuis InDesign(via Folio Builder), impossible de télécharger la publication sur l'IPad (échec de téléchargement, veuillez réessayer plus tard). J'ai réessayé 5 fois en supprimant et en recréant un nouvel article mais toujours le même problème… Je ne sais plus quoi faire…
    Par contre, je n'ai aucun problème avec d'autres fichiers, car je sais les télécharger et l'avoir sur l'IPad.
    Mais lors du téléchargement entre InDesign et Folio Builder, j'ai remarqué que le téléchargement s'arrête vers 90% et il me met que tout est fini. Je crois qu'il doit y avoir un problème. Par contre mon réseau est stable et j'ai aucun problème là dessus…
    Mon fichier trop lourd? Non, car j'avais eu ce problème avant et InDesign me l'avait dit et j'ai diminué la taille de mes vidéos…
    Que faire? Idées?
    En vous remerciant,
    Romain

    Are you on Windows or Mac? Preview on Device is only supported on Mac. Here’s the instructions on how to use it: http://helpx.adobe.com/content/help/en/digital-publishing-suite/help/preview-folios-articl es.html#use_preview_on_device.
    How big are your video files?
    Neil
    (Sorry I keep writing back in English, but my written French… c’est terrible!)

  • My Spry collapsable panel works on Dreamweaver but not on my published site

    I created a one page static microsite for a client and inserted Spry collapsable panel in the content div.  It looks perfect on Dreamweaver and even when I previewed it on Chrome, Firefox, and Safari, it looked great.  After I uploaded the page, the panel's dissapeared and the text center justified.  Any help?
    The site is http://www.laurawoodsexposed.com (it's a political website, not a porn website)
    Any help would be great. 

    I created a one page static microsite for a client and inserted Spry collapsable panel in the content div.  It looks perfect on Dreamweaver and even when I previewed it on Chrome, Firefox, and Safari, it looked great.  After I uploaded the page, the panel's dissapeared and the text center justified.  Any help?
    The site is http://www.laurawoodsexposed.com (it's a political website, not a porn website)
    Any help would be great. 

  • Dreamweaver Template Error: Error reading file (Site Location/info) returned incomplete data

    Hello!
    I am working on new website we are creating for our company. I have never really had any Dreamweaver template file errors before...so this one has me really stumped! We purchased the site files from Template Monster and I have contacted their tech support, but I have not had much luck with them.
    I started out by creating the Dreamweaver template folder that includes the template files that I would like to use. I started creating some pages using the template. I placed all the html pages in the main folder of the website. When I go to update the template to those pages I get the following error: "Error reading file (Site Location\Folder name\Dreamweaver template name) returned incomplete data".
    I am not sure what I am doing wrong. Any help and advice would be greatly appreciated!
    The site is a CSS based site with a Flash navigation menu. Since it is in the production phase, I do not yet have it placed on a server so you can take a look at it at this time (although if really needed and we cannot find an answer, I may be able to get the test site on line - if someone thinks they can help me answer this problem by viewing the site). Right now the site is housed in the same place we house all of the other sites we have produced and all of our other templates on our other websites work just fine. The main difference with this site is that we did purchase files from Template Monster to help speed us along during the construction of the page structures and also this site has a Flash Navigation Menu and a few other Flash elements (something our other sites do not really have).
    I am using Abobe Dreamweaver CS5 and Windows 7
    Thanks again for taking the time to help find and answer to this problem!
    -J

    I am curious as to why no one likes them around here.
    They have spammed these forums in the past.
    The code on their pages is rarely 'best-practice' code.
    There are much better choices available.
    My co-worker and I have to share the files, since we are editing the site together. The files are not local on our computers, but on the company's f drive that have Novell on it.
    This arrangement is a recipe for disaster.  The correct way to collaborate on a site with a colleague is with the following setup:
    Each of you must have a LOCAL site (local to your workstation)
    You would use a single remote location as a staging area, so each of you would have a site definition that specifies your own workstation for the local site, and the same network shared location as the Remote site
    You will both need to enable Check In/ Check Out
    You will both have to agree to PLAY BY THE RULES!
    One (or both) of you will also need to have a second site defined that has the staging server as the local root folder, and would have the PRODUCTION server as the remote site.  I'll explain how to use this site soon.
    When you use CI/CO, your 'gold-standard files' are on the staging server.  To begin working, you would connect to the staging server, and double click on a file, which will a) fetch the file from the staging server to your local site, and b) CHECK OUT the file to you.  As long as you have the file checked out, it cannot be edited by your colleague.  When you are done with your edit, you would CHECK IN the file (which uploads it to the staging server).  It can now be edited by your colleague.
    When you add templates to this scenario, things get even more complicated, although manageable.  If you ever need to make a change to a template you must use the following procedure:
    ALL FILES MUST BE CHECKED IN - this includes both you and your colleague.
    One of you would connect with the SECOND SITE, open and edit the template, and save it propagating the changes to all "LOCAL" files (i.e., on the staging server).
    Each of you would then need to return to the FIRST SITE, and again check out any files you want to work on.
    When changes are done, and files are ready to publish, connect to the SECOND SITE, and upload the files from STAGING to PRODUCTION.
    Does that make sense?  It's important that it does.
    I need to add in one more tab/link to the Flash nav bar.
    Using Flash for navigation is a VERY POOR CHOICE, unless you also have redundant, text-based navigation on the pages.  By using Flash to navigate, you guarantee: a) your pages will not be spiderable by search engines, b) your pages will not be navigable by iPlatforms, and c) your pages will be inaccessible to anyone browsing with screen assistive devices.  Someone is making bad decisions about this site, in my opinion.

  • Dreamweaver CC 2014 crashes when updating site cache

    Hi everyone,
    I'm using Dreamweaver CC 2014 on the Mavericks operating system for mac. Dreamweaver attempts to update a site cache for one of my sites but then it pauses for a few minutes and then crashes. I thought it could have been a corrupted cache file so I deleted the MacFileCache-********.dat file inside the Dreamweaver configuration folder but this didn't work. I tested again and I got the same result.
    I just wondered if anyone has had this problem or whether there's a workaround?
    Appreciate any advice.

    I do have one workaround that worked for MOST of my folders. It is NOT the best option--but it helped me get a little more of my website recognized. (This is working on a mac with the latest version of Mavericks.  Who knows WHAT Yosemite will do!)
    I dragged my biggest folders out of the larger 'site' folder and on to the desktop.  I ignored them and just began with the dreamweaver site manager--creating my site by pointing to the first few folders that had been listed under 'site'.  Then, I added the folders on the desktop a few at a time.  It worked until I got to a larger, complicated folder...then it froze again.  I worked on this all day-- and I'm done for now.  But I'm not giving up.  With Adobe, there is always a good outcome.  Sometimes, it just takes a little longer.     
    If I get all the kinks out, I'll let you know.  Meantime, the more people who ask the question, perhaps the more likely it is to get a little help.
    THANKS.

Maybe you are looking for

  • P67A-GD65 BIOS Recovery/Reflash...is it even possible?

    Had a weird issue take out my P67A-GD65 last week so I replaced it with a Z77A-GD65. However, I'd like to see if it's possible to recover/reflash the corrupted BIOS on the dead board before I break the board up and make keychain fobs from the shiny b

  • Unique Session ID in XSLT

    Hello SND-ers, Iu2019m having a little difficulty figuring out how to obtain the GUID or another unique session ID to place in field u2018SeqNumu2019.  This XSLT creates a custom soap envelope around a payload and Iu2019m using this in an operation m

  • NSM Event Agent for AD location - Best practice

    Hello, We are currently designing our NSM 3.1 for AD implementation and would like some guidance with regard to installing the NSM Event Agent. We have come up with two options: The first option is to install the NSM Event Agent on a Domain Controlle

  • Delete Entry from UDO

    Hi All, I am using one UDO which has 1 paraent and 1 child table. When I remove record from menu it removes. Even it doesn't come in chosefromlist object too.... But when I check this entry from backend it exist. how can I delete this entry.

  • Programs Not Compiled Perfectly...Help! Driving Me Crazy!

    With the appropiate lines highlighted, I just need to know on what is the correct statement that needs to be added, deleted, etc. that needs to be written in order to compile both programs correctly! That is to say, what The assignment is due tomorro