Results 1 to 7 of 7

Thread: Adding downloaded videos and music to site...
      
   

  1. #1
    PinCushionQueen's Avatar
    PinCushionQueen is offline First Sergeant
    Join Date
    Aug 2006
    Location
    Cumbria, Northwest UK
    Posts
    71

    Red face Adding downloaded videos and music to site...

    I've found a bunch of places that are doing music and movie downloads for you to use on your website. One place in particular is telling my to copy their text for the video clip and then paste it onto one of my pages to have the clip playing on my site...

    I've just tried this and when I preview in the browser all that is on my page is the lines of text I pasted on!!!

    Can anyone help?! I've got no idea how I'm meant to do this!!!!

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Adding downloaded videos and music to site...

    Hi, are you pasting it into an html box?
    Place an html box on the page & double click on it & then paste the code into the popup html properties box that will appear. Press ok after pasting & press preview.


    Good luck.
    If this is not the problem? Post the code they gave you back here.

  3. #3
    PinCushionQueen's Avatar
    PinCushionQueen is offline First Sergeant
    Join Date
    Aug 2006
    Location
    Cumbria, Northwest UK
    Posts
    71

    Red face Re: Adding downloaded videos and music to site...

    Sorry for being dizzy but I'm not too sure what all that means!!! This is how I thought I had to add videos...
    Add windows media player or something and add the file name in the properties box. As I only have a code I've been adding the code to that box! In the browser preview it comes up as a full white page with my video clip to the left of the screen and with a heap of strange text at the top of the page...

    I'm probably doing things really wrong here! My page isn't published so I can't show you the results but this is the code for the video clip anyway:

    <div style="margin:auto; width: 400px; height: 325px;"><div><object data="http://www.youtube.com/v/-iIYSZWLLPc" type="application/x-shockwave-flash" width="100%" height="100%"><param name="movie" value="<A href="http://www.youtube.com/v/-iIYSZWLLPc"></param></object></div><div">http://www.youtube.com/v/-iIYSZWLLPc"></param></object></div><div style="text-align: center;"><a href="<A href="http://downthisvideo.com/?url=http://www.youtube.com/watch?v=-iIYSZWLLPc">Download">http://downthisvideo.com/?url=http://www.youtube.com/watch?v=-iIYSZWLLPc">Download this video</a></div></div>

    I'm a bit slow with all this so instructions on how to add these kind of videos would be fab! (I have no idea what a html box is!!!) Thanks!!!

  4. #4
    PinCushionQueen's Avatar
    PinCushionQueen is offline First Sergeant
    Join Date
    Aug 2006
    Location
    Cumbria, Northwest UK
    Posts
    71

    Red face Re: Adding downloaded videos and music to site...

    Hang on... I've found the html box and pasted the code into that and it's working!!! Hurray for me!! BUT when you preview in browser it goes to like a full screen page with no background (even though I have one on my build page) and my scrollbars and stuff have disappeared... What's happened there?!

  5. #5
    PinCushionQueen's Avatar
    PinCushionQueen is offline First Sergeant
    Join Date
    Aug 2006
    Location
    Cumbria, Northwest UK
    Posts
    71

    Thumbs up Re: Adding downloaded videos and music to site...

    Solved it! Sorry - my bad!!! Thanks for your help with that!

  6. #6
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Adding downloaded videos and music to site...

    Hi, seems like you have a bit of extra code in the above.
    I have removed some of it so you just have the Vid showing.
    To place this on your page.
    Cut the code below & paste it into an html box. (To do this)
    In BV, Click on html box (top left on the side menus) & place on page. Double click on the html box & a html properties box will appear as a popup. Paste the code into this area & press ok. Press preview to test.

    HTML Code:
    <div style="margin:auto; width: 400px; height: 325px;"><div><object data="http://www.youtube.com/v/-iIYSZWLLPc" type="application/x-shockwave-flash" width="100%" height="100%"><param name="movie" value="</param></object></div><div style="text-align: center;"></a></div></div>


    Good luck.


    Ah! Just see the new post. Lol. No problem, The code above will do away with the text. May look neater.
    You would have to post the pages url to see the other problem

  7. #7
    PinCushionQueen's Avatar
    PinCushionQueen is offline First Sergeant
    Join Date
    Aug 2006
    Location
    Cumbria, Northwest UK
    Posts
    71

    Wink Re: Adding downloaded videos and music to site...

    Thanks Chris - I'm all good now! For the time being anyway...!!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49