Nick Riggi
New member
Ok, so I'm coding and designing a website, using Dreamweaver CS3, if that helps, I want to add a link that makes a video pop up from being hidden, I don't want just:
<p><a href="wowkeyboard.flv" class="style8">blahblah</a></p> cause it would just download it...cause I tried....I'm pretty sure you can do like, display="hidden" and display="show" or w/e but I cant find it anywhere....I don't really care if its html, just something, I just want it to show up...
Just give me a code, and the link is "wowkeyboard.flv" for wher I put the text just put "type text here" or something, just please give me a code, I know there's numerous ways to do it, but I can't find it, and I can't contact my coder at the moment..please help me!
by the way....its a flash (.flv) video that I want to pop up, here the flash player code...
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','400','height','225','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=wowkeyboard&autoPlay=false&autoRewind=true','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
</script><noscript><object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="225" id="FLVPlayer">
<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<p><a href="wowkeyboard.flv" class="style8">blahblah</a></p> cause it would just download it...cause I tried....I'm pretty sure you can do like, display="hidden" and display="show" or w/e but I cant find it anywhere....I don't really care if its html, just something, I just want it to show up...
Just give me a code, and the link is "wowkeyboard.flv" for wher I put the text just put "type text here" or something, just please give me a code, I know there's numerous ways to do it, but I can't find it, and I can't contact my coder at the moment..please help me!
by the way....its a flash (.flv) video that I want to pop up, here the flash player code...
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','400','height','225','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_2&streamName=wowkeyboard&autoPlay=false&autoRewind=true','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
</script><noscript><object classid="clsid

<param name="movie" value="FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />