Films - Paintball
Home





Views on A.S.A.P. Films 

Remember
Highlight, Right Click "Copy"

Back to Home
Tutorials, Graphics, Adobe Premiere TechniquesSong & Sound Effect Downloads
 
Movies, Pictures, Songs, etc...
Intentions
Html Codes for Text and Buttons

Special FX
                                                
Updates
                      
Audio Aid

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. 

Center
Scroll Box

<div STYLE="
border-style: solid;
border-width: 2px;
width:300;
height:200;
overflow: auto;"> 
put text/pics here
</div>

Demo »
Helpful Links
Fade in Image
Put in <Head> Section
Put in <IMG> tag

Cameras, Editing, Tapes, etc...Proud Sponcer of A.S.A.P. FilmsHelpful film sites/E-mail A.S.A.P. Films
A.S.A.P. Films © 2002-2005

Song in Page (hidden)

Downloads

Move cursor
over pic


Actor ProfilesA.S.A.P. - Films, Videos, Movies, Small Projects
Demo »


Html Codes for Video and Audio 
Dynamic Drive - Tons more Dhtml effects and add ons 
Free Buttons - Free buttons, no flash but still neat
Flash Berry - Creat free Flash Intros, their logo is small

                                  
Song in Page (w/ controls)
                          
Productions
Web Support
Contacts

View Song Demo
View Video Demo

                                                    
Video in Page (w/ controls)
           
Cast&Crew
        
Equipment
Forums

View Control Demo

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.

Cool Page Help - Simalar content to this page, html training



<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.


Sign Guestlog

<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)"