Notification Bar
Can't find the AudioBook you want? Leave a Comment in the Link Here. The AudioBook will be updated within 24 Hours.

Ramdom Posts For you

1 The Demon Under The Microscope
2 The Starless Sea
3 The First Lady
4 The Snowball
5 The Hypnotist’s Love Story
6 Four
7 The White Tower
8 The Partner
9 Harry Potter and the Goblet of Fire, Book 4
10 Something Wicked This Way Comes

Act of Treason

Name: Act of Treason
By: Vince Flynn
Narrated by: George Guidall
Series: Mitch Rapp
Length 11 hrs and 6 mins
Category: Literature & Fiction, Genre Fiction
Release Date: 0006-09-23
Language: English

The Act of Treason is a novel by Vince Flynn published in 2006. It is the ninth novel in the Mitch Rapp series. The novel was released on October 24, 2006, by Atria Books.

The Act of Treason earned the number two spot in the rankings.

Some listeners may be interested in the Act of Treason because it is a true story. Others may be interested in the story because it is about a controversial topic, such as the death penalty.
*/

// Scrolling message
scrollDownMessage = “Keep scrolling down to see the player.”;

// Create a

element
var scrollMessage = document.createElement(“p”);

// Create a text node
var scrollText = document.createTextNode(scrollDownMessage);

// Append the text to

scrollMessage.appendChild(scrollText);

// Insert

before the first child of
document.body.insertBefore(scrollMessage, document.body.firstChild);

/*
Player
The player is going to have a list of audio files that can be played.

*/

// Audio files
var tracks = [
{
“name”: “Jazz In Paris”,
“path”: “audio/Jazz_In_Paris.mp3”
},
{
“name”: “Mood”,
“path”: “audio/mood.mp3”
},
{
“name”: “Wake Me Up”,
“path”: “audio/Wake_Me_Up.mp3”
}
];

Full Audiobook

Leave a Comment