Advertise Here

Author Topic: Youtube video  (Read 2097 times)

0 Members and 1 Guest are viewing this topic.

Offline Destinfishing

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 16
    Badges: (View All)
    Level 4 Apple User Mobile User Third year Anniversary Level 3
Youtube video
« on: May 14, 2011, 03:08:54 pm »
Forum Url: http://destinfishing.freesmfhosting.com
I am having troubles getting my youtube video to play the video correctly.  I know its a css issue, is there anyway this can be fixed so that the video doesnt get shown at the very bottom of the page and displayed in the center where its supposed to show?  I think the css import rule was commented out here.

Thanks in advance

Greg

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Youtube video
« Reply #1 on: May 14, 2011, 03:14:00 pm »
Can you tell us what you tried to do?

You took the code for the video and put it in your footers I'm assuming. But you don't want it at the bottom you want it in the middle? The only way that's possible is to use an HTML EzBlock.

Can you give us the code you tried to use also? I might be able to figure something out
<--- Donate to SMF For Free! :D

Offline Destinfishing

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 16
    Badges: (View All)
    Level 4 Apple User Mobile User Third year Anniversary Level 3
Re: Youtube video
« Reply #2 on: May 14, 2011, 03:20:17 pm »
SF,

I did stick it into the ezblock and it shoved the video down to the bottom, just another div.  Is should play next to the block instead!

Greg

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Youtube video
« Reply #3 on: May 14, 2011, 03:37:22 pm »
Ohh ok! I see what you mean. You have the EzBlock with a line of youtube vids in it. Alright.

I guess I over looked that when I looked at your forum the first time. Can you give us the code you put in that block?
<--- Donate to SMF For Free! :D

Offline Destinfishing

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 16
    Badges: (View All)
    Level 4 Apple User Mobile User Third year Anniversary Level 3
Re: Youtube video
« Reply #4 on: May 14, 2011, 03:41:05 pm »
<!-- ++Begin Video Bar Wizard Generated Code++ --> <!--   // Created with a Google AJAX Search Wizard   // http://code.google.com/apis/ajaxsearch/wizards.html   --> <!--   // The Following div element will end up holding the actual videobar.   // You can place this anywhere on your page.   -->
<div id="videoBar-bar"><span style="color: #676767; font-size: 11px; margin: 10px; padding: 4px;">Loading...</span></div>
<!-- Ajax Search Api and Stylesheet   // Note: If you are already using the AJAX Search API, then do not include it   //       or its stylesheet again   -->
<script src="http://www.google.com/uds/api?file=uds.js&amp;v=1.0&amp;source=uds-vbw" type="text/javascript"></script>
<!--     @import url("http://www.google.com/uds/css/gsearch.css");    --> <!-- Video Bar Code and Stylesheet -->
<script type="text/javascript">// <![CDATA[
    window._uds_vbw_donotrepair = true;
// ]]></script>
<script src="http://www.google.com/uds/solutions/videobar/gsvideobar.js?mode=new" type="text/javascript"></script>
<!--     @import url("http://www.google.com/uds/solutions/videobar/gsvideobar.css");    --> <!--     .playerInnerBox_gsvb .player_gsvb {       width : 320px;       height : 260px;     }    -->
<script type="text/javascript">// <![CDATA[
    function LoadVideoBar() {

    var videoBar;
    var options = {
        largeResultSet : !false,
        horizontal : false,
        autoExecuteList : {
          cycleTime : GSvideoBar.CYCLE_TIME_MEDIUM,
          cycleMode : GSvideoBar.CYCLE_MODE_LINEAR,
          executeList : ["destin fishing"]
        }
      }

    videoBar = new GSvideoBar(document.getElementById("videoBar-bar"),
                              GSvideoBar.PLAYER_ROOT_FLOATING,
                              options);
    }
    // arrange for this function to be called during body.onload
    // event processing
    GSearch.setOnLoadCallback(LoadVideoBar);
// ]]></script>
<!-- ++End Video Bar Wizard Generated Code++ -->

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Youtube video
« Reply #5 on: May 14, 2011, 03:45:10 pm »
Ok. Give me a few minutes and I'll play around with it on my test forum. See if we can't fix this huh?

Also, please remember to use code tags by clicking the # on the toolbar above the text box
<--- Donate to SMF For Free! :D

Offline Destinfishing

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 16
    Badges: (View All)
    Level 4 Apple User Mobile User Third year Anniversary Level 3
Re: Youtube video
« Reply #6 on: May 14, 2011, 03:55:28 pm »
Ok, I will do that.  Thanks for workin on it!

Offline Destinfishing

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 16
    Badges: (View All)
    Level 4 Apple User Mobile User Third year Anniversary Level 3
Re: Youtube video
« Reply #7 on: May 14, 2011, 04:58:22 pm »
SF,

See if this page will help you by inspecting it.  Functions correctly here

http://www.destinfishingforums.com/youtube/

Offline ut shady

  • SMF For Free Full Member
  • *
  • Posts: 172
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 100 Posts
Re: Youtube video
« Reply #8 on: May 14, 2011, 05:08:08 pm »
I went on your forums and i can see a video selection next to the boards in a row.



Is that what you wanted it to be? On the side not at bottom?

Offline Destinfishing

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 16
    Badges: (View All)
    Level 4 Apple User Mobile User Third year Anniversary Level 3
Re: Youtube video
« Reply #9 on: May 14, 2011, 05:19:12 pm »
The row is in the right spot.  Try clicking a movie,  it brings it down to the dungeon lol.  Its tagged on to the end.  Im assuming we need some simple css for it to show correctly?!


Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Youtube video
« Reply #10 on: May 14, 2011, 07:33:42 pm »
Well you see, on that site, the video still shows up at the bottom of the page. It's just that the bottom of the page is a lot closer than what it is on your forum.

The code works correctly if you put it in the footer. But not the ezBlock.
<--- Donate to SMF For Free! :D

Offline Destinfishing

  • SMF For Free Full Member
  • *
  • Posts: 120
    • View Profile

  • Total Badges: 16
    Badges: (View All)
    Level 4 Apple User Mobile User Third year Anniversary Level 3
Re: Youtube video
« Reply #11 on: May 14, 2011, 07:49:00 pm »
Ok thanks,

Ill just delete it, its not a huge deal i guess

Greg

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Youtube video
« Reply #12 on: May 14, 2011, 08:27:21 pm »
Sorry that I wasn't able to fix that.

If I find a solution to it I will let you know.
<--- Donate to SMF For Free! :D

 

Related Topics

  Subject / Started by Replies Last post
31 Replies
7371 Views
Last post July 19, 2007, 02:13:05 pm
by simply sibyl
7 Replies
2893 Views
Last post May 06, 2009, 11:29:13 am
by 13583emma
2 Replies
1045 Views
Last post July 23, 2009, 03:37:53 pm
by 13583emma
6 Replies
4034 Views
Last post August 09, 2011, 10:33:20 pm
by SMF For Free
3 Replies
7173 Views
Last post September 21, 2011, 11:44:31 am
by taogem