Jump to content

Video Embedding

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
TheCEOandPresident

TheCEOandPresident

    Learning Programmer

  • Members
  • PipPipPip
  • 96 posts
I'm trying to figure out the best way to host a video on my website and have it auto play and I don't want it to be able to be paused. Does anyone have any suggestions? I would really appreciate it

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
JWplayer is a free flash player which can be embedded without controls, even edited as the .fla source is available.

If you wish to go the HTML5 route, you could simply define it to autoplay with no controls, although a bit simpler:
<video width="640" height="360" src="file.mp4" poster="file.png" autobuffer nocontrols autoplay>
    <p>No HTML5 support</p>
</video>

Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
Guest_johnny.dacu_*

Guest_johnny.dacu_*
  • Guests
If you know some AS3 you could build your own player... Just drag a FLVPlayback component, set autoplay true and disable skin:D

#4
yarishooo

yarishooo

    Newbie

  • Members
  • Pip
  • 1 posts
i use to have this problem before, i want to add a youtube video in my keynote presentation, so i search from the net, and found that aneesoft video apps is good :)

#5
krraju82

krraju82

    Newbie

  • Members
  • Pip
  • 1 posts
Hi,

I am a newbie here, thanks for the great forum.

I like to know how to add a data stream to a AVI or a MPEG video file, which will render clickable links to objects in that video, something like hotspots for images, but the only difference is videos.

I know this is possible in FLV, but i like to know if there is any application or sdk which allows us to do this on AVI, MPEG, MOV files. In QuickTIme as well this is possible with panoramas, but panaromas are not running videos, but stitched together image files.

So i like to know if there is a techonology out there which i can create a overlay over a existing video file so that any player can interpte the links correctly and once clicked will take it to the right webpage.

Any links or help on the right direction will be of immense help.

thank you in advance