Help - Search - Members - Calendar
Full Version: Web Page Video Link - Not Does Not work?
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
stevehtmlearner
The code is below: I have tried to fix it for about 3 hours now. The links work if you cut and paste them to browsers?

Maybe is a problem with Flash? Specifically the Vimeo Links.

Thanks, Steve

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/template1.dwt" codeOutsideHTMLIsLocked="false" -->

<head><link rel="stylesheet" type="text/css" href="Default.css"/>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<!-- InstanceBeginEditable name="doctitle" -->

<title>Bleeding Borders</title>
<!-- InstanceEndEditable -->

<!-- InstanceBeginEditable name="head" -->

<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<!-- InstanceEndEditable -->
</head>



<body>

<div class="wrapper">

<div id="MainHeader"></div>

<div style="background-image: url('images/menu.jpg'); padding:0; background-repeat: no-repeat; height: 35px; ">



<SPAN ID="HOME" STYLE="position:relative; top:0px; left:221px; width:53px;z-index=1;">

<a href="index.html"><img src="images/spacer.gif" width="53" height="27" border="0"/></a>

</SPAN >



<SPAN ID="ABOUTUS" STYLE="position:relative; top:0px; left:220px; width:53px;z-index=1;">

<a href="aboutus.html"><img src="images/spacer.gif" width="85" height="27" border="0"/></a>

</SPAN >

<SPAN ID="BLOG" STYLE="position: relative; top:0px; left:222px; width:53px;z-index=1;">

<a href="blog.html"><img src="images/spacer.gif" width="60" height="27" border="0"/></a>

</SPAN>

<SPAN ID="HISTORY" STYLE="position: relative; top:0px; left:223px; width:120px;z-index=1;">

<a href="history.html"><img src="images/spacer.gif" width="192" height="27" border="0"/></a>

</SPAN>

<SPAN ID="GALLERY" STYLE="position: relative; top:0px; left:224px; width:70px;z-index=1;">

<a href="GALLERY.html"><img src="images/spacer.gif" width="79" height="27" border="0"/></a>

</SPAN>

<SPAN ID="contactus" STYLE="position: relative; top:0px; left:225px; width:73px;z-index=1;">

<a href="contactus.html"><img src="images/spacer.gif" width="110" height="27" border="0"/></a>

</SPAN>



<SPAN ID="english" STYLE="position: relative; top:0px; left:226px; width:73px;z-index=1;">

<a href="index.html"><img src="images/spacer.gif" width="73" height="27" border="0"/></a>

</SPAN>





<SPAN ID="espanol" STYLE="position: relative; top:0px; left:227px; width:53px;z-index=1;">

<a href="espanol.html"><img src="images/spacer.gif" width="73" height="27" border="0"/></a>

</SPAN>



</div>

<div id="menuUnder">



<div align="center" STYLE="position: relative; top:6px; left:147px; width:900px;z-index=1;">

<a href="http://www.ipetitions.com/petition/mirnow/" style="color:#FFF; font-size:15px; font-weight:bold; font-family:Verdana, arial, sans-serif" target="_blank">Click here to go to the 1 million Signatures for Major Immigration Reform Petition!!! </a>

</div>



</div>

<DIV ID="edittemplate" STYLE="position: relative; top:0px; left:0px; width:997px;z-index=1;">



<!-- InstanceBeginEditable name="EditRegion" -->

<table cellspacing="0" cellpadding="0" width="100%" bgcolor="#F4D09E">

<tr>

<td class="borders"><img src="images/spacer.gif" width="9" border="0"/></td>

<td style="padding:30px" class="firtsblock" align="center">







<DIV class="firtsblock" ID="Videow2" STYLE="position: absolute; top:206px; left:791px; visibility: visible; width: 89px;z-index=1;">

<-- Click here! </DIV>

<p>





<script type="text/javascript">
AC_AX_RunContent( 'data','http://vimeo.com/1602000','width','576','height','324','src','http://vimeo.com/1602000','type','application/x-shockwave-flash','allowscriptaccess','always','allowfullscreen','true','movie','http://vimeo.com/1602000' ); //end AC code
</script><noscript><object data="http://vimeo.com/1602000" width="576" height="324" >
<embed src="http://vimeo.com/1602000" width="576" height="324"></embed>
<iframe src="http://vimeo.com/1602000" width="500" height="282" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> <p><a href="http://vimeo.com/1602000">Bleeding Borders</a> from <a href="http://vimeo.com/1602000">Steve Timper</a> on <a href="http://vimeo.com/1602000">Vimeo</a>.</p></object>
</noscript>

</p>





<b><DIV>The above film; short from my Documentary "Bleeding Borders" has won 1st Place in the Independent Film Channel www.ifc.com in 2009 Back to Basics Challenge Contest!!!<!--"''"--></DIV></b><br />El siguiente cortometraje de FRONTERAS ENSNGRENTADAS ganó primer lugar en el concurso “Back to Basics Film Challenge.” del Independent Film Channel.<br /><br /><br />

<DIV align="left">



<b> <a href="videos.html">More Videos</a></b></DIV>





</td>



<td width="9" class="borders"></td>

</tr>



</table>

<!-- InstanceEndEditable -->

<div style="background-color:#F4D09C; height:30px; "><img src="images/foot.jpg" width="180" /></div>



</DIV>





</div>





</body>

<!-- InstanceEnd --></html>

pandy
Well, the URL doesn't go to the video file, it goes to the page where the video is displayed. You don't go directly to the flash file when you paste it in the address bar, right?

Why don't you use the code Vimeo offers for embedding? At least snatch the URL from there, that is http://player.vimeo.com/video/1602000 . You could put that in the src of an IFRAME, but that's what the Vimeo code does already. Why do you use the JavaScript? Does it do something extra? I can't test since I don't have the linked JavaScript files.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.