The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how do I call the uploaded file?
I'm trying to get an mp3 embeded palayer to work,
Here is the code, Code:
<script type="text/javascript" src="/forum/players/p5/swfobject.js"></script> <div id="mediaspace">Yea, something broke.</div> <script type="text/javascript"> var so = new SWFObject("/forum/players/p5/player.swf","mpl","300","45","9"); so.addParam("allowfullscreen","true"); so.addParam("allowscriptaccess","always"); so.addParam("wmode","opaque"); so.addVariable("file","NEED THIS AREA"); so.write("mediaspace"); so.write("player_$attachmentid"); </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|