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