Hey all.
I created an animation with Adboe Edge and wanted to include it my wordpress theme, but I can't figure out how.
When I upload the .html file it plays perfectly in the browsers. But not when I am trying to include it in my .php file.
Is there something special I have to consider when including into wordpress themes?
I use:
<?php include 'introplay.html';?>
in front-page.php and it also displays som tekst, but not the animation.
Seems like the script is not loading. Do I have to put the script in a nother place?
Thanks for your help