homesight
25th November 2006, 11:43 PM
Ok, below is a statement that is displayed by dreamweaver when trying to view the flipbook. And below that is the code that is automatically embedded to get it to work... I think this is what's causing the problems for people.
Message generated:
This page contains <object> tags that may not work properly in the most recent versions of Internet Explorer. To correct this problem, you can convert these tags to browse-safe scripts. Do you want to convert?
Probable fix with embedded code:
<body><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','width','300','heigh t','225','src','MyFlipBook','wmode','transparent', 'quality','high','bgcolor','#FFFFFF','flashvars',' xmlConfig=config.xml','scale','noscale','pluginspa ge','http://www.macromedia.com/go/getflashplayer','movie','MyFlipBook' ); //end AC code
</script><noscript> (This is where your flash code goes from the copy and paste)
Message generated:
This page contains <object> tags that may not work properly in the most recent versions of Internet Explorer. To correct this problem, you can convert these tags to browse-safe scripts. Do you want to convert?
Probable fix with embedded code:
<body><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','width','300','heigh t','225','src','MyFlipBook','wmode','transparent', 'quality','high','bgcolor','#FFFFFF','flashvars',' xmlConfig=config.xml','scale','noscale','pluginspa ge','http://www.macromedia.com/go/getflashplayer','movie','MyFlipBook' ); //end AC code
</script><noscript> (This is where your flash code goes from the copy and paste)