|
Remember Highlight, Right Click "Copy" |




| Html Codes for Text and Buttons |
|
This site builder is a wysiwyg (what you see is what you get) program. That basically means that when Im editing, it looks like it will to the viewer. I really save HTML and DHTML for the effects. This page will offer the effect codes and how to use them... You may have to config the codes to your editor. |
<div STYLE="
border-style: solid;
border-width: 2px;
width:300;
height:200;
overflow: auto;">
put text/pics here
</div>


| A.S.A.P. Films © 2002-2005 |

| Html Codes for Video and Audio |

| Flash Berry - Creat free Flash Intros, their logo is small |
| Song in Page (w/ controls) |

| Video in Page (w/ controls) |

|
Keep in mind: If you have your videos or audio saved in a separate directory (ex: www.asapfilms.com/videos/ or /audio/) you will need to include the directory. Most of the time, your site address does not need to be included (ex: www.asapfilms.com). Also, you can adjust the heigh and width. |
<EMBED SRC="put song address here" height=2 width=2 autostart=true hidden=true>
|
Since our editors are different, you will have to play with the codes a little, to get them to work with your editor. |
<EMBED style="LEFT: 184px; WIDTH: 619px; POSITION: absolute; TOP: 46px; HEIGHT: 441px" src=put video address here width=619 height=441 type="text/html; autostart=" true?>
<EMBED SRC="put song address here" width="145" height="45" AUTOSTART="true">
<script language="JavaScript1.2">
//Gradual-Highlight image script- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use
function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
if (which2.style.MozOpacity)
which2.style.MozOpacity=0.3
else if (which2.filters)
which2.filters.alpha.opacity=30
}
function highlightit(cur2){
if (cur2.style.MozOpacity<1)
cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
else if (cur2.filters&&cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
</script>
filter:alpha(opacity=30);-moz-opacity:0.3" onMouseOver="high(this) onMouseOut="low(this)"