Page 1 of 1

PhocaDownload Plugin don't recognize some parameters

Posted: 05 Feb 2012, 13:18
by Artemio
Hi!
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}
but if I use this one does not show anything,

Code: Select all

{phocadownload view=fileplay|id=5|playerwidth=328|playerheight=200|playerheightmp3=30}
but the font code inserted is good

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
:cry:
Link for page:
http://hilariosevilla.com/ayuntamiento/ ... pleno.html
Thank in advance

Re: PhocaDownload Plugin don't recognize some parameters

Posted: 05 Feb 2012, 23:00
by Jan
Hi, does the file (id = 5) have set the file to play?

Re: PhocaDownload Plugin don't recognize some parameters

Posted: 06 Feb 2012, 14:48
by Artemio
Yes, in the component is configured as modal popup, works in a browser window, no popup, but works fine
Link:
http://hilariosevilla.com/ayuntamiento/ ... lenos.html
The file preview is at folder phocadownloadpap/

Re: PhocaDownload Plugin don't recognize some parameters

Posted: 10 Feb 2012, 23:31
by Jan
Hi, now I see it works.