Click to See Complete Forum and Search --> : "null" is null or not an object+IE+flash


raveendran
08-25-2008, 03:01 AM
Hai,

When i am running the following file with Flash Player 9.0,it showing the error in status bar in IE 6.0.

error
"null" is null or not an object

But when i am using Flash Player 8.0,it is not showing the error.

code

<?php $flash_vars = array ( "file" => "http://www.tathagata.de/images/stories/videos/silence_movie.flv",
"autostart" => "true", "fullscreen" => "true");
?>


<object type="application/x-shockwave-flash" style="width:300px;height:200px;" data="http://www.tathagata.de/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf">
<param name="movie" value="http://www.tathagata.de/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="" />
<param name="autoplay" value="true" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="<?php echo $flash_vars;?>" />
<embed src="http://www.tathagata.de/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf" quality="high" bgcolor="#000000" width="685" height="385" name="thathagata" align="middle" FlashVars="file=http://www.tathagata.de/images/stories/videos/silence_movie.flv,image=http://www.tathagata.de/images/stories/videos/silence_movie.jpg,autostart=true,fullscreen=true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>


can any one help me to fix this issue.

natobasso
08-25-2008, 02:32 PM
Have you tried it without the php code? In another browser besides IE?

raveendran
08-26-2008, 12:33 AM
It is showing the error in IE only.

natobasso
08-26-2008, 10:15 AM
Two great articles:
http://www.jeroenwijering.com/?item=embedding_flash
http://answers.yahoo.com/question/index?qid=20060615040608AAoDQAh

I have a feeling your php code is the problem.