EP0909420A3 - System zum komposieren von multimedia briefen - Google Patents
System zum komposieren von multimedia briefenInfo
- Publication number
- EP0909420A3 EP0909420A3 EP98912660A EP98912660A EP0909420A3 EP 0909420 A3 EP0909420 A3 EP 0909420A3 EP 98912660 A EP98912660 A EP 98912660A EP 98912660 A EP98912660 A EP 98912660A EP 0909420 A3 EP0909420 A3 EP 0909420A3
- Authority
- EP
- European Patent Office
- Prior art keywords
- multimedia
- plug
- server
- asset
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
- G06Q10/107—Computer-aided management of electronic mailing [e-mailing]
Definitions
- the invention relates to a system for composing and sending multimedia e-mails.
- the object of the invention is to create a system which can allow the recipient to receive multimedia e-mails with personal content of the sender while avoiding the listed drawbacks.
- This object is achieved by a system in which e-mails are stored on a central server so that they can be browsed by low function equipment so long as the user knows the necessary security information.
- This system has the additional advantage that the e-mail facility provides a draw to the central server. If the central server provides advertising or infomercial type information, users will be exposed to such information in making use of the e-mail facility.
- Some systems which allow users to compose postcards on a server are known. Examples are shown at http : //www . yahoo . com/Entertainment/Humor_Jokes_and_Fun/Greeting_Cards_on_www/ . Such systems are not true e-mail systems, because there is no personal multimedia content. The users are constrained to use canned multimedia content from the web site.
- Fig. 1 shows a network in which the invention can operate.
- Fig. 2 shows a user system.
- Fig. 3a shows a flow chart of the operation of the invention from the point of view of the server.
- Figs. 3b is a flowchart of the plug-in DLL and further expands box 307 of fig. 3a from the point of view of the user system or browser.
- Fig. 3c is a flowchart of the asset capture DLL.
- Fig. 4 shows more aspects of the user system.
- Figs. 5a-f show screen appearances of a preferred embodiment of the invention.
- Fig. 1 shows a system which includes a network 101, such as the internet, a server 102, one user's system 103, and another user's system 104.
- a network 101 such as the internet
- server 102 the one user is going to be the sender of the multimedia e-mail message
- the other user is going to be the receiver of the multimedia e-mail message.
- Fig. 2 shows more detail of the one user's system 103.
- the system includes a network interface unit 201.
- a network interface unit can be any standard unit, such as a telephone modem, a cable modem, or an ethernet card.
- the system also includes a display device 202, which can be a TV monitor, computer monitor, LCD screen or other display.
- the composition unit can be any processor such as a PC or set top box.
- There is a user input device 204 such as a wired keyboard, a wireless keyboard, a touch sensitive component of the display, a telephone keypad, a TV remote control, or a voice recognition unit.
- Content for a multimedia e-mail message is to be acquired from content sources, such as a VCR 205, a video camera 206, a microphone or other audio equipment 207, a PC hard drive or CD-ROM 208, or a scanner 209.
- Fig. 3a shows a detailed flow chart of the operation of the system according to the invention from the point of view of the server.
- the user who wishes to create a multimedia e-mail, visits the web site.
- the user logs in or registers and is assigned a session i.d. and, if a new user, a user i.d.
- the user is shown an HTML page with command options.
- Fig. 5a shows the page of the preferred embodiment.
- Fig. 5b shows an asset selection page of the preferred embodiment. The selection is achieved by the user by clicking on a button on the user screen. This screen includes 4 buttons for text 501, audio 502, still photos 503, or video 504, respectively.
- plug-ins are standard extensions to web browsers.
- plug-ins are used to capture individual types of assets.
- the code is particular to the type of device which captures the asset.
- the plug-in to scan and digitize a photograph will use the industry standard TWAIN scanner library and specifications to interact with any TWAIN compliant scanning device.
- the plug-in for capturing audio and video will use standard Microsoft libraries, like MFC and /or Video for Window, on a PC.
- the plug-ins are preferably implemented as DLL's (Dynamic Link Libraries) according to the plug-in specification published by Netscape.
- FIG. 3b & c show two portions of the operation of box 307 from the point of view of the browser. The portion of Fig. 3b is the portion used by the browser to receive assets and send the captured assets to the server. Fig.
- Fig. 3b is known as the plug- in DLL.
- the software of Fig. 3b also creates interface screens for the user.
- the portion of Fig. 3c shows the software which interacts with the driver software and acquisition hardware, e.g. the video capture board, to capture the asset and save it on the local disk.
- the module of Fig. 3c is also called the asset capmre DLL.
- the functions of Fig. 3b and 3c could be combined by one of ordinary skill in the art to create a monolithic piece of software which performs both functions.
- Fig. 3b starts at 320 with the reception of parameters from the browser: session i.d.; user i.d.; window size; colors; etc.
- the plug-in DLL used in Fig.
- the software waits for user commands or messages from the asset capture DLL.
- the software determines whether it is time to start capmre. If so, at 326, the asset capture DLL is requested to capmre the asset and control is returned to 323.
- Fig. 3c shows operation of the asset capmre DLL.
- the asset capmre DLL is initialized.
- the asset capmre DLL waits from a request from the plug-in DLL, an error, or a timeout.
- it is tested whether there is a capmre request from the plug-in DLL. If so, a max timeout time is set at 352.
- the capmre device is requested to start capture at 351, and control returns to 341.
- plug-in is downloaded from the web server. Once the system has a plug-in, the plug-in needs to be loaded and run at 307. Capmred assets are then received from the user computer at 309 and the assets are added to the multimedia message at 310. The assets are transferred to the web server using standard 'Multipart forms' format.
- Read parameters passed by browser e.g. user i.d., session i.d., asset type
- Fig. 5c shows a screen as seen by the user when running the photo scanning plug-in in the preferred embodiment.
- Fig. 5d shows a screen as seen by the user when running the video recording plug-in.
- Fig. 5e shows a screen as seen by the user when running the audio recording plug-in.
- Fig. 5f shows a part of a finished letter as displayed in the preferred embodiment.
- the recipient When the recipient is notified of the message, the recipient needs to be given some identification of the message.
- the session i.d. and user i.d. are used to identify the message for the recipient. This serves as a kind of security, since only the recipient will know these i.d. 's. If additional security is desired, password access can be established for the messages or the messages can be scrambled.
- Fig. 4 shows more detail of the configuration of the software modules on the user system.
- the web server 102 is the same as in Fig. 2.
- the Figure also shows the web browser 401, the plug-in 402, and the asset capmre device 403.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Human Resources & Organizations (AREA)
- Entrepreneurship & Innovation (AREA)
- Strategic Management (AREA)
- Marketing (AREA)
- Data Mining & Analysis (AREA)
- Economics (AREA)
- Computer Hardware Design (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Tourism & Hospitality (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Information Transfer Between Computers (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US84574497A | 1997-04-25 | 1997-04-25 | |
US845744 | 1997-04-25 | ||
PCT/IB1998/000594 WO1998049631A2 (en) | 1997-04-25 | 1998-04-20 | System for composing multimedia letters |
Publications (2)
Publication Number | Publication Date |
---|---|
EP0909420A2 EP0909420A2 (de) | 1999-04-21 |
EP0909420A3 true EP0909420A3 (de) | 2002-11-06 |
Family
ID=25296006
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP98912660A Withdrawn EP0909420A3 (de) | 1997-04-25 | 1998-04-20 | System zum komposieren von multimedia briefen |
Country Status (3)
Country | Link |
---|---|
EP (1) | EP0909420A3 (de) |
JP (1) | JP2000512788A (de) |
WO (1) | WO1998049631A2 (de) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
AU2481600A (en) * | 1998-12-17 | 2000-07-03 | Pcfirst.Com, Inc. | Automatic and selective transfer of software and configuration information from a source computer to a target computer and automatic upgrade of software |
GB9903032D0 (en) * | 1999-02-11 | 1999-03-31 | Symbian Ltd | Messaging architecture |
US6895557B1 (en) | 1999-07-21 | 2005-05-17 | Ipix Corporation | Web-based media submission tool |
US6721802B1 (en) * | 1999-08-12 | 2004-04-13 | Point2 Technologies Inc. | Method, apparatus and program for the central storage of standardized image data |
US6732162B1 (en) | 1999-11-15 | 2004-05-04 | Internet Pictures Corporation | Method of providing preprocessed images for a plurality of internet web sites |
EP1220130A3 (de) * | 2000-12-14 | 2002-10-09 | Readingvillage. Com, Inc. | Verfahren um Nichtlesern Kommunikationen mit elektronischen Nachrichten zu ermöglichen |
CN100389585C (zh) * | 2002-11-19 | 2008-05-21 | 英业达股份有限公司 | 可供不同传输接口互传多媒体信息的系统及方法 |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0847560A1 (de) * | 1995-09-01 | 1998-06-17 | Elonex plc | Vom dienstleitungsanbieter unabhängiger server von elektronischen dokumenten |
-
1998
- 1998-04-20 JP JP10529427A patent/JP2000512788A/ja not_active Ceased
- 1998-04-20 EP EP98912660A patent/EP0909420A3/de not_active Withdrawn
- 1998-04-20 WO PCT/IB1998/000594 patent/WO1998049631A2/en not_active Application Discontinuation
Also Published As
Publication number | Publication date |
---|---|
WO1998049631A2 (en) | 1998-11-05 |
EP0909420A2 (de) | 1999-04-21 |
JP2000512788A (ja) | 2000-09-26 |
WO1998049631A3 (en) | 1999-02-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6212535B1 (en) | Browser-based electronic messaging | |
US6571246B1 (en) | Automatic data collection and workflow management in a business process | |
US9906703B2 (en) | Method and system for hosting entity-specific photo-sharing websites for entity-specific digital cameras | |
US10116990B2 (en) | Information distribution system and method for distributing content information | |
EP1325633B1 (de) | Automatisches konfigurieren einer web-aktivierten digitalen kamera zum zugriff auf das internet | |
US8224911B2 (en) | Information distribution system and method | |
JP3305645B2 (ja) | ネットワークフォトサービスシステムにおけるアプリケーションサーバ | |
US20100169422A1 (en) | Information processing system, information processing apparatus, and method | |
US20030122922A1 (en) | Video e-mail system and associated method | |
US20080155063A1 (en) | Method and system for sharing video over a network | |
US20060224448A1 (en) | System and method for obtaining content based on data from an electronic device | |
US20080148330A1 (en) | Method and system for sharing video over a network | |
JP2001222433A (ja) | 情報記録媒体、情報処理方法、情報処理装置、及びプログラム記録媒体 | |
JP2007174227A (ja) | 2次元バーコードシールを介した動画配信システム | |
CA2417083A1 (en) | Estimation system for vehicle repair cost | |
EP0909420A3 (de) | System zum komposieren von multimedia briefen | |
KR100780784B1 (ko) | 작성자의 현재 화상을 데이터와 함께 제시 가능한 데이터 관리 시스템 | |
EP1086561B1 (de) | Zusammenarbeit von einrichtungen bei hypertext seiten | |
JP2003016159A (ja) | 画像付きトランクルームシステム | |
CN114827121A (zh) | 无数据网络环境下发送照片的方法、系统及存储介质 | |
JP2003067312A (ja) | 画像サーバ,携帯型通信装置およびそれらの制御方法 | |
JP2004151904A (ja) | ディジタル・コンテンツ送信装置および方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
AK | Designated contracting states |
Kind code of ref document: A2 Designated state(s): DE FR GB |
|
PUAK | Availability of information related to the publication of the international search report |
Free format text: ORIGINAL CODE: 0009015 |
|
AK | Designated contracting states |
Kind code of ref document: A3 Designated state(s): DE FR GB |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN WITHDRAWN |
|
18W | Application withdrawn |
Effective date: 20080201 |