Forum Moderators: open
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.
CODING
<?php $flash_vars = array ( "file" => "http://www.example.com/images/stories/videos/silence_movie.flv",
"autostart" => "true", "fullscreen" => "true");
?>
<object type="application/x-shockwave-flash" style="width:300px;height:200px;" data="http://www.example.com/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf">
<param name="movie" value="http://www.example.com/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.example.com/mambots/content/jw_allvideos/players/mediaplayer_4.0.46.swf" quality="high" bgcolor="#000000" width="685" height="385" name="example" align="middle" FlashVars="file=http://www.example.com/images/stories/videos/silence_movie.flv,image=http://www.example/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>
by
ravi
[edited by: encyclo at 10:04 am (utc) on Aug. 27, 2008]
[edit reason] use example.com in code examples [/edit]