Please Scroll Down to See Forums Below
napsgear
genezapharmateuticals
domestic-supply
puritysourcelabs
UGL OZ
UGFREAK
napsgeargenezapharmateuticals domestic-supplypuritysourcelabsUGL OZUGFREAK

Is it possible to make a web video so that people CAN'T fast forward through?

If you are using flash code to post up the video via and html input you can normally < null > or < false > out the options for user controls.
 
If you are using flash code to post up the video via and html input you can normally < null > or < false > out the options for user controls.


I'm a very amateur webmaster and I only know HTML, the site I'm talking about is currently hosted on Wix.com but it has an HTML widget that I can paste code into... knowing that is what you just said possible for me to learn how to do?
 
I'm a very amateur webmaster and I only know HTML, the site I'm talking about is currently hosted on Wix.com but it has an HTML widget that I can paste code into... knowing that is what you just said possible for me to learn how to do?


Yeah do a google search for html video embedding code. I taught myself html, I just cant remeber the specific coding, but it is possible, I have done it before.

You can prtty much find specific lines of code for just about anything you want to do.
 
Also for example: < embed src="abc123.wmv" width='640' height='480' loop='true' volume='50' autostart='true' > In there you would add controller="False"
 
Top Bottom