rob278
posted this
28 February 2016
I want to use a flash generated animation in a Joomla website. I've created a template with Themler and added the necessary Java scripts in the head by editing the template manualy (it would be nice to have this functionality within themler). So far so good.
I use the Insert HTML link in themler to put the actual java animation in the Joomla page ( the code for that is something like this: <canvas id width height style></canvas>).
For the animation to start on loading the page I only have to put an onload="init();" statement in the body tag. If I do so it works, but when i want to edit the template again in themler all links in the INSERT part of the user interface are gone. When I remove the onload="init();" statement from the body tag the controls are bach again.
I want to use a flash generated animation in a Joomla website. I've created a template with Themler and added the necessary Java scripts in the head by editing the template manualy (it would be nice to have this functionality within themler). So far so good.
I use the Insert HTML link in themler to put the actual java animation in the Joomla page ( the code for that is something like this: <canvas id width height style></canvas>).
For the animation to start on loading the page I only have to put an onload="init();" statement in the body tag. If I do so it works, but when i want to edit the template again in themler all links in the INSERT part of the user interface are gone. When I remove the onload="init();" statement from the body tag the controls are bach again.
Last edited 28 February 2016 by rob278
Vote to pay developers attention to this features or issue.