WO2006056775A1 - A brochure system - Google Patents

A brochure system Download PDF

Info

Publication number
WO2006056775A1
WO2006056775A1 PCT/GB2005/004505 GB2005004505W WO2006056775A1 WO 2006056775 A1 WO2006056775 A1 WO 2006056775A1 GB 2005004505 W GB2005004505 W GB 2005004505W WO 2006056775 A1 WO2006056775 A1 WO 2006056775A1
Authority
WO
WIPO (PCT)
Prior art keywords
brochure
page
video
pages
image
Prior art date
Application number
PCT/GB2005/004505
Other languages
French (fr)
Inventor
Charles Gerald Stockley
Original Assignee
Marketing Innovation Group 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 Marketing Innovation Group Limited filed Critical Marketing Innovation Group Limited
Publication of WO2006056775A1 publication Critical patent/WO2006056775A1/en
Priority to GB0709863A priority Critical patent/GB2434728A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0483Interaction with page-structured environments, e.g. book metaphor

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Transforming Electric Information Into Light Information (AREA)

Abstract

A system for electronically displaying a brochure comprises means for sequentially displaying pages up to and including a selected page to provide a browsing feature through the brochure. Browsing speed may be altered as desired and browsing may be forwards or backwards. Means for embedding a video (5) on a page of the brochure and/or for enabling an image (3) on a page to be expanded and/or for enabling text associated with an image on a page to be revealed may be provided.

Description

