Jump to content

Any way to make a online video player for my website?


cloud1414

Recommended Posts

Well today i got a strike on my youtube account because i was "infringing" copyright laws blah blah blah. i know even if you credit the owners you still arnt allowed to post copyrighted work. but they still gave me a strike. so im thinking of leaving youtube abd making a online video player so i can post my videos on my website Aj Productions. Any one care to help?

Link to comment
Share on other sites

I don't remember what I used before in the past for that...

I just googled and I found this: http://flowplayer.org

Don't know how good it is, or if it's exactly what your looking for or not.

You can always browse here for other solutions:

http://www.google.com/#hl=en&source=hp&q=video+player+for+website&aq=0&aqi=g2g-m8&aql=&oq=video+player+for+we&fp=c26c79a56c95bda8

Link to comment
Share on other sites

awesome thanks, got the videos to work :) so i will be moving all of my youtube videos on my website. but it will take awhile of course haha :P you can check them out here http://ajprod.entitys-arena.co.uk/lipsyncvideos.php

the reason the video is so small because if i make it bigger than 150x150 it will make the layout go wierd for some odd reason.

Link to comment
Share on other sites

You could always redo your site using a CMS such as Wordpress, and enable comments on the pages you wish to have them on.

I just googled visitor comment scripts, and I found this:

http://www.gentlesource.com/comment-script/

And what kind of alignment are you talking about?

You can always use different stuff like:

alignment left

<div align="left"> content </div>

float left

<div style="float: left;"> content</div>

Link to comment
Share on other sites

well i edit with notepad and filezilla. what does float mean?

Here is what i want aligned

<script type='text/javascript' src='http://ajprod.entitys-arena.co.uk/mediaplayer-viral/swfobject.js'></script>

<div id='mediaspace' align="left">This text will be replaced</div>

<script type='text/javascript'>
var so = new SWFObject('http://ajprod.entitys-arena.co.uk/mediaplayer-viral/player-viral.swf','mpl','250','150','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://ajprod.entitys-arena.co.uk/Videos/Dam_Dariram.mp4.FLV');
so.write('mediaspace');
</script>

<align= 'left'><table cellpadding="0" cellspacing="0" width="180" bgcolor=#202430><tr><td><iframe src="http://www.ratehoster.com/show.php?id=126750692471&st=1&bg=202430" border="0" width="180" height="33" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></td></tr>
<tr><td align="left" style="padding-left:4px;"><a href="http://www.ratehoster.com" target="_blank"><font size="1" color="#CCCCCC" face="arial"></font></a></td></tr></table>


View Count: <!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=5627644;
var sc_invisible=0;
var sc_partition=60;
var sc_click_stat=1;
var sc_security="f1a44741";
var sc_text=2;
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="customisable counter"
href="http://www.statcounter.com/free_hit_counter.html"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/5627644/0/f1a44741/0/"
alt="customisable counter" ></a></div></noscript>
<!-- End of StatCounter Code -->


</div>

Did I do anything wrong?

Link to comment
Share on other sites

It depends... what exactly are you wanting to be aligned to the left of the page? Usually be default everything is aligned left. If it is aligned centered, then usually it's because of a center tag left open somewhere, or it being coded in css to align center for that div or table.

Link to comment
Share on other sites

<script type='text/javascript' src='http://ajprod.entitys-arena.co.uk/mediaplayer-viral/swfobject.js'></script>

<div id='mediaspace' align="left">This text will be replaced</div>


<script type='text/javascript'>
var so = new SWFObject('http://ajprod.entitys-arena.co.uk/mediaplayer-viral/player-viral.swf','mpl','250','150','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://ajprod.entitys-arena.co.uk/Videos/Dam_Dariram.mp4.FLV');
so.write('mediaspace');
</script>

<div style="float: left;">
<table cellpadding="0" cellspacing="0" width="180" bgcolor=#202430><tr><td><iframe src="http://www.ratehoster.com/show.php?id=126750692471&st=1&bg=202430" border="0" width="180" height="33" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></td></tr>
<tr><td align="left" style="padding-left:4px;"><a href="http://www.ratehoster.com" target="_blank"><font size="1" color="#CCCCCC" face="arial"></font></a></td></tr></table>


View Count: <!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=5627644;
var sc_invisible=0;
var sc_partition=60;
var sc_click_stat=1;
var sc_security="f1a44741";
var sc_text=2;
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="customisable counter"
href="http://www.statcounter.com/free_hit_counter.html"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/5627644/0/f1a44741/0/"
alt="customisable counter" ></a></div></noscript>
<!-- End of StatCounter Code -->

</div>

</div>

This may do what you want, try it and let me know how it went.

Link to comment
Share on other sites

Okay, guess we could resort to using tables to fix the problem.


<script type='text/javascript' src='http://ajprod.entitys-arena.co.uk/mediaplayer-viral/swfobject.js'></script>

<div id='mediaspace' align="left">This text will be replaced</div>


<table width="100%><tr><td width="70%">

<script type='text/javascript'>
var so = new SWFObject('http://ajprod.entitys-arena.co.uk/mediaplayer-viral/player-viral.swf','mpl','250','150','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://ajprod.entitys-arena.co.uk/Videos/Dam_Dariram.mp4.FLV');
so.write('mediaspace');
</script>

</td><td width="30%">

<table cellpadding="0" cellspacing="0" width="180" bgcolor=#202430><tr><td><iframe src="http://www.ratehoster.com/show.php?id=126750692471&st=1&bg=202430" border="0" width="180" height="33" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></td></tr>
<tr><td align="left" style="padding-left:4px;"><a href="http://www.ratehoster.com" target="_blank"><font size="1" color="#CCCCCC" face="arial"></font></a></td></tr></table>


View Count: <!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=5627644;
var sc_invisible=0;
var sc_partition=60;
var sc_click_stat=1;
var sc_security="f1a44741";
var sc_text=2;
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="customisable counter"
href="http://www.statcounter.com/free_hit_counter.html"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/5627644/0/f1a44741/0/"
alt="customisable counter" ></a></div></noscript>
<!-- End of StatCounter Code -->

</td></tr></table>

</div>

You should really check into validating your code though. I see several mistakes or missing quotations etc.. and it would help if you validated it.

w3.org validator

36 Errors, 12 warnings on just the lipsync video page.

Of course I'm not perfect and FM has errors reported too (mostly due to out of control circumstances like the poor news script that pulls the news from the forum).

See, FM has 42 Errors, 16 warning(s) , lolz.

Link to comment
Share on other sites

Seems the layout was coded to be a particular size and not stretch, and when you do it pulls it apart like that. If the layout is spliced correctly it would be a simple fix to solve that problem. Just add height="100%" to the td's that need to stretch, if the layout is coded with tables that is.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...
Please Sign In or Sign Up