Click Thru Guide
Total Page:16
File Type:pdf, Size:1020Kb
ClickThru Guide Single Title
For single title the folder structure will be:
First Level ((Folder or Second Level (Folder Third Level (Folder or Title File) or File) File) ClickThru data style.css (cg_lit10_g9) cr.html
Permissions.html
tou.html
assets.txt
cd_bkg.png
ebook.ico
fscommand iaccept.exe
iaccept.bat
iaccept.app
iaccept.scpt
Click_to_start.exe
Click_to_start.app
autorun.inf
eBook grade09 viewer myPearsoneBook.exe
myPearsoneBook.app
CD_Title : CD Label name will depend on the project. For example – prototype CD Label was “cg_lit10_g9” data :
assets.txt – contains
&LAgree=End User License Agreement &btn01=I Accept &btn02=I Decline &btn03=Permission &dlay01=5 &LAgree = Header Text of Click Thru Splash Screen &btn01 = Button text for “I Accept” &btn02 = Button text for “I Decline” &btn03 = Button text for “Permission” &dlay01 = Delay time for the Click Thru Splash Screen to QUIT
tou.html – contains the Terms of use content
NOTE: The HTML code should be in 1 Paragraph i.e. without line break.
Permissions.html – contains the Permission info content
NOTE: The HTML code should be in 1 Paragraph i.e. without line break.
cr.html – contains the “Copyright © Pearson Education Inc. or its affiliates. All Rights Reserved.” text
NOTE: The HTML code should be in 1 Paragraph i.e. without line break.
style.css – Cascading Style Sheet file using in HTML code.
cd_bkg.png – CD background graphics.
ebook.ico – eBook icon file linked with Autorun.inf. fscommand :
iaccept.exe – Supports in opening the eBook application myPearsoneBook.exe.
iaccept.app – Supports in opening the eBook application myPearsoneBook.app
iaccept.bat – Batch for opening the eBook application myPearsoneBook.exe.
iaccept.scpt – Script for opening the eBook application myPearsoneBook.app
Click_to_start.exe:
Click_to_start.app: < APPLICATION FILE > Click Thru License Screen app Double click Click_to_start.app to open the Click Thru Splash Screen. autorun.inf :
This .inf file is to be placed in root of CD-ROM, which helps to Click Thru Splash Screen to open automatically in PC. NOTE: The system should be autorun configured.
Ebook Project Folder: < FOLDER > Folder name depends on the project which should be inside Folder ‘title’. For example – prototype CD Label was “grade09” Files & Script related to Hybrid CD
For PC & MAC: [Copy all files to local system & edit as per the project requirement]
File name PC MAC Common
[autorun] autorun.inf open=Click_to_start.exe icon=data\ebook.ico
@echo off
cd ..\grade09\viewer\ start myPearsoneBook.exe iaccept.bat @exit
[The path of ebook application]
Please compile the bat to exe using iaccept.ex the bat to exe convertor. e [iaccept.exe compiled version of iaccpet.bat]
property process_found : false property process_to_quit : "myPearsoneBook"
on run tell application "Finder" open application file "myPearsoneBook.app" of folder "viewer" of folder "grade09" of folder "title" of disk "cg_lit10_g9" end tell tell application "System Events" if process iaccept.sc process_to_quit exists then pt set process_found to true end if end tell
if process_found = true then activate delay 5 tell application process_to_quit to activate end if end run
[The path of ebook application] iaccept.ap Compiled version of iaccept.scpt p style.css Use as it is
Copyright © Pearson Education Inc. or its affiliates. All Rights Reserved.