† cloud1414 Posted February 25, 2010 Report Share Posted February 25, 2010 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 More sharing options...
Koby Posted February 25, 2010 Report Share Posted February 25, 2010 I don't remember what I used before in the past for that...I just googled and I found this: http://flowplayer.orgDon'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 More sharing options...
† cloud1414 Posted February 27, 2010 Author Report Share Posted February 27, 2010 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 you can check them out here http://ajprod.entitys-arena.co.uk/lipsyncvideos.phpthe 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 More sharing options...
Koby Posted February 28, 2010 Report Share Posted February 28, 2010 Hmm you should be able to have made it bigger without messing up the layout.. weird. Link to comment Share on other sites More sharing options...
† cloud1414 Posted March 2, 2010 Author Report Share Posted March 2, 2010 Well got view count and rate system up and running. Anyone know how to get a comment box script? and anyone know how to align them to the left so they arnt stacking each other from top to bottom? Thanks everyone Link to comment Share on other sites More sharing options...
Koby Posted March 2, 2010 Report Share Posted March 2, 2010 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 More sharing options...
† cloud1414 Posted March 2, 2010 Author Report Share Posted March 2, 2010 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><divclass="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 More sharing options...
Koby Posted March 2, 2010 Report Share Posted March 2, 2010 Yeah, lol. Use this to align: <div align="left"> content </div>not <align=left>Float, allows the content to float around it. Link to comment Share on other sites More sharing options...
† cloud1414 Posted March 2, 2010 Author Report Share Posted March 2, 2010 where would i put <div align="left"> in the code i posted in the post before XD im sorry im new to php and flash/java Link to comment Share on other sites More sharing options...
Koby Posted March 2, 2010 Report Share Posted March 2, 2010 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 More sharing options...
† cloud1414 Posted March 2, 2010 Author Report Share Posted March 2, 2010 well i would like the star rating and the view counter to be on the right side of the video Link to comment Share on other sites More sharing options...
Koby Posted March 2, 2010 Report Share Posted March 2, 2010 <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><divclass="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 More sharing options...
† cloud1414 Posted March 2, 2010 Author Report Share Posted March 2, 2010 still the same, nothing changed. dont know why its not working :/might just be the layout im using ? Link to comment Share on other sites More sharing options...
Koby Posted March 2, 2010 Report Share Posted March 2, 2010 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><divclass="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 validator36 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 More sharing options...
† cloud1414 Posted March 2, 2010 Author Report Share Posted March 2, 2010 i would like to just leave it be and post the rest of the videos like the first one. but when i do that the place where all the content is at gets all warped and blank spaces appear. dont know what is causing that D:Here look :picture Link to comment Share on other sites More sharing options...
Koby Posted March 2, 2010 Report Share Posted March 2, 2010 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 More sharing options...
† cloud1414 Posted March 2, 2010 Author Report Share Posted March 2, 2010 I might just change the layout then. Link to comment Share on other sites More sharing options...
† cloud1414 Posted March 3, 2010 Author Report Share Posted March 3, 2010 Well I changed the layout of the site. Finally got more than one player working now all I need is to get the other 70 videos working XD Link to comment Share on other sites More sharing options...
Koby Posted March 3, 2010 Report Share Posted March 3, 2010 lolz. You seem to like that layout. Well good luck. Let me know if you have any more problems. Link to comment Share on other sites More sharing options...
† cloud1414 Posted March 3, 2010 Author Report Share Posted March 3, 2010 Its simple thanks for making it in the first place Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now