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
Video Embedding
Started by TheCEOandPresident, Aug 15 2010 12:51 PM
4 replies to this topic
#1
Posted 15 August 2010 - 12:51 PM
|
|
|
#2
Posted 15 August 2010 - 07:32 PM
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:
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.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Guest_johnny.dacu_*
Posted 19 August 2010 - 11:05 AM
Guest_johnny.dacu_*
If you know some AS3 you could build your own player... Just drag a FLVPlayback component, set autoplay true and disable skin:D
#4
Posted 23 August 2010 - 01:21 AM
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
Posted 27 August 2010 - 05:27 AM
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
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


Sign In
Create Account


Back to top









