Results 1 to 2 of 2

Thread: Embed Video

  1. #1
    Join Date
    Sep 2011
    Posts
    10

    Default Embed Video

    How do I embed a "welcome" video in the home page please. I want to keep the video there all the time so that visitors get an intro as to what the site is about. Many thanks

  2. #2

    Default

    Hi,

    To embed video on home page, open vShare/templates/index.tpl file

    and add
    Code:
    <object width="560" height="340">
    <param name="movie" value="VIDEO_URL"></param>
    <param name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always"></param>
    <embed src="VIDEO_URL" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed>
    </object>
    after
    Code:
    <div id="content">
    'VIDEO_URL' text in embed code must be replaced by url to the video.

    If you have any problem, open a support ticket at BuyScripts Helpdesk

    with your vShare admin and FTP login details.

    Thanks,

    Buyscripts Team.

Bookmarks

Posting Permissions

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