Results 1 to 2 of 2

Thread: Autoplay false with object data not to video src

  1. #1
    Join Date
    Jan 2012
    Posts
    25
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Autoplay false with object data not to video src

    Hello. I am a webmaster of a webpage where i put my uploads of anime chapters.
    I have this:

    Code:
    <object id="innerdiv" width="628" height="701" data="http://tu.tv/videos/azumanga-daioh-01"></object>
    As you can see, the object data goes to a page where there is a video, but there is not only a video, it is not the direct link to video/flv. This is an anime so it is easier to embed by
    azumanga-daioh-02
    azumanga-daioh-03
    azumanga-daioh-04

    Just changing the last number of every chapter in tu.tv link, instead of embedding every direct video/flv with tons of different characters.

    The problem is that it has autostart itself inside the webpage and i dont want it to start. But because data= is not only a video/flv direct file, the
    Code:
     <param name=autostart value=no>
    does not work.
    So what can i do?

    I hope that i explained myself.

    Thanks.

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Does it help to put this?:
    Code:
    <param name="flashvars" value="autoplay=0">
    Arie Molendijk.

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
  •