By kruser on
Can anyone explain how to get an Adobe Edge Animation into a D6 block? There's a nice D7 module for doing this, but nothing for D6. I've to hack it in by pasting the Animate generated html into a PHP filtered block but it doesn't work - I'm guessing because of Javascript conflicts. Any help would be appreciated.
Comments
=-=
not sure why the php input format in D6 wouldn't work. php input format shouldn't be blocking any code from running. pasebinnig the code may aid.
Well, I figured it out.
Well, I figured it out. Here's what I did...
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=IE8"/>to the head of my page-front.tpl.php<script type="text/javascript" charset="utf-8" src="/sites/all/themes/[theme]/edge_suite/intro_edgePreload.js"></script>to the head of my page-front.tpl.php-----------------------------------------------------
Bob @ Drupal Aid (https://www.drupalaid.com)
Thanks for this!
Your instructions were a life-saver for a project I'm working on. Thanks for sharing them! :)