ok so the embed code where i'm accessing the file from is
<object type="application/x-shockwave-flash"
allowScriptAccess="never" allowNetworking="internal" height="550"
width="950" data="
http://www.filmsenshi.com/testing/mainMovie.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="
http://www.filmsenshi.com/testing/mainMovie.swf"
/>
<param name="wmode" value="transparent" />
<param name="menu" value="false" />
<param name="quality" value="high" />
</object>
and if i try and change
<param name="allowNetworking" value="internal" />
to
<param name="allowNetworking" value="external" />
it changes it right back to internal :(. So i'm guessing this
means, there is no way around it? I guess i cant create links to
any websites from my flash. /sigh. Well if anybody knows a way
around this, would be apreciated, but if not ty for your help :).
At least i leanred how to link to another page for my next site
attempt that wont have this stupid filter..hehe