Method for realizing HTML5 in PPT
A page and local technology, applied in the field of HTML5, can solve the problems of inconvenient function expansion, weak support, adding functions, etc., and achieve the effect of convenient storage and transmission
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
no. 1 example
[0039] First, the geckofx browser is encapsulated into an ActiveX control that can be embedded in the PPT.
[0040] Specific steps are as follows:
[0041] Create an ActiveX control project with Visual Studio 2017 and set it to be visible to COM, add a user control to host the geckofx browser, and add a unique Guid identifier (used to generate the unique identifier when the user control is generated) for the user control.
[0042] Insert the geckofx browser control into the user control interface and maximize the display to present the corresponding HTML5 webpage when loading the local and online HTML5 file packages.
[0043] Add an interface for the user control to expose methods and object properties to the external connection. The interface contains the voidSetUrl(string url) method. When the method is called, the geckofx browser will jump to the local home page address or online address to achieve display in the PPT. Functionality of HTML5 elements. The object property o...
no. 2 example
[0053] When displaying online HTML5 elements in PPT, add a button in the interface of the add-in program, the user can select an online HTML5 page (a compressed file in tir format tentatively), and then obtain the online URL of the online HTML5 page, and call void SetUrl (string url) method, the online address is sent to the HTML5 control, and the HTML5 element is loaded and displayed by the geckofx browser.
[0054] Assign the online address to the object attribute (you can add a specific start character to judge whether it is an online address), and automatically save the online address when closing the PPT. When opening the PPT again, obtain the online address in the object attribute, call the SetUrl(string url) method again to send the online address to the HTML5 control, and load and display the HTML5 element again by the geckofx browser.
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 
