albogenius Posted January 13, 2012 Share Posted January 13, 2012 Im doing a code for my CMS. The download is working but the player not. Can some one help me? check the code below: <td class='even' width='65%' align='left' valign="bottom"><a href='visit.php?cid=<{$down.cid}>&lid=<{$down.id}>' target='_blank'><img src='images/download.gif' border='0' alt='<{$lang_dlnow}>' /><b><{$down.title}></b></a><br> <object type="application/x-shockwave-flash" data="dewplayer.swf" width="400" height="20"> <br /> <param name="wmode" value="transparent" /> <param name="movie" value="dewplayer.swf" /> <param name="FlashVars" value="showslider=0&width=25&bgcolor1=d9f0ca&mp3=visit.php?cid=<{$down.cid}>&lid=<{$down.id}>' target='_blank" /> <embed src="dewplayer.swf" width="400" height="20" wmode="transparent" flashvars="showslider=0&width=25&bgcolor1=d9f0ca&mp3=visit.php?cid=<{$down.cid}>&lid=<{$down.id}>' target='_blank" /> </embed> </object> Also and for goole player is same: <embed type="application/x-shockwave-flash" flashvars="audioUrl=visit.php?cid=<{$down.cid}>&lid=<{$down.id}>' target='_blank" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="400" height="27" quality="best"></embed> The website where you can see a example is: http://lemkercova.com/web1/modules/mydownloads/ Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/254945-help-with-a-code/ Share on other sites More sharing options...
Muddy_Funster Posted January 15, 2012 Share Posted January 15, 2012 This isn't a php issue. Although I will sat that you shouldn't use the embed tag any more, it's been scrapped. remove it completly Quote Link to comment https://forums.phpfreaks.com/topic/254945-help-with-a-code/#findComment-1307719 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.