finding the body tag lines
Permalink
Hello, I tried to add some code to my website so that I could add a video to the main page from a company that sent me the instructions, but I need help.
this is what they said to do:
To preview your video, unzip the zip file and open the demo.html file.
Please NOTE: Unzipping a zip file is NOT the same as opening a zip file. If you simply open the zip file, the "demo.html" file won't play. On Windows computers, a file can be unzipped by right-clicking the file and selecting "extract all". After the file is unzipped, simply open the extracted folder and double-click on "demo.html"
##################################################
#### How to add the video to your website #######
##################################################
To add the video to your website, simply follow these steps:
1. Open the text document "insert.txt".
2. Copy all the text from "insert.txt" and paste it into the source code of the webpage in which you want your video appear, anywhere between the <body> tags.
3. Upload all other files and folders (except for READ ME Instructions.txt, Demo.html, and Insert.txt) to the same directory of your website.
4. Open the controller.js file in notepad or another text editor and modify parameters to adjust the position and play-back behaviors of your video. Instructions for modifying the controller.js settings are including within the controller.js file
this is what they said to do:
To preview your video, unzip the zip file and open the demo.html file.
Please NOTE: Unzipping a zip file is NOT the same as opening a zip file. If you simply open the zip file, the "demo.html" file won't play. On Windows computers, a file can be unzipped by right-clicking the file and selecting "extract all". After the file is unzipped, simply open the extracted folder and double-click on "demo.html"
##################################################
#### How to add the video to your website #######
##################################################
To add the video to your website, simply follow these steps:
1. Open the text document "insert.txt".
2. Copy all the text from "insert.txt" and paste it into the source code of the webpage in which you want your video appear, anywhere between the <body> tags.
3. Upload all other files and folders (except for READ ME Instructions.txt, Demo.html, and Insert.txt) to the same directory of your website.
4. Open the controller.js file in notepad or another text editor and modify parameters to adjust the position and play-back behaviors of your video. Instructions for modifying the controller.js settings are including within the controller.js file
It sounds like all you would need to do is add an HTML block on your site with the contents of the insert.txt and upload the rest of the files to the web root, but there might be more adjustments depending on what all is there.