I have reviewed the technote, as well as the "Security Changes" and "Flash 8
Architecture" documents. The movies are being viewed in IE6sp2, and they are
not requesting access to the network, cross-scripting, etc. Using the Global
Trust Flash Player Settings does not seem to work either, as I unable to load
the movie to begin with. My object tag is attached.
It is possible that I am setting up my Global Flash Player Trust directory
incorrectly. For example, I created a text file in
C:\Windows\system32\Macromed\Flash\FlashPlayerTrust\ with the correct local
path (C:\immersive/2009/modules/start/media/). My intention is to add files to
the FlashPlayerTrust directory at installation. Am I doing this correctly?
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=5,0,0,0" width="100%" height="100%" hspace="0" vspace="0" align="left"
id="start_lesson">
<param name="movie"
value="C:\immersive/2009/modules/start/media/start_lesson.swf">
<param name="quality" value="high">
<param name="salign" value="lt">
<param name="FlashVars"
value="local_path=C:\immersive/2009/modules/start/media/">
<embed src="C:\immersive/2009/modules/start/media/start_lesson.swf"
name="start_lesson" width="100%" height="100%" hspace="0" vspace="0"
align="left" quality="high"
pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" salign="lt"
FlashVars="local_path=C:\immersive/2009/modules/start/media/"></embed>
</object>