Results 1 to 7 of 7

Thread: video auto play when embed in another site??

  1. #1
    Join Date
    May 2007
    Posts
    21

    Default video auto play when embed in another site??

    How can I make the video auto play when I embed it in another site??

  2. #2
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: video auto play when embed in another site??

    see if there's a switch for autoplay...should say "true" or "false" in the statement

    Here's something might help everone with the viewer:

    http://www.jeroenwijering.com/?page=wizard
    If it's not fun, stop doing it!

  3. #3

    Default

    Hello, Do you know how to put auto play into this-->

    <object width="560" height="340"><param name="movie" value="http://gomusictv.info/v/53&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://gomusictv.info/v/53&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>

    (Thanks)

  4. #4

    Default

    Hi,

    For auto playing embedded videos, do the following.

    Open vShare/video_embed.php file and add
    Code:
    $video_flv_player .= '&autostart=1';
    after
    Code:
    $video_flv_player .= '&logo=' . $logo;
    Try it now.

    If you can't get it fixed, open support ticket at

    BuyScripts Helpdesk

    Thanks,

    Buyscripts Team.
    Last edited by vshare2; 12-03-2011 at 08:43 AM.

  5. #5

    Default

    Quote Originally Posted by vshare2 View Post
    Hi,

    For auto playing embedded videos, do the following.

    Open vShare/video_embed.php file and add
    Code:
    $video_flv_player .= '&autostart=1';
    after
    Code:
    $video_flv_player .= '&logo=' . $logo;
    Try it now.

    If you can't get it fixed, open support ticket at

    BuyScripts Helpdesk

    Thanks,

    Buyscripts Team.
    Thank you so much this code is working 100% good.

  6. #6

    Default

    Quote Originally Posted by vshare2 View Post
    Hi,

    For auto playing embedded videos, do the following.

    Open vShare/video_embed.php file and add
    Code:
    $video_flv_player .= '&autostart=1';
    after
    Code:
    $video_flv_player .= '&logo=' . $logo;
    Try it now.

    If you can't get it fixed, open support ticket at

    BuyScripts Helpdesk

    Thanks,

    Buyscripts Team.
    It was working good now it's not working for: $video_flv_player .= '&autostart=1';
    This is the new video embedded code:

    <object width="560" height="340"><param name="movie" value="http://gomusictv.info/v/62&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://gomusictv.info/v/62&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object>

    Can you help me fix's this (Thanks)

  7. #7

    Default

    Hi, This is a NEW VIDEO SITE--> Go Music TV - Share Your Videos

Similar Threads

  1. How do I embed other peoples videos on my vshare site
    By cumwire in forum Installation Support
    Replies: 1
    Last Post: 06-17-2008, 04:58 AM
  2. automatically play when embed
    By ofir in forum Installation Support
    Replies: 0
    Last Post: 11-05-2007, 10:54 PM
  3. Auto Play?
    By iknowalittlebit in forum Installation Support
    Replies: 2
    Last Post: 09-24-2007, 03:30 PM
  4. Can i Embed video from youtube to my site
    By Alon100 in forum Sales Questions
    Replies: 1
    Last Post: 09-13-2007, 09:45 PM
  5. site works but video doesn't play
    By salesdude23 in forum Installation Support
    Replies: 1
    Last Post: 08-01-2007, 02:52 AM

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
  •