No DJ I havent, I will try now !
Thanks
::::EDIT:::::
Nope isnt fetching the replacement variable.. ( if thats what its called lol )
When right clicking the new popup, the code is:
Code:
<embed
src="http://www.anysite.com/playlistplayer.swf"
width="400"
height="145"
allowscriptaccess="always"
allowfullscreen="false"
flashvars="height=145&width=400&file=http://www.anysite.com/includes/sources/playlistxml.php?&id=$bbuserinfo[field16]&backcolor=0xCCCCCC&displaywidth=125&searchbar=false&showicons=false&showeq=true&showdownload=true&thumbsinplaylist=false&autostart=false&autoscroll=true"
/><br><a href="http://www.anysite.com/" target="_blank">Create your own FREE music playlist for your profile!</a>
Instead it should be:
Code:
<embed
src="http://www.anysite.com/playlistplayer.swf"
width="400"
height="145"
allowscriptaccess="always"
allowfullscreen="false"
flashvars="height=145&width=400&file=http://www.anysite.com/includes/sources/playlistxml.php?&id=746586865853fc67&backcolor=0xCCCCCC&displaywidth=125&searchbar=false&showicons=false&showeq=true&showdownload=true&thumbsinplaylist=false&autostart=false&autoscroll=true"
/><br><a href="http://www.aussietrance.com/" target="_blank">Create your own FREE music playlist for your profile!</a>
The weird thing is.
As a BBCODE replacement within the bbcaode manager, when we use the {param} method:
example:
Code:
<embed
src="http://www.anysite.com/playlistplayer.swf"
width="400"
height="145"
allowscriptaccess="always"
allowfullscreen="false"
flashvars="height=145&width=400&file=http://www.anysite.com/includes/sources/playlistxml.php?id={param}&backcolor=0xCCCCCC&displaywidth=125&searchbar=false&showicons=false&showeq=true&showdownload=true&thumbsinplaylist=false&autostart=false&autoscroll=true"
/>
That works fine..
This is so frustrating.
If a user field in Usercp, edit your details, could be {param} field set and forget by user, we could parse the code with {param} if it had a member identifier...
Basically, each member has a different id.
ALL i want is the forum user area, input to enter their ID, and then when they click the popup for their playlist player, it propogates their playlist code with their actual ID.
Which works fine if {param} as a bbcode replacement, but this only works within the forum, and isnt a variable, thats saved...
Perhaps im confusing myself now...