WO2018158588A1 - System and method for creating and using interactive web content - Google Patents

System and method for creating and using interactive web content Download PDF

Info

Publication number
WO2018158588A1
WO2018158588A1 PCT/GB2018/050543 GB2018050543W WO2018158588A1 WO 2018158588 A1 WO2018158588 A1 WO 2018158588A1 GB 2018050543 W GB2018050543 W GB 2018050543W WO 2018158588 A1 WO2018158588 A1 WO 2018158588A1
Authority
WO
WIPO (PCT)
Prior art keywords
web page
webpage
web
video
rendering
Prior art date
Application number
PCT/GB2018/050543
Other languages
French (fr)
Inventor
Adam Anderson
Lourens Wals
Original Assignee
Interactive Fish Holdings Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Interactive Fish Holdings Limited filed Critical Interactive Fish Holdings Limited
Publication of WO2018158588A1 publication Critical patent/WO2018158588A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present invention relates to the creation of interactive web content, and more particularly to the creation of layered modules which can be navigated by a user through interaction with content in the layered modules.
  • Interactive web content generally refers to web-based media content which can be interacted with by a user.
  • the content is interactive in that the user has the option not only to simply read, view or watch the content but is invited to engage with it.
  • Such content can take the form of interactive video, whereby a user viewing the video is able to access additional media content via the video by, for example, selecting a user interface object overlaid on images of the video. Selection of the user interface object often causes the opening of a new web page, or the need for a browser to fetch further content. Thus when a user selects a different user interface object there is often a delay as the content associated with the user interface object is obtained.
  • Text and images can also be interacted with - for example, a portion of text may be hyperlinked.
  • Quizzes and games are another area of expansion for interactive content, and particularly web-based interactive content.
  • the use of interactive content is used significantly in marketing and advertisement due to its ability to not only bring content to the attention of a potential customer/user and personalising the user's experience, but also because of the ability to collect valuable information about the user and the ways in which users engage with the content.
  • the HTML web markup language provides a framework for the creation of web content.
  • Known techniques for providing interactive content particularly video- and image- based interactive content, rely on the linking to a new webpage to deliver new content.
  • Such techniques have limitations concerning speed of access to new media content, complex methods to create linked media content and limits concerning the way that new media can be created by content creators.
  • the invention provides a methodology for seamlessly transitioning between content.
  • the layers are already associated with the webpage, when the web browser loads the webpage the entire content of the webpage (i.e. the content and the layers) are, in the first instance, loaded by the browser.
  • the layers are selectively rendered and displayed to the user (by virtue of being rendered as a visible or transparent layer) thus allowing the web browser to transition between layers without having to wait for each layer to load.
  • the prior art is such that when a user selects a link the web browser must fetch and load content from a different URL associated with the link, thereby causing a delay.
  • the present invention through the use of the selectively displayable layers, allows for the content to be quickly and effectively accessible by the user.
  • Figure la is a schematic diagram of four layered modules according to an embodiment of the invention.
  • Figure lb is a further schematic diagram of the four layered modules shown in Figure la;
  • Figure 2 is a flow diagram of the process of selectively rendering portions of a webpage in accordance with an embodiment of the invention;
  • FIG. 3 is a schematic diagram of a connections between modules in accordance with an embodiment of the invention.
  • Figure 4 is a screen shot of an exemplary user interface showing connections between modules according to an embodiment of the invention.
  • Figures 5a, 5b, 5c, 5d, 5e, 6a and 6b are screen shots of an exemplary user interface for configuring events in modules according to an embodiment of the invention;
  • Figure 7 is a screen shot of an exemplary user interface showing connections between modules according to an embodiment of the invention.
  • Figure 8 is a screen shot of an exemplary user interface showing connections between modules according to an embodiment of the invention
  • Figure 9 is a schematic diagram of an architectural framework according to an embodiment of the invention.
  • HTML HyperText Markup Language
  • JavaScript code provides the instructions for what to display and how to display it, including object areas, links and menus.
  • a link or menu option is selected (with the intention of accessing a new, but linked, content page)
  • a new HTML page is loaded, and similarly JavaScript defines the characteristics of the page.
  • the new page may share many similarities to the previous page, the new page has its own universal resource locator (URL) - i.e. its own unique address.
  • URL universal resource locator
  • the hostname will be included in the URL of each webpage, but the filename will be different, and therefore each of the webpages has a different, albeit related, URL.
  • a connected webpage therefore requires the fetching of new JavaScript, which requires bandwidth resource, and therefore time.
  • Known implementations of interactive content are similar - an interactive element in video, images or text, for example, causes the opening of a new webpage (having a new, different URL) when selected or otherwise interacted with by a user.
  • a single webpage i.e. a webpage having a single address
  • a single address can be thought of as comprising one or more layers, or modules.
  • the following description is described with specific reference to JavaScript. However, the skilled person will appreciate that the invention described herein is not solely limited to the use of JavaScript and may be implemented in other languages.
  • the JavaScript description of each layer is included in the complete HTML (such as HTML5) representation of the single webpage, but only a part of the JavaScript (where each JavaScript part represents a layer of the webpage) is used at any one time.
  • the other layers are set to be rendered, or 'displayed', as transparent. Therefore, whilst such layers exist, they are not visible to the end user, nor is the user able to interact with the layer.
  • a different layer is displayed when the actions of a user (for example, selecting an icon during video playback) instruct the use of a different portion of JavaScript.
  • Each layer can contain different content types or a combination of different content types, such as, for example, text, video, images, games, and quizzes/questionnaires. Accordingly a user may, whilst still on a single webpage, navigate among different layers in the stack of layers. This is shown conceptually in Figures la and lb. Here four different layers/modules are shown - (1) simple HTML (text, images, etc), (2) Video (i.e. video embedded in the layer), (3) Game, (4) Quiz.
  • Figure 2 shows steps of the main process.
  • a user may select a specific area of the first layer (which could be the selection of a user interface element such as a button) which causes a different layer to be displayed (steps 220 and 230).
  • a user interface element such as a button
  • For each layer, user interface elements which cause the display of a different layer when selected can be thought of conceptually as lying on the surface of each layer.
  • a new layer for example a user selects an interactive element in a video player
  • that new layer for example, a text/image layer
  • the other layers in the example given, the video layer
  • the video layer are also present on the webpage but they are now set as invisible, such that the end user is neither able to view or interact with those layers (step 240).
  • the user is able to interact with the webpage in the known manner.
  • the video layer may be selectively rendered and presented to the end user by default.
  • the video layer is selectively changed from a visible to a not visible layer (i.e.
  • the new layer e.g. the text/image layer
  • the transition between layers is seamless as there is no requirement to load the layer.
  • a company may choose to advertise various products by creating a video incorporating the products.
  • Interactive elements can be created and configured such that they are positioned over particular products during video playback. This typically involves visual motion tracking of the products within the video and mapping the motion to the interactive elements.
  • a new view (being a different layer or module) is displayed to the user.
  • the content in this layer may provide further information about the product, and perhaps a link to an online store to enable the user to purchase the product.
  • Roll-over' of a user's cursor (in a desktop environment) or selection of a pause command causes the video to pause.
  • a single webpage having a single URL comprises one video layer and multiple HTML text/image layers.
  • a second example involves multiple videos.
  • a 'top' layer of the webpage i.e.
  • the layer that by default is displayed - for example a splashpage or landing page) contains an embedded video that may auto play once the page has loaded or alternatively may be user-controlled.
  • the video attempts to market various services and products that a business wishes to sell.
  • the layer/module may be configured such that playback of the video is paused at one or more predetermined times and an interactive element is displayed within the area of the video player while the video is paused, or that another module is shown and the video player is hidden. If the interactive element is not selected within a predetermined period of time, playback of the video is resumed, or, if transition to another module has occurred, failure to receive selection of one or more predetermined elements displayed within a predefined time period causes transition back to the video module .
  • the interactive element may include text/images relating to a particular product or service.
  • the particular interactive element (and thus the particular layer/ module that is displayed if it is selected) that is displayed may differ depending on the time during playback of the video. If a user clicks on the interactive element, a new layer/module is displayed which includes text/images relating to a product or service as well as a further embedded video, which may relate in particular to the particular product or service.
  • Embodiments of the invention allow a user to create interactive web experiences quickly and easily and without requiring specialist and in-depth knowledge. Creation of interactive web experiences as described below can be incorporated into existing webpages with the provision of a base URL and the layers incorporated into the existing webpage, or alternatively a new base URL can be created.
  • a content author accesses a user portal according to an embodiment of the invention. The author firstly creates an account on a hosted service in order to access a user portal (a secure area on a host's webserver, for example, Apache) within which the functionality described above can be created.
  • a user portal a secure area on a host's webserver, for example, Apache
  • the setting up of an account for access to a secure server will be known by those skilled in the art.
  • a user can access a template library and choose or edit a theme relating to the arrangement and connection between content modules, access and edit profile information, training information and live support.
  • the author/user is able to view and edit projects, if any, that are currently in progress.
  • a project is an interactive web experience and typically comprises a single arrangement of two or more layers/modules, as discussed above. Projects can be created, edited and deleted as necessary. Reports can also be generated which provide a user/content author with information about the use of a interactive web experiences, as will be described in further detail below.
  • the content to be used i.e. the video(s), image(s), text, etc.
  • the user can also, at this stage, choose various options relating to themes, colours, button types, etc., or proceed with default options.
  • Figure 3 illustrates connections that can be made between modules and Figure 4 shows an example of an interface for arranging layers/modules and establishing connections between them.
  • the icons shown at the bottom of the interface shown in Figure 4 can dragged into the main area of the interface.
  • the video module represents a layer comprising an embedded video
  • the HTML module represents any HTML functionality that works in a browser
  • the HTML gallery module represents an HTML horizontal slider
  • the quiz module represents any quiz type (including drag and drop, Q and A, tracking, feedback, integrated video tutorial and click and go)
  • the 3D module represents any 3D construct
  • the games module represents any non-flash games which work in a browser.
  • the user is able to conceptually configure the connections between various modules by use of a specific user interface tool (not shown). Any number of modules can be added to the main interface area. In practice, the number of modules may be limited by the time taken for the final webpage (which contains the layer and interactive elements created by the described process) to load.
  • the user/author can configure each module by selecting/clicking on one of the icons which represent the layers/modules.
  • An example of an interface for configuring a video module is shown in Figure 5a.
  • the user specifies the particular video to be used (if there are multiple videos that have been uploaded for multiple video layers), the video format and is able to configure various settings such as autoplay, roll-over to pause, whether the end of the video causes a transition to a different layer.
  • the left hand portion of the interface ('Connection area') allows the user/author to configure the connections between each of the layers.
  • Figure 5b shows an interface for configuring user controls.
  • FIG. 5c An interface for configuring player events is shown in Figure 5c.
  • a user/author can configure one or more events that occur when the video is played from the start such as the display of a skip button and can configure characteristics of the event.
  • a user may choose to set them to be visible and selectable at particular times during playback of the video (a timed event).
  • the configuration of a timed event is shown in Figure 5d.
  • Configuring a new event comprises dragging the scrubber to the event start time or otherwise specifying the start time, selecting the type of event, specifying the transition (i.e. the layer which will be displayed when the event occurs), the position of the interactive element, and the event end time (for example, when the interactive element ceases to be displayed).
  • An object area as shown in the video area of figure 5d denotes the area representing a specified object that will be tracked and is created by specifying a plurality of points defined by time and location (within the video area) for a button and then, where necessary, 'tweening' the points for the button to create smooth motion of the button.
  • object recognition techniques can be employed to identify different objects in the video.
  • the motion tracked sequence is shown in Figure 5e. This can be edited by the user.
  • a 'click action' option (not shown in Figure 5e) allows the user to specify the destination layer - i.e. the layer that will be displayed when the interactive element is selected.
  • the user can configure a static event such as the displaying of an interactive element and/or an image after a set time has passed.
  • a static event such as the displaying of an interactive element and/or an image after a set time has passed.
  • the 'click action' is configured (see Figure 6b) which establishes the connection between the current HTML module and another module.
  • the user/author is able to return to the main interface showing the arrangements of the modules (examples of which are shown in Figures 7 and 8). If connections between modules are not complete, the lines connecting those modules may be dotted. Complete connections may be shown by solid black lines (as can be seen in Figures 7 and 8) or a particular colour.
  • Modules may be configured to include links to new webpages and such links will also be denoted on the main user interface (shown in Figures 7 and 8).
  • the example shown in Figure 7 corresponds to the first example discussed above, whereby interactive elements are visually overlaid over different products shown in a video. Selection of interactive elements in the video of the video layer cause display of one of modules A3 to A16.
  • the example shown in Figure 8 corresponds to the second example discussed above, whereby interactive elements appear during playback of a video and selection of the elements cause the display of a new video layer.
  • a content author creates interactive content (as described above) via a secure portal on a hosted cloud server.
  • the secure portal is linked to a session database which stores session data.
  • the database is accessed by an application programming interface (API) in order to make accessible the interactive content over the web via any browser.
  • API application programming interface
  • the session database collects data relating to use of the interactive content (e.g. frequency of use, timing, patterns, etc.) and which data is used by a reporting system to provide usage reports.
  • a content management system accessed by the web browser, is connected to a content database which stores the interactive content after rendering/publishing and which is also accessed by the API.

Abstract

A system for providing a webpage, the system comprising means for receiving a file which describes a web page, wherein the web page is identified by a single URL and is described by multiple portions of mark-up/rendering language, and wherein each portion of mark¬ up/rendering language describes a displayable element of the webpage to be displayed by a web browser application, wherein each element is configured to be concurrently loaded and rendered by the web browser application, and wherein each element may be selectively made visible or hidden; a web browser application for loading, rendering and displaying an element of the web page, wherein the web browser application is arranged to select, in response to the occurrence of an event associated with a currently displayed element of the webpage, a portion of mark-up/rendering language and to configure the currently displayed element as hidden and the element described by the selected portion of mark-up/rendering language as visible.

Description

System and method for creating and using interactive web content
Technical field The present invention relates to the creation of interactive web content, and more particularly to the creation of layered modules which can be navigated by a user through interaction with content in the layered modules.
Background of the invention
Interactive web content generally refers to web-based media content which can be interacted with by a user. The content is interactive in that the user has the option not only to simply read, view or watch the content but is invited to engage with it. Often such content can take the form of interactive video, whereby a user viewing the video is able to access additional media content via the video by, for example, selecting a user interface object overlaid on images of the video. Selection of the user interface object often causes the opening of a new web page, or the need for a browser to fetch further content. Thus when a user selects a different user interface object there is often a delay as the content associated with the user interface object is obtained.
Text and images can also be interacted with - for example, a portion of text may be hyperlinked. Quizzes and games are another area of expansion for interactive content, and particularly web-based interactive content. The use of interactive content is used significantly in marketing and advertisement due to its ability to not only bring content to the attention of a potential customer/user and personalising the user's experience, but also because of the ability to collect valuable information about the user and the ways in which users engage with the content.
The HTML web markup language provides a framework for the creation of web content. Known techniques for providing interactive content, particularly video- and image- based interactive content, rely on the linking to a new webpage to deliver new content. Such techniques, however, have limitations concerning speed of access to new media content, complex methods to create linked media content and limits concerning the way that new media can be created by content creators.
It is an aim of the present invention to avoid, or at least mitigate, drawbacks and deficiencies of the prior art. Summary of the invention
According to a first aspect of the invention, there is provided a system according to claim 1. According to a second aspect of the invention, there is provided a method according to claim 9. According to a third aspect of the invention, there is provided a system according to claim 14. Preferable features of the invention are defined in the appended dependent claims.
By concurrently rendering the webpage as several layers which can selectively be rendered such that they are visible, or not visible, to the end user, the invention provides a methodology for seamlessly transitioning between content. Advantageously, since the layers are already associated with the webpage, when the web browser loads the webpage the entire content of the webpage (i.e. the content and the layers) are, in the first instance, loaded by the browser. As the user selectively engages with the content, the layers are selectively rendered and displayed to the user (by virtue of being rendered as a visible or transparent layer) thus allowing the web browser to transition between layers without having to wait for each layer to load. In contrast, the prior art is such that when a user selects a link the web browser must fetch and load content from a different URL associated with the link, thereby causing a delay. The present invention, through the use of the selectively displayable layers, allows for the content to be quickly and effectively accessible by the user.
Brief description of the drawings Figure la is a schematic diagram of four layered modules according to an embodiment of the invention;
Figure lb is a further schematic diagram of the four layered modules shown in Figure la; Figure 2 is a flow diagram of the process of selectively rendering portions of a webpage in accordance with an embodiment of the invention;
Figure 3 is a schematic diagram of a connections between modules in accordance with an embodiment of the invention;
Figure 4 is a screen shot of an exemplary user interface showing connections between modules according to an embodiment of the invention. Figures 5a, 5b, 5c, 5d, 5e, 6a and 6b are screen shots of an exemplary user interface for configuring events in modules according to an embodiment of the invention;
Figure 7 is a screen shot of an exemplary user interface showing connections between modules according to an embodiment of the invention;
Figure 8 is a screen shot of an exemplary user interface showing connections between modules according to an embodiment of the invention; Figure 9 is a schematic diagram of an architectural framework according to an embodiment of the invention.
Detailed description The structure of a typical webpage is described by HyperText Markup Language (HTML) script. JavaScript code provides the instructions for what to display and how to display it, including object areas, links and menus. When a link or menu option is selected (with the intention of accessing a new, but linked, content page) a new HTML page is loaded, and similarly JavaScript defines the characteristics of the page. Whilst the new page may share many similarities to the previous page, the new page has its own universal resource locator (URL) - i.e. its own unique address. For a series of connected webpages (for example, those belonging to the same host), the hostname will be included in the URL of each webpage, but the filename will be different, and therefore each of the webpages has a different, albeit related, URL. Loading a connected webpage therefore requires the fetching of new JavaScript, which requires bandwidth resource, and therefore time. Known implementations of interactive content are similar - an interactive element in video, images or text, for example, causes the opening of a new webpage (having a new, different URL) when selected or otherwise interacted with by a user. In accordance with the framework of the present invention, and in contrast to known implementations of interactive content, a single webpage (i.e. a webpage having a single address) can be thought of as comprising one or more layers, or modules. The following description is described with specific reference to JavaScript. However, the skilled person will appreciate that the invention described herein is not solely limited to the use of JavaScript and may be implemented in other languages. In a preferred embodiment, the JavaScript description of each layer is included in the complete HTML (such as HTML5) representation of the single webpage, but only a part of the JavaScript (where each JavaScript part represents a layer of the webpage) is used at any one time. Thus only one layer is displayed at any one time (regardless of whether or not the user needs to scroll in order to physically view a remaining portion of the view on their display device). Preferably, the other layers are set to be rendered, or 'displayed', as transparent. Therefore, whilst such layers exist, they are not visible to the end user, nor is the user able to interact with the layer. A different layer is displayed when the actions of a user (for example, selecting an icon during video playback) instruct the use of a different portion of JavaScript.
Each layer (also referred to in the description that follows as a module or view) can contain different content types or a combination of different content types, such as, for example, text, video, images, games, and quizzes/questionnaires. Accordingly a user may, whilst still on a single webpage, navigate among different layers in the stack of layers. This is shown conceptually in Figures la and lb. Here four different layers/modules are shown - (1) simple HTML (text, images, etc), (2) Video (i.e. video embedded in the layer), (3) Game, (4) Quiz.
Figure 2 shows steps of the main process. After the loading and rendering of all layers of the webpage in a web browser (step 200) and displaying a first layer (step 210), a user may select a specific area of the first layer (which could be the selection of a user interface element such as a button) which causes a different layer to be displayed (steps 220 and 230). For each layer, user interface elements which cause the display of a different layer when selected (herein also referred to as interactive elements) can be thought of conceptually as lying on the surface of each layer. As described above, when an instruction is received to display a new layer (for example a user selects an interactive element in a video player), that new layer (for example, a text/image layer) is selectively set to be rendered on the screen such that it becomes visible to the end user. Conceptually the other layers (in the example given, the video layer) are also present on the webpage but they are now set as invisible, such that the end user is neither able to view or interact with those layers (step 240). The user is able to interact with the webpage in the known manner. In the example given the video layer may be selectively rendered and presented to the end user by default. Upon a user interaction event, for example the selection of button, the video layer is selectively changed from a visible to a not visible layer (i.e. the user is no longer able to view or interact with the video) and the new layer (e.g. the text/image layer) is rendered as visible. As the layers are already present on the webpage (in that they are present but not rendered so as to be visible on the web browser to an end user) the transition between layers is seamless as there is no requirement to load the layer. As an example of the layering of modules in a single webpage, a company may choose to advertise various products by creating a video incorporating the products. Interactive elements can be created and configured such that they are positioned over particular products during video playback. This typically involves visual motion tracking of the products within the video and mapping the motion to the interactive elements. When interactive elements are displayed and a user clicks on one of the interactive elements during playback of the video, playback of the video is paused and a new view (being a different layer or module) is displayed to the user. The content in this layer may provide further information about the product, and perhaps a link to an online store to enable the user to purchase the product. Roll-over' of a user's cursor (in a desktop environment) or selection of a pause command causes the video to pause. In this example, a single webpage having a single URL comprises one video layer and multiple HTML text/image layers. A second example involves multiple videos. A 'top' layer of the webpage (i.e. the layer that by default is displayed - for example a splashpage or landing page) contains an embedded video that may auto play once the page has loaded or alternatively may be user-controlled. The video attempts to market various services and products that a business wishes to sell. The layer/module may be configured such that playback of the video is paused at one or more predetermined times and an interactive element is displayed within the area of the video player while the video is paused, or that another module is shown and the video player is hidden. If the interactive element is not selected within a predetermined period of time, playback of the video is resumed, or, if transition to another module has occurred, failure to receive selection of one or more predetermined elements displayed within a predefined time period causes transition back to the video module . The interactive element may include text/images relating to a particular product or service. The particular interactive element (and thus the particular layer/ module that is displayed if it is selected) that is displayed may differ depending on the time during playback of the video. If a user clicks on the interactive element, a new layer/module is displayed which includes text/images relating to a product or service as well as a further embedded video, which may relate in particular to the particular product or service.
Embodiments of the invention allow a user to create interactive web experiences quickly and easily and without requiring specialist and in-depth knowledge. Creation of interactive web experiences as described below can be incorporated into existing webpages with the provision of a base URL and the layers incorporated into the existing webpage, or alternatively a new base URL can be created. To create interactive web experiences, a content author accesses a user portal according to an embodiment of the invention. The author firstly creates an account on a hosted service in order to access a user portal (a secure area on a host's webserver, for example, Apache) within which the functionality described above can be created. The setting up of an account for access to a secure server will be known by those skilled in the art.
Once a user has access to their account, they can access a template library and choose or edit a theme relating to the arrangement and connection between content modules, access and edit profile information, training information and live support. The author/user is able to view and edit projects, if any, that are currently in progress. In this context, a project is an interactive web experience and typically comprises a single arrangement of two or more layers/modules, as discussed above. Projects can be created, edited and deleted as necessary. Reports can also be generated which provide a user/content author with information about the use of a interactive web experiences, as will be described in further detail below. For the layers/modules that a user may which to create which are to be accessed via interactive elements, the content to be used (i.e. the video(s), image(s), text, etc.) for that new layer are uploaded by the user. The user can also, at this stage, choose various options relating to themes, colours, button types, etc., or proceed with default options.
Figure 3 illustrates connections that can be made between modules and Figure 4 shows an example of an interface for arranging layers/modules and establishing connections between them. The icons shown at the bottom of the interface shown in Figure 4 can dragged into the main area of the interface. The video module represents a layer comprising an embedded video, the HTML module represents any HTML functionality that works in a browser, the HTML gallery module represents an HTML horizontal slider, the quiz module represents any quiz type (including drag and drop, Q and A, tracking, feedback, integrated video tutorial and click and go), the 3D module represents any 3D construct and the games module represents any non-flash games which work in a browser. The user is able to conceptually configure the connections between various modules by use of a specific user interface tool (not shown). Any number of modules can be added to the main interface area. In practice, the number of modules may be limited by the time taken for the final webpage (which contains the layer and interactive elements created by the described process) to load.
The user/author can configure each module by selecting/clicking on one of the icons which represent the layers/modules. An example of an interface for configuring a video module is shown in Figure 5a. For a video layer, the user specifies the particular video to be used (if there are multiple videos that have been uploaded for multiple video layers), the video format and is able to configure various settings such as autoplay, roll-over to pause, whether the end of the video causes a transition to a different layer. The left hand portion of the interface ('Connection area') allows the user/author to configure the connections between each of the layers. Figure 5b shows an interface for configuring user controls.
An interface for configuring player events is shown in Figure 5c. A user/author can configure one or more events that occur when the video is played from the start such as the display of a skip button and can configure characteristics of the event. For the interactive elements, a user may choose to set them to be visible and selectable at particular times during playback of the video (a timed event). The configuration of a timed event is shown in Figure 5d. Configuring a new event comprises dragging the scrubber to the event start time or otherwise specifying the start time, selecting the type of event, specifying the transition (i.e. the layer which will be displayed when the event occurs), the position of the interactive element, and the event end time (for example, when the interactive element ceases to be displayed). An object area as shown in the video area of figure 5d denotes the area representing a specified object that will be tracked and is created by specifying a plurality of points defined by time and location (within the video area) for a button and then, where necessary, 'tweening' the points for the button to create smooth motion of the button. In some embodiments, object recognition techniques can be employed to identify different objects in the video. The motion tracked sequence is shown in Figure 5e. This can be edited by the user. A 'click action' option (not shown in Figure 5e) allows the user to specify the destination layer - i.e. the layer that will be displayed when the interactive element is selected.
For an HTML text/image layer (as shown in Figure 6a), the user can configure a static event such as the displaying of an interactive element and/or an image after a set time has passed. As before, the 'click action' is configured (see Figure 6b) which establishes the connection between the current HTML module and another module. At any point during configuration of a module/layer, the user/author is able to return to the main interface showing the arrangements of the modules (examples of which are shown in Figures 7 and 8). If connections between modules are not complete, the lines connecting those modules may be dotted. Complete connections may be shown by solid black lines (as can be seen in Figures 7 and 8) or a particular colour. Modules may be configured to include links to new webpages and such links will also be denoted on the main user interface (shown in Figures 7 and 8). Once the user has completed all modules and connections for a particular project, the user can preview the project before selecting an option for rendering the content. Selection of this option automatically generates the code necessary for the user current to be implemented and functional.
The example shown in Figure 7 corresponds to the first example discussed above, whereby interactive elements are visually overlaid over different products shown in a video. Selection of interactive elements in the video of the video layer cause display of one of modules A3 to A16. The example shown in Figure 8 corresponds to the second example discussed above, whereby interactive elements appear during playback of a video and selection of the elements cause the display of a new video layer.
An example of an architectural framework for implementation of embodiments of the invention will be described with reference to Figure 9. A content author creates interactive content (as described above) via a secure portal on a hosted cloud server. The secure portal is linked to a session database which stores session data. The database is accessed by an application programming interface (API) in order to make accessible the interactive content over the web via any browser. The session database collects data relating to use of the interactive content (e.g. frequency of use, timing, patterns, etc.) and which data is used by a reporting system to provide usage reports. A content management system, accessed by the web browser, is connected to a content database which stores the interactive content after rendering/publishing and which is also accessed by the API.

Claims

Claims
1. A system for providing a webpage, the system comprising
means for receiving a file which describes a web page,
wherein the web page is identified by a single URL and is described by multiple portions of mark-up/rendering language, and wherein each portion of markup/rendering language describes a displayable element of the webpage to be displayed by a web browser application, wherein each element is configured to be concurrently loaded and rendered by the web browser application, and wherein each element may be selectively made visible or hidden;
a web browser application for loading, rendering and displaying an element of the web page,
wherein the web browser application is arranged to select, in response to the occurrence of an event associated with a currently displayed element of the webpage, a portion of mark-up/rendering language and to configure the currently displayed element as hidden and the element described by the selected portion of markup/rendering language as visible.
2. The system of claim 1, wherein the event is defined by the portion of mark- up/rendering language which describes the currently displayed element of the webpage.
3. The system of claim 1, wherein the event comprises selection of a user interface object within the currently displayed element of the webpage. 4. The system of claim 1, wherein the event comprises the elapsing of a timer.
5. The system of claim 1, wherein at least one of the portions of markup/rendering language describe an element having an embedded video, and wherein the event comprises selection of a user interface object positioned within the area of the video player.
6. The system of claim 4, wherein the user interface object is configured to be displayed after a predefined amount of playback of the video. 7. The system of claim 5, wherein the user interface object is configured to be positioned within a predefined area of the video player, wherein the predefined area is configured to track the movement of an identifiable object within the video.
8. The system of claim 1, wherein at least one of the portions of Javascript describe a view having HTML text and/or images, and wherein the event comprises selection of a user interface object positioned within the area of the text and/or images.
9. A method for presenting a first web page defined by a single URL and described by multiple portions of mark-up/rendering language, wherein each portion of markup/rendering language describes a displayable element of the webpage, wherein the method comprises the steps:
concurrently loading and rendering every element of the webpage,
displaying, in a web browser, a first element of the web page,
in response to the occurrence of an event associated with the first element of the web page, receiving an instruction to display a second element of the web page,
selecting the portion of mark-up/rendering language which describes the second element of the web page, and
replacing display of the first element of the web page with display of the second element of the web page and hiding the first element of the web page.
11. The method of claim 10, further comprising :
in response to the occurrence of an event associated with the second element of the web page, receiving an instruction to display a third element of the web page,
selecting the portion of mark-up/rendering language which describes the third element of the web page, and
replacing display of the second element of the web page with display of the third element of the web page and hiding the first element of the web page.
12. The method of claim 11, further comprising :
in response to the occurrence of an event associated with the third element of the web page, receiving an instruction to load a second web page having a different URL to the first webpage.
13. A computer readable medium comprising executable instructions which, when executed by a processor, cause the method of claim 9 to be performed.
14. A system for creating interactive web content, comprising
a server accessible by one or more content authors;
one or more user portals of the server, wherein each of the one or more user portals are configured to display a user interface, means for creating instructions which describe the loading and rendering by a web browser of two or more layers of a web page having a single URL, wherein the instructions further define one or more events which are configured to cause a web browser application to transition display of one layer of the web page to a different layer of the web page.
15. The system of claim 14, wherein the server is a webserver or a cloud server.
16. The system of claim 14 or claim 15, further comprising storage for storing the instructions.
17. The system of claim 14, further comprising an application programming interface, wherein the application programming interface facilitates access of the webpage via a web browser.
18. The system of claim 14, further comprising storage for storing data relating to usage of the interactive web content and a reporting module, wherein the reporting module is configured to generate content usage reports relating to use of the webpage.
PCT/GB2018/050543 2017-03-02 2018-03-02 System and method for creating and using interactive web content WO2018158588A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB1703378.8 2017-03-02
GBGB1703378.8A GB201703378D0 (en) 2017-03-02 2017-03-02 System and method for creating and using interactive web content

Publications (1)

Publication Number Publication Date
WO2018158588A1 true WO2018158588A1 (en) 2018-09-07

Family

ID=58543905

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2018/050543 WO2018158588A1 (en) 2017-03-02 2018-03-02 System and method for creating and using interactive web content

Country Status (2)

Country Link
GB (1) GB201703378D0 (en)
WO (1) WO2018158588A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110321506A (en) * 2019-07-04 2019-10-11 广州小鹏汽车科技有限公司 Webpage data loading method, device, computer equipment and storage medium
CN111831280A (en) * 2020-05-29 2020-10-27 大数金科网络技术有限公司 Mixed development method based on global singleton WebView container

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
ALEX MACCAW: "All you need to know about CSS Transitions", 3 January 2013 (2013-01-03), pages 1 - 12, XP055463823, Retrieved from the Internet <URL:https://blog.alexmaccaw.com/css-transitions> [retrieved on 20180328] *
ALEX MACCAW: "Edit fiddle - JSFiddle", JSFIDDLE, 3 January 2013 (2013-01-03), pages 1 - 1, XP055463825, Retrieved from the Internet <URL:http://jsfiddle.net/maccman/qaQyB/> [retrieved on 20180329] *
ANONYMOUS: "css - Does "display:none" prevent an image from loading? - Stack Overflow", STACK OVERFLOW, 28 August 2012 (2012-08-28), Stack Overflow, XP055463831, Retrieved from the Internet <URL:https://stackoverflow.com/questions/12158540/does-displaynone-prevent-an-image-from-loading> [retrieved on 20180329] *
ANONYMOUS: "html - When a web page loads, does the content with display:none affect the load time? - Stack Overflow", 5 September 2013 (2013-09-05), pages 1 - 2, XP055463830, Retrieved from the Internet <URL:https://stackoverflow.com/questions/18629017/when-a-web-page-loads-does-the-content-with-displaynone-affect-the-load-time> [retrieved on 20180329] *
ANONYMOUS: "Multiple distinct pages in one HTML file - Stack Overflow", STACK OVERFLOW, 21 November 2011 (2011-11-21), Stack Overflow, pages 1 - 5, XP055463820, Retrieved from the Internet <URL:https://stackoverflow.com/questions/8211128/multiple-distinct-pages-in-one-html-file> [retrieved on 20180328] *
ANONYMOUS: "The Science Behind a Single Page Website", 4 October 2010 (2010-10-04), pages 1 - 15, XP055463822, Retrieved from the Internet <URL:https://www.webpagefx.com/blog/web-design/the-science-behind-a-single-page-website/> [retrieved on 20180328] *
PARALLELS: "Parallels Plesk Panel 9.3 Quick Start Guide", 1 March 2010 (2010-03-01), pages 1 - 76, XP055464069, Retrieved from the Internet <URL:https://web.archive.org/web/20091229010311if_/http://download1.parallels.com:80/Plesk/PPP9/Doc/en-US/plesk-9.3-quick-start-guide.pdf> [retrieved on 20180329] *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110321506A (en) * 2019-07-04 2019-10-11 广州小鹏汽车科技有限公司 Webpage data loading method, device, computer equipment and storage medium
CN111831280A (en) * 2020-05-29 2020-10-27 大数金科网络技术有限公司 Mixed development method based on global singleton WebView container

Also Published As

Publication number Publication date
GB201703378D0 (en) 2017-04-19

Similar Documents

Publication Publication Date Title
JP5529026B2 (en) A template-based method for creating video ads
US9426255B2 (en) Apparatus and method for dynamically coordinating the delivery of computer readable media
US8392821B2 (en) Methods and systems for displaying videos with overlays and tags
CA2794110C (en) System, method and apparatus for providing an application carousel
US7360159B2 (en) System for creating media presentations of computer software application programs
US20090083710A1 (en) Systems and methods for creating, collaborating, and presenting software demonstrations, and methods of marketing of the same
US20120297324A1 (en) Navigation Control Availability
US20020070978A1 (en) Dynamically configurable graphical user environment
WO2009020770A1 (en) Web widgets
US10108322B2 (en) Dynamic video effects for interactive videos
CN105279222A (en) Media editing and playing method and system
US20090153435A1 (en) Presentation System
US10360946B1 (en) Augmenting content with interactive elements
WO2015105804A1 (en) System and method for generating and using spatial and temporal metadata
WO2018158588A1 (en) System and method for creating and using interactive web content
US10673771B2 (en) Platform-agnostic thick-client system for combined delivery of disparate streaming content and dynamic content by combining dynamic data with output from a continuous queue transmitter
US10055508B1 (en) Platform-agnostic thick-client system for combined delivery of disparate streaming content and dynamic content by combining dynamic data with output from a continuous queue transmitter
US20220014812A1 (en) System and method for providing enhanced multi-component integrated website media technology
CA2631105A1 (en) System and method for creating and editing content on a webpage
JPH09305391A (en) Authoring tool development device and authoring system
WO2010105211A1 (en) A device and method for creating, distributing, managing and monetizing widgets

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18709747

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18709747

Country of ref document: EP

Kind code of ref document: A1