Quote:
Originally Posted by Olli2k
What do you mean by "hosting the swf locally"? Locally on your PC?
About the link: In the embedded version, there is no link you can see, if you don't open up the html code in the web-browser. In the pop-up player you can see the url, because it is an url parameter for the player.
Maybe it is possible to use an encryption for the link. In this case the bb code script has to encrypt the link and the player script has to decrypt it. Dont know if it is realizable...
And I'm still at 4.0.2, so i cant say anything to the problems seems to be there with the 4.0.3.
|
Hosting player.swf locally is what I meant, oops. Not a problem there and using code below is working in all browsers for our crew. Our mp3 forum is out of public view so we don't need any specific permissions.
Code:
<vb:if condition="$attachment[attachmentextension] == mp3">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="middle" height="27" width="400">
<param name="quality" value="best">
<param name="allowScriptAccess" value="never">
<param name="wmode" value="transparent">
<param name="movie" value="frtend/mp3_1.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" flashvars="playerMode=embedded" />
<embed type="application/x-shockwave-flash" src="frtend/mp3_1.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</object>
</vb:if>
What I need help with is how to have that swamp witch.mp3 in pic below not link to the mp3 as download but still leave the player functional. Like I say the player mod works fine & thanks, it's the download link above it is causing us some legal grief.