commit b98625a6cd2a6da6024251c33ab4228bf27b7ddd
Author: sirkitree <jbitner@user-0vvdahq.cable.mindspring.com>
Date:   Mon Feb 15 08:20:34 2010 -0600

    Patching emfield to allow embed tag for mobile compliance (iPhone)

diff --git a/html/sites/all/modules/emfield/contrib/emvideo/providers/youtube.inc b/html/sites/all/modules/emfield/contrib/emvideo/providers/youtube.inc
index bad4853..863e3d0 100644
--- a/html/sites/all/modules/emfield/contrib/emvideo/providers/youtube.inc
+++ b/html/sites/all/modules/emfield/contrib/emvideo/providers/youtube.inc
@@ -511,7 +511,7 @@ function theme_emvideo_youtube_default_external($height, $width, $url, $id, $div
   $output = <<<FLASH
         <div id="$div_id"><object type="application/x-shockwave-flash" height="$height" width="$width" data="$url" id="$id">
           <param name="movie" value="$url" />
-          <param name="allowScriptAcess" value="sameDomain"/>
+          <param name="allowScriptAccess" value="sameDomain"/>
           <param name="quality" value="best"/>
           <param name="allowFullScreen" value="$fullscreen_value"/>
           <param name="bgcolor" value="#FFFFFF"/>
@@ -519,6 +519,7 @@ function theme_emvideo_youtube_default_external($height, $width, $url, $id, $div
           <param name="salign" value="TL"/>
           <param name="FlashVars" value="$flashvars" />
           <param name="wmode" value="transparent" />
+          <embed src="$url" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" allowfullscreen="$fullscreen_value" width="$width" height="$height">
         </object></div>
 FLASH;
   return $output;
diff --git a/patches/emfield-mobile-embed.patch b/patches/emfield-mobile-embed.patch
new file mode 100644
index 0000000..e69de29