A BROCHURE SYSTEM
The present invention relates to a system for electronically displaying a brochure, or Typically the brochure comprises a number of pages each displaying a variety of products. The term brochure includes any multipage document. Individual pages may be selected from an index to enable a customer to view the selected page with a view to making a purchase of an item displayed on that page. According to one aspect of the present invention, there is provided a system for electronically displaying a brochure comprising means enabling a page of the brochure to be selected and the pages in the brochure to be successively browsed through until the selected page is reached. In a preferred embodiment of the invention the browsing speed may be altered as desired. Browsing may be forward or reverse.
According to another aspect of the invention there is provided a system for electronically displaying a brochure comprising means for embedding a video on a page of the brochure. According to a further aspect of the invention there is provided a system for electronically displaying a brochure comprising means enabling an image on a page of the brochure to be expanded.
According to a still further aspect of the invention there is provided a system for electronically displaying a brochure comprising means enabling text associated with an image on a page of the brochure to be revealed. The invention also comprises a system for electronically displaying a brochure incorporating any combination of two or more of the features of the above four statements of invention.
In order that the invention may be more clearly understood, one embodiment thereof will now be described, by way of example, with reference to the accompanying drawings, in which:-
Figure 1 diagrammatically shows the front page of an electronic brochure, and
Figure 2 diagrammatically shows an alternative brochure.
Referring to Figure 1 , the page of the brochure shown comprises an index 1 on the left hand side and a number of items 2 which may be purchased on the remainder of the page. By selecting a page from the index, the pages of the brochure are automatically sequentially browsed through until the selected page is reached thus replicating a manual browsing procedure. Browsing may be forward or reverse and the speed of browsing may be altered as desired.
Individual pages may have special effects. Thus individual displayed items 3 may be expanded, explanatory strap lines 4 may be revealed and embedded videos 5 may be incorporated.
The brochure contains a collection of data containers, primarily constants and variables. The brochure uses constants to store static information that helps to deliver the brochure in a suitable format for a user. A record of the users screen resolution and bandwidth are typical uses. Both of these points of information are recognised within the containing web page prior to a Flash file being loaded and are read through ActionScript as the Flash file begins to play. The Flash file can then provide the brochure at an optimum size and with graphical clarity that will balance image clarity and download contention.
The brochure's functionality and page turn mechanism is facilitated through mathematical ActionScript, rather than a tweened timeline animation. It is for such core functionality that variables and data arrays are used to maintain constant awareness of the brochure's status. The video content relies heavily on the presence of variables for load recognition and also for eligibility to play.
Load time is important because that governs the speed with which a selected page or video may be displayed. The load time has been significantly reduced because of the following: i. Initial pre-load of only low resolution, high compression bitmap images; ii. Initial pre-load of all ActionScripts; iii. High resolution downloaded on request or streamed during idle time and then cached; iv. A mechanism has been built into the preloading sequence that will check the user's bandwidth and adjust the source elements, such as bitmap images accordingly; choosing lower quality images for users who have demonstrated a poorer internet connection.
ActionScripts enable the page turn mechanism to accept high resolution pages on request. The use of data arrays allows access to high-resolution pages to be recorded, which provide an opportunity to eliminate unnecessary repeat execution of load functions. The page turn mechanism is further enhanced by introducing Action Script to ignore high-resolution load calls when the brochure is turning pages. This proves particularly beneficial following introduction of the index system, which allows the brochure to turn multiple pages in sequence.
The page turn mechanism would normally not allow caching of this data after downloading which effectively means that every time a user visited an individual page the software would treat it as if it was the first visit.
When a video is incorporated on a page the original video is edited and compressed to reduce the file size without impacting on image quality, When the brochure is downloaded pre-loading techniques are used to load the video to the specific page it is being viewed on. Each page that will present video content features an additional layer that holds a unique movie clip in which the video is shown. As the page is viewed this movie clip plays and carries out a number of frame scripts that lead to presenting the video following loading activity. It should be noted that each digital video footage is embedded into separate Flash SWF files and it is these that are loaded into the brochure. The separate video SWFs contain source digital video that has been imported into Flash with audio and video synchronised to the Flash files given frame rate.
In the process of presenting a video, the following steps are taken:-
Initial activity:
1 . ActionScript recognises users bandwidth
2. ActionScript initialises video specific variables i. declares which Flash movie clip (videoContainer) will contain the video file ii. creates an empty array to represent and contain references to videos that have been viewed iii. declares variables to contain the "loaded" and "active status" iv. defines the default x and y coordinates where the videoContainer should appear. Page activity:
1 . ActionScript declares the SWF file that is to be loaded and iterates through the array of viewed videos, if it is not found then the loaded process begins, otherwise this is skipped and the video is presented. 2. Presents a placeholder that informs the user that video is loading. The placeholder can be a still image, and series of images or an animation.
3. ActionScript passes the SWF filename to a load function that will request the file. ActionScript also passes a reference to the videoContainer into which the SWF should be loaded.
4. The load function requests the video's SWF file. While the video SWF is being downloaded the videoContainer is constantly checking to see if it has downloaded, if not then it continues to play the placeholder sequence. 5. Once the SWF has been loaded into Flash memory it is presented within the videoContainer and sets the "loaded! Status to true, which instructs the videoContainer to advance from the placeholder sequence to display the video. At this point the video is being viewed and so the videoContainer switches "active status" to true. 6. Once the video SWF has played, a reference to it is added to the array of viewed videos, which eliminates the need to download the video during repeat accesses to the page. With regard to page selection from the index, software has been embedded within the page turn mechanism that enables any page to be selected from any point on the brochure. This allows the user to utilize an index to reach the desired page rapidly.
Because a low resolution version of the brochure is pre-loaded, even if the user has just opened the brochure they may select any page and the page turn mechanism will take the user directly to the selected page. When the page turn settles on the desired page a request is then made for the high-resolution alternative, which begins to load and displays a Loading indicator. Once loaded the high-resolution version is displayed and interactivity, such as page links to further information become enabled.
The brochure has been adapted to provide a means of viewing densely populated pages using a click through mechanism from specific brochure pages.
This allows clients to provide existing paper-based catalogue information that is modified to retain the same styling but with edited text and therefore the same user experience.
The edited version is then programmed into the page turn mechanism with specific "hot spots" that when clicked open an enlarged version of the original text document at the point the user selected. This is made possible by a mixture of hardcoded y coordinates and also recognition of the point at which the user's mouse has been clicked. Further custom ActionScript allows the users to scroll up and down or to quick link to the top and bottom of the enlarged pages. Users can also link to other pages or reference websites from within the enlarged pages. Custom scripts utilise inbuilt Flash commands such as fsCommand and getURL to accommodate this and also to allow all user activity such as pages viewed and links clicked to be recorded. Links and users activity is read from and written to an XML stylesheet through use of ActionScript, Javascript and VBScript/ASP.
It will be appreciated that the above embodiment has been described by way of example only and that many variations are possible without departing from the scope of the invention.

Claims

1 . A system for electronically displaying a brochure comprising means enabling a page of a brochure to be selected and the pages in the brochure to be successively browsed through until the selected page is reached.
2. A system as claimed in Claim 1 , in which means are provided for altering the browsing speed.
3. A system as claimed in Claim 1 or 2, in which browsing may be forward or reverse.
4. A system as claimed in Claim 1 , 2 or 3, comprising means for embedding a video on a page of the brochure.
5. A system as claimed in any preceding claim, comprising means for enabling an image on a page of the brochure to be expanded.
6. A system as claimed in any preceding claim, comprising means enabling text associated with an image on a page of the brochure to be revealed.
7. A system for electronically displaying a brochure comprising means for embedding a video on a page of the brochure.
8. A system for electronically displaying a brochure comprising means enabling an image on a page of the brochure to be expanded.
9. A system for electronically displaying a brochure comprising means enabling text associated with an image on a page of the brochure to be revealed.
PCT/GB2005/004505 2004-11-24 2005-11-23 A brochure system WO2006056775A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB0709863A GB2434728A (en) 2004-11-24 2007-05-23 A brochure system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB0425809.1 2004-11-24
GB0425809A GB0425809D0 (en) 2004-11-24 2004-11-24 A brochure system

