|
Viewing Single Post From: Add Flash Tag to your list of BBCode Tags
|
|
Dan T
|
Aug 21 2008, 07:54 PM
|
document.createElement("Alcohol")
- Posts:
- 198
- Group:
- Members
- Member
- #190
- Joined:
- Nov 29, 2007
- What Browser are you using?
- Firefox 3
|
place this under the < !--Board -->
doesnt really need a preview it just added a button which allows you to easily use the flash BBCode.
- Code:
-
<script type="text/javascript"> //created by Holysavior of ZBCode and Javascriptin.com
if(location.href.match(/\/post\//i) ){ $("#c_bbcode").append("<button type='button' id='flash' onclick='workflash()'>Flash</button>") $("#flash").insertBefore("#c_bbcode select");
function workflash() { var height = prompt("Height of the File?"); var width = prompt("Width of the File?"); var url = prompt("URL of the File?");
document.forms['posting'].post.value="[flash="+width+","+height+"]"+url+"[/flash]" } } </script>
|
|
|