diff --git a/swfembed.module b/swfembed.module
index 7f6ff77..6a7de66 100755
--- a/swfembed.module
+++ b/swfembed.module
@@ -36,7 +36,7 @@ function swfembed_add_js() {
 function swfembed_theme($existing, $type, $theme, $path) {
   return array(
     'swfembed_embed' => array(
-      'variables' => array('swf_object' => NULL),
+      'variables' => array('swf' => NULL),
     ),
   );
 }