Publications (1)

Publication Number Publication Date
WO2006056775A1 true WO2006056775A1 (en) 2006-06-01

Family

ID=33561268

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2005/004505 WO2006056775A1 (en) 2004-11-24 2005-11-23 A brochure system

Country Status (2)

Country Link
GB (2) GB0425809D0 (en)
WO (1) WO2006056775A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5283864A (en) * 1990-10-30 1994-02-01 Wang Laboratories, Inc. Computer apparatus and method for graphical flip book
WO2002006917A2 (en) * 2000-07-14 2002-01-24 E-Book Systems Pte. Ltd. A novel book-like internet browser for electronic information
WO2002019151A1 (en) * 2000-08-31 2002-03-07 The Gadget Factory Computer publication
AT6977U2 (en) * 2003-12-18 2004-06-25 Soz Verlagsgmbh REPRESENTATION OF THE REVOLUTION IN A DIGITAL MAGAZINE IN A REALITY FORM
US20040164975A1 (en) * 2002-09-13 2004-08-26 E-Book Systems Pte Ltd Method, system, apparatus, and computer program product for controlling and browsing a virtual book

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5283864A (en) * 1990-10-30 1994-02-01 Wang Laboratories, Inc. Computer apparatus and method for graphical flip book
WO2002006917A2 (en) * 2000-07-14 2002-01-24 E-Book Systems Pte. Ltd. A novel book-like internet browser for electronic information
WO2002019151A1 (en) * 2000-08-31 2002-03-07 The Gadget Factory Computer publication
US20040164975A1 (en) * 2002-09-13 2004-08-26 E-Book Systems Pte Ltd Method, system, apparatus, and computer program product for controlling and browsing a virtual book
AT6977U2 (en) * 2003-12-18 2004-06-25 Soz Verlagsgmbh REPRESENTATION OF THE REVOLUTION IN A DIGITAL MAGAZINE IN A REALITY FORM

Also Published As

Publication number Publication date
GB0425809D0 (en) 2004-12-29
GB2434728A (en) 2007-08-01
GB0709863D0 (en) 2007-07-04

Similar Documents

Publication Publication Date Title
TWI522952B (en) Method, apparatus and computer-readable storage medium for media asset generation
US9911461B2 (en) Method and apparatus for creating a custom track
AU2006252196B2 (en) Scrolling Interface
EP1350392B1 (en) Method of sizing an embedded media player page
US7669128B2 (en) Methods of enhancing media content narrative
US8572490B2 (en) Embedded video player
US20110191684A1 (en) Method of Internet Video Access and Management
US20160259503A1 (en) Video lesson builder system and method
US20080172413A1 (en) Mobile multimedia content distribution and access
US20140348488A1 (en) Creation of video bookmarks via scripted interactivity in advanced digital television
US20070168853A1 (en) Apparatus, system and method for creation, delivery and utilization of recommended multimedia filter settings
US20130191869A1 (en) TV Social Network Advertising
US8683516B2 (en) System and method for playing media obtained via the internet on a television
US20090222849A1 (en) Audiovisual Censoring
AU2007313710A1 (en) Delivering user-selected video advertisements
JP2017504230A (en) Video broadcast system and method for distributing video content
US20100023971A1 (en) System and method for scrolling through tv video icons by category
US20090244385A1 (en) Information display apparatus and information display method
US20080101773A1 (en) Apparatus and method for providing additional information of media content
KR20060103240A (en) Information providing method, information providing apparatus, program for information providing method, and recording medium storing program for information providing method
US20020007488A1 (en) Transparent object management for removable media recorders
US8739217B2 (en) Information processing apparatus, tuner, and information processing method
US11252484B2 (en) Updating content URL for non-linear video content
CA2569994A1 (en) System and method for the transmission of data
WO2006056775A1 (en) A brochure system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KN KP KR KZ LC LK LR LS LT LU LV LY MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
ENP Entry into the national phase

Ref document number: 0709863

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20051123

WWE Wipo information: entry into national phase

Ref document number: 0709863.5

Country of ref document: GB

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 05813413

Country of ref document: EP

Kind code of ref document: A1