I have videos stored in a SharePoint Document Library, and I display them on a SharePoint site with the Highlighted Content Web Part. When I click on the videos in the web part, it opens them in the File Viewer Video Player, which is fine. But for some users, the videos open in the Stream Video Player. Why is that?
Related
I am creating a landing page in SharePoint Online (modern experience site not classic).
I have below mention client's requirement.
Once user hit the SharePoint home page, it should show only the video in full screen and after completion of video the page should redirect to any other website.
Page should have only the video nothing else. Need to the hide the top header bar.
What I've tried so far:
I added the full-width section and linked to the video file. Section taking the full width but video is not coming in full screen. Video aspect size is correct when i am running the video in browser or any video player it is running in full screen.
I added the One-column section and added the video using "File viewer' and "embed' web part and in both cases video is not coming full screen.
Is it feasible to achieve these requirements? I searched in google and seems it is a known limitation and didn't get the solution.
What you are trying to achieve is not possible using SharePoint OOTB functionalities.
Using SharePoint OOTB, you cannot hide Header menu bar in SharePoint online modern experience.
For you requirements, you need custom solution using SPFx:
Create a SPFx web part to show the video on page
Hide SharePoint HTML elements (navigation, header, etc.) using custom CSS
Add a button to close the video & redirect to another page.
Note: DOM manipulation & CSS customizations are not recommended by Microsoft and some of your customization may break if Microsoft changes HTML element id/classes in new release updates.
I have a html file that plays a video than directs the user to a SharePoint 2013 site to log their name as watched it. The problem I have is people are saving the site so they don't have to watch the video. Is there a way to prevent them from doing this?
can any one help me to find out the solution to show/Read the word
documents in asp.net mvc any example or any suitable links. searched a lot on internet for suitable
article but did not find any thing helpful. i have implemented the
download functionality of the document. but can not able to read or
preview the documents.
You could use the Office Web Viewer provided as a service from Microsoft .
What is the Office Web Viewer?
It’s a service that creates Office Web Viewer links. Office Web Viewer links open Word, PowerPoint or Excel files in the browser that would otherwise be downloaded. You can easily turn a download link into an Office Web Viewer link to use in your website or blog (e.g., recipes, photo slide show, a menu, or a budget template).
Office Web Viewer: View Office documents in a browser
Some benefits of the Office Web Viewer include:
You don’t need to convert Office files for the web (e.g., PDF, HTML).
Anyone can view Office files from your website or blog, even if they
don’t have Office.
It keeps eyes on your website or blog, because readers don’t need to
download the file and they stay in the browser.
One link will work for computers, tablets, and mobile phones.
To manipulate .docx files (as well as .xlsx, .pptx, etc.) you would use Open XML SDK (also available as installer from Microsoft download centre).
The PowerTools for Open XML, which greatly simplifies working with Open XML SDK, contains functionality for
High-fidelity conversion of DOCX to HTML/CSS using HtmlConverter.cs
I've only used this SDK and Powertools to manipulate Word documents, so could not say much about conversion to HTML/CSS. But this could be one of your options for previewing Word documents, although it is a complicated way of solving your problem.
Try the MVC viewer in Gnostice XtremeDocumentStudio .NET.
ASP.NET MVC document viewer using ASPX and Razor engines.
DISCLAIMER: I work for this company.
My requirement is to upload video files to sharepoint and renders videos to html page and I have created Assets Library for uploading video files and uploaded one sample .mp4 file. But when I try to play video intersting to the page using built a custom visual webpart,and I am getting "MIME type" not supported error message in IE browser.
Any help would be appreciated.
Maybe this helps:
I think you must enter the correct in IIS before using a particular file type, in this case video/mp4.
Go to All Programs > Administrative Tools and select Internet
Information Services (IIS) Manager.
Select your project from left site.
Look for MIME type icon in the central panel and click on it.
You will see ACTIONS in the right panel. Enter .mp4 in File name extension and video/mp4 in MIME type and click OK.
I need to show thumbnails of Sharepoint Online images on my website, to avoid downloading all images beforehand.
Is it possible to make Sharepoint Online (Office365) automatically create thumbnails (user defined size) of images that you upload?
Or is it possible to make SO scale the image before download, by url parameters?
/Bo
Thumbnails can be generated using the Image Rendition feature. This feature exists both online and in the on-prem product. Turning on renditions is pretty straight forward.
Go to the site settings page (in the gear)
Click on Manage Site Features
Activate "SharePoint Server Publishing"
Once the feature is enabled, you can go back to the site settings page and change the rendition thumbnails to fit your needs (the out of box ones are pretty small). The server will automatically crop your images to the given size, but you can select images and choose how they are cropped for each rendition using the design tab in the ribbon. The server will then regenerate the rendition.