As we begin our exploration of film and theater, one thing that is perhaps obvious is that live theater can vary greatly, theoretically, from performance to performance. However, over the past decade, we see shows on Broadway today where every performance has to be “exactly” like the one before it. This is achieved through prerecorded music mixed with smaller performing ensembles. And, often there can be a drop off in ticket sales when a “headlining” star leaves the show. Even the shows themselves are not original, but are instead based on popular films.
Discuss what impact our appetite for “the familiar” may impact live theater. What elements have the greatest chance of maintaining the “status quo” for a live performance?
Reference:
Sporre, D.J. (2013). Reality through the arts (8th ed.). New York, NY: Pearson.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

