Results 1 to 4 of 4

Thread: Bug on Vshare 2.6 (Embed code)

  1. #1

    Default Bug on Vshare 2.6 (Embed code)

    Dear admins,

    I found a bug in "Embeddable Player" CODE.

    i installed vshare 2.6 version on my server and i fexed a external server to upload videos (Muli-Server option)
    all uploading funtions works greatly but in the EMBEDED code the FLV file doesn't call the external URL.

    It still keeps the old URL which was configured to call the FLV file on the same server where vshare is installed.
    so when we insert the Embeddable Player CODE into another site the video doesn't work.

    so if you can make a bugfix it would be great and the VSHARE system will be complet.

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Bug on Vshare 2.6 (Embed code)

    A bug fix will be available in few hours.

  3. #3

    Default Re: Bug on Vshare 2.6 (Embed code)

    Find this code inside /template/view_video.tpl

    Code:
    <object width="425" height="350" type="application/x-shockwave-flash" data="{$baseurl}/player/player.swf"><param name="movie" value="{$baseurl}/player/player.swf"><param name="flashvars" value="&file={$baseurl}/flvideo/{$video_info.flvdoname}&height=350&image={$baseurl}/thumb/{$video_info.VID}.jpg&width=425&location={$baseurl}/player/player.swf&logo={$baseurl}/templates/images/watermark.gif&link={$watermark_url}&linktarget=_blank"/></object>
    Replace with this

    Code:
    <object type="application/x-shockwave-flash" height="350" width="425" data="{$baseurl}/player/player.swf"> 
    <param name="movie" value="{$baseurl}/player/player.swf" /> 
    <param name="flashvars" value="&file={$baseurl}/flvideo/{$video_info.flvdoname}&height=350&image={$baseurl}/thumb/{$video_info.VID}.jpg&width=425&location={$baseurl}/player/player.swf&logo={$baseurl}/templates/images/watermark.gif&link={$baseurl}&linktarget=_blank" /> 
    </object>
    Thanks
    Dave

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Bug on Vshare 2.6 (Embed code)

    Download

    http://www.buyscripts.in/vshare/2.6_fix_embed.zip

    Unzip and upload to your web site in BINARY mode.

Similar Threads

  1. Better Embed Code
    By Artin in forum Feature Requests
    Replies: 8
    Last Post: 12-18-2009, 05:22 PM
  2. Sharing Details: Embed Code for Imported Videos
    By grynmoors in forum Feature Requests
    Replies: 1
    Last Post: 09-20-2009, 03:47 PM
  3. How do I change embed iframe code
    By dlevancho in forum Frequently Asked Questions
    Replies: 11
    Last Post: 03-25-2009, 12:37 AM
  4. Object embed code
    By Norman in forum General Discussions
    Replies: 0
    Last Post: 07-23-2008, 10:35 PM
  5. how come the embed video code does not show up on myspace
    By billandros in forum Installation Support
    Replies: 0
    Last Post: 05-26-2007, 10:40 PM

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
  •