If I've created a custom .tpl.php for a content type, how do I emit the movie?

print $field_movie_rendered

doesn't seem to work, even when the field renderer is set to flash video.

Comments

phyadmin’s picture

Also, using Flashy on http://pirt.asu.edu/demo/4b6050-0 I get the following JS error:

$('#' + name + ':not(object)').swfEmbed(value.url, value);
Uncaught TypeError: Object #

has no method 'swfEmbed' behavior.swfembed.js:12 the SWFEmbed module is enabled...is this due to another module modifying the expected value of name before this behavior is triggered?