I'm trying to do something like this:
$('#player-container').html('<div id="film-player" class="flowplayer play-button is-splash" style="background:#777 url(myVariable) no-repeat;">');
The html isn't showing up because it doesn't in code blocks here. Basically I'm trying to nest a variable like this: style equals background url(myVariable) in the html I'm assigning to the element dynamically.