PhocaDownload Plugin don't recognize some parameters

Phoca Download - download manager
Artemio
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 05 Feb 2012, 12:26

PhocaDownload Plugin don't recognize some parameters

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48610
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PhocaDownload Plugin don't recognize some parameters

Post by Jan »

Hi, does the file (id = 5) have set the file to play?
If you find Phoca extensions useful, please support the project
Artemio
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 05 Feb 2012, 12:26

Re: PhocaDownload Plugin don't recognize some parameters

Post 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/
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48610
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PhocaDownload Plugin don't recognize some parameters

Post by Jan »

Hi, now I see it works.
If you find Phoca extensions useful, please support the project
Post Reply