| Re: Help with mydownload module. |
| by albogenius on 2012/1/4 12:41:54 I have change it is not working. This is how they are defined in database: lid cid title url 1 1 lesha http://lidhenzemrat.com/player/-%20ALBUME%20%20%5B... Maby this can help you to define the url? |
| Re: Help with mydownload module. |
| by zyspec on 2012/1/4 1:15:44 Did you clear the cache? The link above (http://lemkercova.com/web1/modules/mydownloads/) still has the code from your 3rd post - with the extra double-quote. |
| Re: Help with mydownload module. |
| by albogenius on 2012/1/4 0:47:14 Zyspec it is not workig. Im more close I have found a php script with working player check: Maby this time can you integrate this link: <{$xoops_url}>/modules/mydownloads/visit.php?cid=<{$down.cid}>&lid=<{$down.id}> Somehow inside? Thanks in advance |
| Re: Help with mydownload module. |
| by zyspec on 2012/1/3 15:42:08 In the first post above you have an extra period (.) at the end of the audioUrl string. In your 3rd post above you have an extra quote (") in the audioUrl string. I believe the 3rd string should be something like: le="color: #000000"><?php <embed type="application/x-shockwave-flash" flashvars="audioUrl=<{$xoops_url}>/modules/mydownloads/visit.php?cid=<{$down.cid}>&lid=<{$down.id}>" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="400" height="27" quality="best"></embed>
|
| Re: Help with mydownload module. |
| by albogenius on 2012/1/3 15:20:59 Hi Again It is realy strange. When I integrate a facebook comment it is working. And when I try the same to do with the player it is not working Check those two codes pleas: le="color: #000000"><?php <embed type="application/x-shockwave-flash" flashvars="audioUrl="<{$xoops_url}>/modules/mydownloads/visit.php?cid=<{$down.cid}>&lid=<{$down.id}>" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="400" height="27" quality="best"></embed> <center><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="<{$xoops_url}>/modules/mydownloads/visit.php?cid=<{$down.cid}>&lid=<{$down.id}>" num_posts="4" width="500"></fb:comments></div></center>
|