CN111061976B - Object display method and device of browser - Google Patents

Object display method and device of browser Download PDF

Info

Publication number
CN111061976B
CN111061976B CN201911421796.7A CN201911421796A CN111061976B CN 111061976 B CN111061976 B CN 111061976B CN 201911421796 A CN201911421796 A CN 201911421796A CN 111061976 B CN111061976 B CN 111061976B
Authority
CN
China
Prior art keywords
application
browser
internal
window
module
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN201911421796.7A
Other languages
Chinese (zh)
Other versions
CN111061976A (en
Inventor
范东亮
刘洪宇
丛文龙
崔阳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Harbin Hytera Technology Corp ltd
Original Assignee
Harbin Hytera Technology Corp ltd
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 Harbin Hytera Technology Corp ltd filed Critical Harbin Hytera Technology Corp ltd
Priority to CN201911421796.7A priority Critical patent/CN111061976B/en
Publication of CN111061976A publication Critical patent/CN111061976A/en
Application granted granted Critical
Publication of CN111061976B publication Critical patent/CN111061976B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Abstract

The invention provides an object display method and device of a browser, wherein the method comprises the following steps: the browser application comprises an internal object module for controlling an object area in a browser window, the method comprising: an internal object module corresponding to the object region receives an object display instruction; the internal object module performs data interaction with an external object application outside the browser application so as to display object data corresponding to the object display instruction by using the external object application; the application window of the external object application coincides with the object area, and the application window is located above the object area. Since the object application is provided outside the browser application, the problem that the object application is limited to the browser application is not faced any more. The application window is overlapped with the object area and is positioned above the object area, so that the object display process is not limited by the browser application under the condition that a user does not feel.

Description

Object display method and device of browser
Technical Field
The present disclosure relates to the field of communications technologies, and in particular, to an object display method and apparatus for a browser.
Background
Browsers expose many types of objects, e.g., links, videos, pictures, etc. Since the objects of the same type have different formats, the application of the internal objects in some browsers is limited by the browser itself in the process of displaying the objects, so that the application of the internal objects to display the objects is limited.
Taking an object as a video as an example, when the browser plays the video, the browser is limited by factors such as browser type, version, transmission protocol, video format and the like, and currently, when the browser displays the video, an active X plug-in supported by an IE browser is needed to realize video transcoding and playing, or a WebRTC is used to push a video stream to a browser application.
At present, an ActiveX plug-in is only supported by an IE browser, but the ActiveX plug-in is unstable and easily causes the browser to crash; the Html5 video only supports three video formats Ogg, MPEG4 and WebM, but the respective browsers support the Html5 video to different extents, the IE browser and the Safari browser support MPEG4 only, and the Firefox browser and the Opera browser support Ogg, webM only.
Disclosure of Invention
In view of this, the application provides a method and a device for displaying objects of a browser, which can display object data by using an external object application outside the browser application, so as to solve the problem that an internal object module in the browser application has limitation in the process of displaying objects.
In order to achieve the above object, the present invention provides the following technical features:
an object presentation method of a browser, the browser application comprising an internal object module for controlling an object area in a browser window, the method comprising:
an internal object module corresponding to the object region receives an object display instruction;
the internal object module performs data interaction with an external object application outside the browser application so as to display object data corresponding to the object display instruction by using the external object application outside the browser application;
the application window of the external object application coincides with the object area, and the application window is located above the object area.
Optionally, the browser application includes a plurality of internal object modules, and the browser window includes a plurality of object areas corresponding to the plurality of internal object modules one by one;
there are a plurality of external object applications one-to-one associated with a plurality of internal object modules outside the browser application.
Optionally, in the case that the internal object module is a video module, the external object application associated with the internal object module is a video application;
in the case that the internal object module is a picture module, the external object application associated with the internal object module is a picture application;
in the case where the internal object module is an audio module, the external object application associated with the internal object module is an audio application.
Optionally, the data interaction between the internal object module and an external object application outside the browser application is performed, so that the external object application outside the browser application displays the object data corresponding to the object instruction, including:
the internal object module is connected with the external object application through a communication interface;
after receiving an object display instruction, the internal object module acquires an object data address and sends the object data address to the external object application;
the external object application receives an object data address and obtains object data based on the object data address and exposes the object data.
Optionally, an application window of the external object application coincides with the object area, and the application window is located above the object area, including:
the internal object module acquires the position information of the object area relative to the browser window and sends the position information to the external object application through the communication interface;
the external object application interacts with the operating system through an application program interface to obtain the position information of the browser window relative to the desktop, and calculates the position information of the object area relative to the desktop based on the position information of the browser window relative to the desktop and the position information of the object area relative to the browser window;
and the external object application adjusts the position information of the application window to the object area relative to the desktop, and sets the application window to be set at the top.
Optionally, the method further comprises:
and the external object application monitors whether the browser window moves, if so, calculates the position information of the object area relative to the desktop in real time, and adjusts the position information of the application window to the object area relative to the desktop.
Optionally, the method further comprises:
the external object application monitors processing operation of the browser window; wherein the processing operation includes a closing operation, a hiding operation, or a displaying operation; and executing corresponding processing operation on the application window based on the processing operation.
Optionally, the method further comprises:
the external object application monitors whether an object area in a browser window is covered by other applications;
and if the object area is covered by other applications, calculating covered position information, and adjusting the area corresponding to the covered information in the application window to be in a transparent state so as to display other applications.
Optionally, the method further comprises:
after the application window receives the mouse event, the transparent transmission processing is executed on the mouse event;
the internal object module receives and responds to mouse events in the application window;
the task bar of the external object application performs a hiding operation in the visual area.
A display interface, comprising:
the browser application corresponds to a browser window, and the browser window comprises an object area corresponding to an internal object module; an external object application corresponding application window outside the browser application, wherein the application window coincides with the object area, and the application window is positioned above the object area;
the method comprises the steps that an internal object module corresponding to an object area receives an object display instruction; and the internal object module performs data interaction with an external object application outside the browser application so as to display the object data corresponding to the object display instruction by using the external object application outside the browser application.
A display device, the device comprising a memory and a processor;
the memory is used for storing a computer program;
the processor is used for executing the object display method of the browser according to the computer program stored in the memory. A computer readable storage medium having stored thereon a program which when executed by a processor implements an object presentation method of the browser.
Through the technical means, the following beneficial effects can be realized:
the invention provides an object display method of a browser, which is used for displaying object data by utilizing the correspondence of external object applications outside the browser application instead of using an internal object module embedded in the browser application. Since the external object application is arranged outside the browser application, the problem that the external object application is limited by the browser application in the process of displaying the object is not faced any more.
In order not to influence the user experience, an application window is arranged to coincide with the object area, and the application window is positioned above the object area, so that the object display process is not limited by the browser application under the condition that the user does not feel.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIGS. 1a-1b are schematic diagrams of a display interface disclosed in embodiments of the present application;
fig. 2 is a flowchart of an object display method of a browser according to an embodiment of the present application;
FIG. 3 is a flowchart of another method for displaying objects of a browser according to an embodiment of the present disclosure;
FIG. 4 is a schematic diagram of a display interface according to an embodiment of the present disclosure;
fig. 5 is a schematic structural diagram of a display device according to an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a computer readable storage medium according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
In order to make the browser application suitable for the scheme provided by the application, the browser application needs to be updated, an external object application can be downloaded and installed in the process of updating the browser application, and communication connection is arranged between the external object application and an internal object module in the browser application.
For example, a WebSocket communication interface is adopted between an internal object module and an external object application in the browser application.
The browser application comprises a plurality of internal object modules, and the browser window comprises a plurality of object areas which are in one-to-one correspondence with the plurality of internal object modules; there are a plurality of external object applications one-to-one associated with a plurality of internal object modules outside the browser application.
In the case that the internal object module is a video module, the external object application associated with the internal object module is a video application; to support multiple video formats, a video application may load plug-ins that support multiple video formats.
In the case that the internal object module is a picture module, the external object application associated with the internal object module is a picture application; to support multiple picture formats, a picture application may load plug-ins that support multiple picture formats.
In the case where the internal object module is an audio module, the external object application associated with the internal object module is an audio application.
To support multiple audio formats, an audio application may load a plug-in that supports multiple audio formats. Of course, other implementations of the internal object module may also be adopted, and corresponding external object applications may also be adopted.
Referring to fig. 1a, a schematic diagram with one external object application, and referring to fig. 1b, a schematic diagram with a plurality of external object applications. In fig. 1a, there is one object area corresponding to the internal object application in the browser window corresponding to the browser application, and in fig. 1b, there are 2 object areas corresponding to the internal object application in the browser window corresponding to the browser application.
It can be understood that a plurality of object areas corresponding to the internal object modules can be set in a browser window corresponding to the browser application according to the actual application scene, and a plurality of external object applications corresponding to the internal object modules one by one are also arranged outside the browser application.
An internal object module and an external object application corresponding to the internal object module are combined, the processing procedure of the browser application for each combination is consistent, and the object display procedure is described in detail below by taking a combination as an example.
Referring to fig. 2, the present invention provides an object display method of a browser, a browser application includes an internal object module, the internal object module is used for controlling an object area in a browser window, and the method includes:
step S201: and the internal object module corresponding to the object area receives the object display instruction.
In the process of using the browser application, when the user wants to display the object data in the object area, an object display instruction, such as a mouse click instruction, is sent to the object area. An internal object module in the browser application then receives the object presentation instruction.
Step S202: and the internal object module performs data interaction with an external object application outside the browser application so as to display object data by using the external object application outside the browser application. The application window of the external object application coincides with the object area, and the application window is located above the object area.
The browser application comprises an internal object module and an external object application, wherein the internal object module in the browser application is connected with the external object application in advance through a communication interface (WebSocket communication interface); and after receiving the object display instruction, the internal object module acquires an object data address and sends the object data address to the external object application.
The object data address may be a local address if the object data is local and a network address if the object data is network.
The external object application receives the object data address and obtains object data based on the object data address and exposes the object data. That is, the object application may obtain the object data based on the object data address, and call the corresponding plug-in according to the data format of the object data to implement the presentation of the object data.
Referring to fig. 3, the present invention further provides an object display method of a browser, including the following steps:
step S301: a plurality of external object applications are determined that are in one-to-one correspondence with a plurality of internal object modules of the browser window.
And determining a plurality of internal object modules with poor compatibility with the browser application according to the actual situation, and determining a plurality of external object applications corresponding to the internal object modules one by one according to the internal object modules.
For example, in the case where the internal object module is a video module, the external object application associated with the internal object module is a video application; in order to improve compatibility, such that the video application supports multiple video formats, the video application may load plug-ins that support multiple video formats.
In the case that the internal object module is a picture module, the external object application associated with the internal object module is a picture application; in order to improve compatibility, so that the picture application supports multiple picture formats, the picture application may load plug-ins that support multiple picture formats.
In the case where the internal object module is an audio module, the external object application associated with the internal object module is an audio application. To improve compatibility, such that the audio application supports multiple audio formats, the audio application may load plug-ins that support multiple audio formats.
Of course, the internal object module may be other modules, and the external object application may also adopt other implementation manners.
Step S302: and installing a plurality of external object applications outside the browser application, and respectively constructing communication interfaces between the internal object modules and the external object applications.
Since the processing procedure of the internal object module of the browser is changed, the internal object module in the browser application needs to be updated, and the external object corresponding to the internal object module can be installed and applied to the computer in the process of updating the internal object module to the browser application.
And, communication interfaces between the internal object module and the external object application corresponding to the internal object module are respectively constructed, for example, webSocket communication interfaces are adopted between the internal object module and the external object application, so that data interaction is carried out between the internal object module and the external object application.
Step S303: and an internal object module in the browser application receives the object display instruction.
Each internal object module in the browser application monitors the object display instruction, and when the internal object module receives the object display instruction, the internal object module indicates that the object data need to be displayed.
The object display instruction may be a triggering operation (the object area is located in the browser window and the user clicks or touches with a mouse) or the object area moves into the browser window (the object area is not originally located in the browser window, and when the object area moves into the browser window along with the movement of the user, the object area of the browser page) indicating that the internal object module receives the object display instruction.
Step S304: the internal object module determines an object data address and sends it to the external object application via a communication interface.
It can be appreciated that the internal application module stores an object data address, through which the object data can be found, and the object data should be originally displayed in the object area in the browser window. The object data is presented by an external object application in the present invention. Thus, the internal object module is sent to the external object application via the communication interface.
It will be appreciated that the object data address is a local address if the object data is stored locally and a network address if the object data is stored on a network. This is related to the storage location of the object data in actual cases, and is not limited to this application.
Step S305: the external object application receives the object data address and obtains object data based on the object data address and exposes the object data.
The external object application receives the object data address and acquires object data based on the object data address. The object data comprises a data format, and a corresponding plug-in is called according to the data format of the object data to realize the display of the object data
Taking the object data as video data as an example, the video data has a video format therein. For example, video formats such as MPEG4, ogg, or WebM. And calling a corresponding format plug-in according to the video format, and supporting the playing of the video data by utilizing the corresponding format plug-in.
In the embodiments shown in fig. 2 and 3, in order not to affect the user experience, the application window is overlapped with the object area, and the application window is located above the object area, so that the user is not aware of the current adjustment object display process.
For the purpose of user unaware, the application window of the object application must coincide with the object area in real time. For this purpose, the internal object module acquires position information of the object area with respect to the browser window and transmits the position information to the external object application through the communication interface.
The external object application interacts with the operating system through an application program interface to obtain the position information of the browser window relative to the desktop, and calculates the position information of the object area relative to the desktop based on the position information of the browser window relative to the desktop and the position information of the object area relative to the browser window;
and the external object application adjusts the position information of the application window in the object area relative to the desktop, and sets the application window to be set at the top.
It will be appreciated that the browser window of the browser application will move continuously as the user drags. At this time, a problem may occur in that the application window does not coincide with the object area. Therefore, the external object application monitors whether the browser window moves, if so, calculates the position information of the object area relative to the desktop in real time, and adjusts the position information of the application window in the object area relative to the desktop.
The external object application interacts with the operating system in real time through an application program interface to obtain the position information of the browser window relative to the desktop, and calculates the position information of the object area relative to the desktop based on the position information of the browser window relative to the desktop and the position information of the object area relative to the browser window; and adjusting the position information of the application window in the object area relative to the desktop.
In order to further achieve the purpose that the user does not feel, the external object application can monitor the processing operation of the browser window; wherein the processing operation includes a closing operation, a hiding operation, or a displaying operation; the external object application performs a corresponding processing operation on the application window based on the processing operation.
The external object application can acquire the current data of the browser application from the operating system through the system API interface, convert the current data into processing operation of the browser application, and execute corresponding processing operation on the application window based on the processing operation.
In order to further achieve the purpose that a user does not feel, the external object application monitors whether an object area in the browser window is covered by other applications; and if the object area is covered by other applications, calculating the covered position information, and adjusting the corresponding area of the covered position information in the application window to be in a transparent state.
The external object application can acquire the current data of the browser application and the current data of other applications positioned on the browser application from the operating system through the system API interface, and if the layer of the other applications floats on the layer of the browser application, the position information of the object area relative to the desktop is calculated.
And comparing the position information of the object area relative to the desktop with the positions of other applications corresponding to the desktop, and if the overlapping part exists, taking the overlapping part as the covered position information.
Because the external object window is arranged on the top layer, in order to show the effect of covering, the corresponding area of the covered position information in the application window is in a transparent state so as to display other applications, so that the effect of covering the application window is shown.
The external object is applied in some application scenes, and the response to a mouse event is not needed; the mouse event pass-through process may be added to the external object application. Of course, in other application scenarios, the external object application may respond to mouse events.
So in order to further achieve the purpose that the user does not feel, the application window executes transparent transmission processing on the mouse event; so that the internal application module receives and responds to mouse events in the application window.
For example, a mouse event performs a scroll operation in the object region, but since the application window is located above the object region, the internal application module does not respond to the scroll operation. To avoid this, the application window performs a transparent process on the mouse event for the user to achieve the non-perception purpose, that is, when the mouse is located above the application window, the mouse position is transmitted to the internal object module so that the internal object module or the browser application responds to the mouse event.
In order to further achieve the purpose that the user does not feel, the task bar of the external object application executes hiding operation in the visual area.
Referring to fig. 1a, 1b or 4, the present invention further provides a display interface, including:
the browser application corresponds to a browser window, and the browser window comprises an object area corresponding to an internal object module; an external object application corresponding application window outside the browser application, wherein the application window coincides with the object area, and the application window is positioned above the object area;
the method comprises the steps that an internal object module corresponding to an object area receives an object display instruction; and the internal object module performs data interaction with an external object application outside the browser application so as to display the object data corresponding to the object display instruction by using the external object application outside the browser application.
Through the technical means, the following beneficial effects can be realized:
the invention provides an object display method of a browser, which is used for displaying object data by utilizing the correspondence of external object applications outside the browser application instead of using an internal object module embedded in the browser application. Since the external object application is arranged outside the browser application, the problem that the external object application is limited by the browser application in the process of displaying the object is not faced any more.
In order not to influence the user experience, an application window is arranged to coincide with the object area, and the application window is positioned above the object area, so that the object display process is not limited by the browser application under the condition that the user does not feel.
Referring to fig. 5, the present invention provides a display device comprising a memory 51 and a processor 52;
the memory is used for storing a computer software program;
the processor is used for executing the software program on the memory and realizing the object display method of the browser.
Referring to fig. 6, the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements an object presentation method of a browser as described above.
The functions described in the method of this embodiment, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computing device readable storage medium. Based on such understanding, a portion of the embodiments of the present application that contributes to the prior art or a portion of the technical solution may be embodied in the form of a software product stored in a storage medium, comprising several instructions for causing a computing device (which may be a personal computer, a server, a mobile computing device or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An object presentation method of a browser, wherein a browser application includes an internal object module for controlling an object area in a browser window, the method comprising:
an internal object module corresponding to the object region receives an object display instruction;
the internal object module performs data interaction with an external object application outside the browser application so as to display object data corresponding to the object display instruction by using the external object application outside the browser application;
the application window of the external object application coincides with the object area and is positioned above the object area, and the application window of the external object application coincides with the object area and is positioned above the object area and comprises:
the internal object module acquires the position information of the object area relative to the browser window and sends the position information to the external object application through the communication interface;
the external object application interacts with the operating system through an application program interface to obtain the position information of the browser window relative to the desktop, and calculates the position information of the object area relative to the desktop based on the position information of the browser window relative to the desktop and the position information of the object area relative to the browser window;
and the external object application adjusts the position information of the application window to the object area relative to the desktop, and sets the application window to be set at the top.
2. The method of claim 1, wherein,
the browser application comprises a plurality of internal object modules, and the browser window comprises a plurality of object areas which are in one-to-one correspondence with the plurality of internal object modules;
there are a plurality of external object applications one-to-one associated with a plurality of internal object modules outside the browser application.
3. The method of claim 2, wherein,
in the case that the internal object module is a video module, the external object application associated with the internal object module is a video application;
in the case that the internal object module is a picture module, the external object application associated with the internal object module is a picture application;
in the case where the internal object module is an audio module, the external object application associated with the internal object module is an audio application.
4. The method of claim 1, wherein the internal object module performs data interaction with an external object application external to the browser application to display object data corresponding to the object display instruction by the external object application external to the browser application, including:
the internal object module is connected with the external object application through a communication interface;
after receiving an object display instruction, the internal object module acquires an object data address and sends the object data address to the external object application;
the external object application receives an object data address and obtains object data based on the object data address and exposes the object data.
5. The method as recited in claim 1, further comprising:
and the external object application monitors whether the browser window moves, if so, calculates the position information of the object area relative to the desktop in real time, and adjusts the position information of the application window to the object area relative to the desktop.
6. The method as recited in claim 1, further comprising:
the external object application monitors processing operation of the browser window; wherein the processing operation includes a closing operation, a hiding operation, or a displaying operation; and executing corresponding processing operation on the application window based on the processing operation.
7. The method as recited in claim 1, further comprising:
the external object application monitors whether an object area in a browser window is covered by other applications;
and if the object area is covered by other applications, calculating covered position information, and adjusting the area corresponding to the covered information in the application window to be in a transparent state so as to display other applications.
8. The method as recited in claim 1, further comprising:
after the application window receives the mouse event, the transparent transmission processing is executed on the mouse event;
the internal object module receives and responds to mouse events in the application window;
the task bar of the external object application performs a hiding operation in the visual area.
9. A display device, the device comprising a memory and a processor;
the memory is used for storing a computer program;
the processor is configured to perform the method of any of claims 1-8 according to a computer program stored in the memory.
10. A computer readable storage medium, having stored thereon a program which, when executed by a processor, implements the method of any of claims 1-8.
CN201911421796.7A 2019-12-31 2019-12-31 Object display method and device of browser Active CN111061976B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911421796.7A CN111061976B (en) 2019-12-31 2019-12-31 Object display method and device of browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911421796.7A CN111061976B (en) 2019-12-31 2019-12-31 Object display method and device of browser

Publications (2)

Publication Number Publication Date
CN111061976A CN111061976A (en) 2020-04-24
CN111061976B true CN111061976B (en) 2023-08-08

Family

ID=70306087

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911421796.7A Active CN111061976B (en) 2019-12-31 2019-12-31 Object display method and device of browser

Country Status (1)

Country Link
CN (1) CN111061976B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002297279A (en) * 2001-03-30 2002-10-11 Fujitsu Ltd Window control program
CN1728642A (en) * 2004-07-29 2006-02-01 北京凯思昊鹏软件工程技术有限公司 Cooperated browsers dedicated to networked computers, and implementing method
US7559034B1 (en) * 2000-10-19 2009-07-07 DG FastChannel, Inc. Method and system for using a hyperlink, banner, or graphical icon to initiate the overlaying of an object on a window
CN101763267A (en) * 2010-01-21 2010-06-30 深圳市同洲电子股份有限公司 Method for realizing embedded browser, device therefor and digital television receiving terminal
CN102495890A (en) * 2011-12-09 2012-06-13 上海全景数字技术有限公司 Embedded browser application extension system and method
CN103064738A (en) * 2013-01-15 2013-04-24 珠海金山办公软件有限公司 Method and system for embedding local application program window into browser in Linux
CN103473367A (en) * 2013-09-27 2013-12-25 北京奇虎科技有限公司 Method for using local application program in browser and web browser
CN103558958A (en) * 2013-10-29 2014-02-05 宇龙计算机通信科技(深圳)有限公司 Application program function calling method and terminal
CN104239063A (en) * 2014-09-23 2014-12-24 福建星网视易信息系统有限公司 Web browser and method for calling local application program through web browser
CN107733769A (en) * 2016-08-10 2018-02-23 腾讯科技(深圳)有限公司 The method and apparatus for showing user profile
CN109947582A (en) * 2019-03-29 2019-06-28 深圳市永兴元科技股份有限公司 The exchange method of browser and local application, equipment and readable storage medium storing program for executing
CN110019929A (en) * 2017-11-30 2019-07-16 腾讯科技(深圳)有限公司 Processing method, device and the computer readable storage medium of web page contents
WO2019242435A1 (en) * 2018-06-22 2019-12-26 杭州海康威视系统技术有限公司 Application association for browser

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013126084A2 (en) * 2012-02-21 2013-08-29 Ensighten, Inc. Graphical overlay related to data mining and analytics
US10437422B2 (en) * 2013-05-07 2019-10-08 Yoni Noam Zatalovski Personalized customizable smart browser

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7559034B1 (en) * 2000-10-19 2009-07-07 DG FastChannel, Inc. Method and system for using a hyperlink, banner, or graphical icon to initiate the overlaying of an object on a window
JP2002297279A (en) * 2001-03-30 2002-10-11 Fujitsu Ltd Window control program
CN1728642A (en) * 2004-07-29 2006-02-01 北京凯思昊鹏软件工程技术有限公司 Cooperated browsers dedicated to networked computers, and implementing method
CN101763267A (en) * 2010-01-21 2010-06-30 深圳市同洲电子股份有限公司 Method for realizing embedded browser, device therefor and digital television receiving terminal
CN102495890A (en) * 2011-12-09 2012-06-13 上海全景数字技术有限公司 Embedded browser application extension system and method
CN103064738A (en) * 2013-01-15 2013-04-24 珠海金山办公软件有限公司 Method and system for embedding local application program window into browser in Linux
CN103473367A (en) * 2013-09-27 2013-12-25 北京奇虎科技有限公司 Method for using local application program in browser and web browser
CN103558958A (en) * 2013-10-29 2014-02-05 宇龙计算机通信科技(深圳)有限公司 Application program function calling method and terminal
CN104239063A (en) * 2014-09-23 2014-12-24 福建星网视易信息系统有限公司 Web browser and method for calling local application program through web browser
CN107733769A (en) * 2016-08-10 2018-02-23 腾讯科技(深圳)有限公司 The method and apparatus for showing user profile
CN110019929A (en) * 2017-11-30 2019-07-16 腾讯科技(深圳)有限公司 Processing method, device and the computer readable storage medium of web page contents
WO2019242435A1 (en) * 2018-06-22 2019-12-26 杭州海康威视系统技术有限公司 Application association for browser
CN109947582A (en) * 2019-03-29 2019-06-28 深圳市永兴元科技股份有限公司 The exchange method of browser and local application, equipment and readable storage medium storing program for executing

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
赵京伟,唐素秋.窗口式交互系统的软件开发工具.核电子学与探测技术.1990,(第04期),全文. *

Also Published As

Publication number Publication date
CN111061976A (en) 2020-04-24

Similar Documents

Publication Publication Date Title
CN110399064B (en) Display interface switching method and device, storage medium and electronic device
JP5411386B1 (en) Server and method for providing game
KR20170083578A (en) Contextual tabs in ribbons-based graphical user interfaces for mobile devices
EP2908231A1 (en) Object suspension realizing method and device
KR20150134324A (en) Screencasting for multi-screen applications
WO2016150388A1 (en) Interface processing method, apparatus, and system
CN111541930A (en) Live broadcast picture display method and device, terminal and storage medium
JP5411385B1 (en) Server and method for providing game
US20140285437A1 (en) Method of internet browser-based remote user interface virtual mouse cursor positioning
CN111061976B (en) Object display method and device of browser
JP5545687B1 (en) Server and method for providing game
CN115086745B (en) Live video processing method, device, equipment and medium
CN105635832A (en) Video processing method and device
KR20200109219A (en) Device and server for proving augmented reality service
CN114095785B (en) Video playing method and device and computer equipment
CN111249723B (en) Method, device, electronic equipment and storage medium for display control in game
CN113709541A (en) WEB-based multi-terminal equipment interaction method, system and terminal equipment
CN109960562B (en) Information display method and device and computer readable storage medium
CN112948730A (en) Webpage data display method and device, storage medium and electronic equipment
CN115037991B (en) Browser video playing method and device, terminal equipment and readable storage medium
JP5504370B1 (en) Server and method for displaying video on client terminal
CN111263218A (en) Method and system for realizing synchronous interaction of multiple devices
CN110611708A (en) Control method of intelligent device, related device and system
KR20150052519A (en) Server, Method, and Recording Medium for experiencing Smart Device by using Store Terminal
CN113271502B (en) Video barrage-based data display method and device and computer equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant