anyone have a solution for this? Trying to build a viewer for a page that uses the Director DVD plugin but the component does not play the shockwave file (or any sockwave file): here is a simple test to demonstrate:
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:HTML id="browser" location="http://www.adobe.com/shockwave/welcome/" width="100%" height="100%" />
</mx:WindowedApplication>