Results 1 to 6 of 6

Thread: Myspace embed video not working...

  1. #1
    Join Date
    May 2007
    Location
    Carson
    Posts
    88

    Default Myspace embed video not working...

    Code:
    <IFRAME vspace="0" hspace="0" allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border:0px;" width="435" height="470" SRC="http://www.domain.com/show.php?id=13"></IFRAME>
    Isn't working..

    Code:
    <object type="application/x-shockwave-flash" height="350" width="425" data="http://www.domain.com/player/player.swf">
    <param name="movie" value="http://www.domain.com/player/player.swf" />
    <param name="flashvars" value="&file=http://www.domain.com/flvideo/12.flv&height=350&image=http://www.domain.com/thumb/12.jpg&width=425&location=http://www.domain.com/player/player.swf&logo=http://www.domain.com/templates/images/watermark.gif&link=http://www.domain.com&linktarget=_blank" />
    </object>
    This one is working properly
    I just copied this one on Page Source
    Lying like Stealing

  2. #2
    Join Date
    May 2007
    Posts
    10

    Default

    to pull up the variable of what video and thumbnail such as

    "flvideo/12.flv"

    what did you use to pull up the 12?

  3. #3
    Join Date
    May 2007
    Posts
    10

    Default

    I got it...

    The code you should replace should look like this....


    <object type="application/x-shockwave-flash" height="470" width="435" data="http://www.domain.com/player/player.swf">

    <param name="movie" value="http://www.domain.com/player/player.swf" />

    <param name="flashvars" value="&file=http://www.domain.com/flvideo/{$vinfo[0].VID}.flv&height=350&image=http://www.domain.com/thumb/{$vinfo[0].VID}.jpg&width=425&location=http://www.domain.com/player/player.swf&logo=http://www.domain.com/templates/images/watermark.gif&link=http://www.domain.com&linktarget=_blank" />

    </object>

    This has been tested on myspace and works fine.

  4. #4
    Join Date
    Jun 2007
    Location
    UK
    Posts
    36

    Default

    Is this a fix for the vshare software or is it for embedding the code in myspace as an individual user? If it's a fix for the software, which file do I edit? If it's for an individual, is admin aware that this issue needs to be addressed?

  5. #5
    Join Date
    May 2007
    Posts
    10

    Default

    This is fix that is working fine for me. It plays the video everywhere so far. If you go into the template folder, then go through the edit the view_video.tpl. You'll find the iframe code in there near the bottom. I just replaced the iframe code with this one and it has worked perfectly for me, just remember to change the "domain" to your domain, or address. Make a backup of the file just in case.

  6. #6
    Join Date
    Jun 2007
    Location
    UK
    Posts
    36

    Default

    Thank you so much, it worked perfectly for me first time. Awesome job guys. :)

    I just added the {$baseurl} to your code so it will work universily for other users.

    <object type="application/x-shockwave-flash" height="470" width="435" data="{$baseurl}/player/player.swf"><param name="movie" value="{$baseurl}/player/player.swf" /><param name="flashvars" value="&file={$baseurl}/flvideo/{$vinfo[0].VID}.flv&height=350&image={$baseurl}/thumb/{$vinfo[0].VID}.jpg&width=425&location={$baseurl}/player/player.swf&logo={$baseurl}/templates/images/watermark.gif&link={$baseurl}&linktarget=_blank"/></object>

Similar Threads

  1. Embed not working on MySpace in vShare 2.6
    By Titania in forum Installation Support
    Replies: 6
    Last Post: 06-20-2008, 03:52 AM
  2. MySpace embed not working vShare 2.6
    By Titania in forum Template Modifications
    Replies: 2
    Last Post: 02-25-2008, 04:22 AM
  3. Embed Player not working on my Website
    By Gochos in forum Bug Reports
    Replies: 2
    Last Post: 10-31-2007, 09:44 PM
  4. embeddable code not working on myspace
    By brenea in forum General Discussions
    Replies: 1
    Last Post: 08-04-2007, 03:55 AM
  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
  •