Sunday, September 9, 2018

Display a Video File in the Webstore in WMV format

To display video files on the webstore, follow the steps below:

1. Upload the video file to Documents > Files > File Cabinet > Web Site Hosting files> Live Hosting Files folder.

2. Click edit on the file.

3. Take note of the URL that was generated.

4. Enter the video script in a tab by going to Lists > Website > Tabs.

Note: The code can either be in a custom template or in the Greeting or Message field of the Tab. For this example, it is entered in a tab.

5. Edit the tab where the video will be displayed.

5. On the Greeting or Message field, click HTML Source code.

6. Enter this sample code:

<center>
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="false" autostart="false" width="420" height="340" loop="false" src="/site/Bleeding Love Dance Routine.wmv" />
</center> 

7. Click Save.



No comments:

Post a Comment