First i want to thank you for your wonderful work.
I have a problem when insert the PhocaDownload plugin content.
If use this code looks good on the page:
Code: Select all
{phocadownload view=file|id=5}
Code: Select all
{phocadownload view=fileplay|id=5|playerwidth=328|playerheight=200|playerheightmp3=30}
Code: Select all
<script type="text/javascript">
window.addEvent("domready", function() {
flowplayer("pdplayer1", "http://hilariosevilla.com/ayuntamiento/components/com_phocadownload/assets/flowplayer/flowplayer-3.2.2.swf",{
clip: {
url: '/ayuntamiento/phocadownloadpap/13.interferance.mp3',
autoPlay: false
},
plugins: {
controls: {
fullscreen: false,
height: 30
}
}
}
);
});</script>
where the error? I disable SEO, change template, search in this forum... nothing

Link for page:
http://hilariosevilla.com/ayuntamiento/ ... pleno.html
Thank in advance