I come from Slovakia. I have a problem with the Security in Flash Player 8.
I make my diploma work. I want to have it on CD and demonstrate on a PC, that
is not conect on Internet.
Because this I can not use the "Global Security Settings Panel" which is only
per Internet available.
I use the HTML , CSS and Javascript technologies only.
I want to have Flash object in HTML page. In tne text of the pages I want to
have a lot of links to a specifical frames of this Flash.
The Flash presentation -swf is attached as the object in HTML with name/id
cepel.
With this code: "javascript:window.document.cepel.GotoFrame(1);"
I want to see the second frame of this SWF Animation. (Zero is for to see the
first frame...)
Here is a bit of my code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=8,0,22,0" width="320" height="350" id="cepel">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="cepel.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed src="cepel.swf" swliveconnect="true" quality="high" bgcolor="#ffffff"
width="320" height="350" name="cepel" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer"></embed>
</object>
<a href="javascript:window.document.cepel.GotoFrame(0);">start</a>
<a href="javascript:window.document.cepel.GotoFrame(1);">first frame</a>
It works on IE 6.0 sp1 with Flash Player 7 OK, but with Flash Player 8 it
doesn?t work corectly. I see only the flash animation, but the links to
specificial frames don?t work. I know, that my teachers are using Flash Player
8.
Online per internet it works with Flash Player 8 OK too, but off-line on my PC
only with Flash Player 7!!!
You can see a little part of my demonstration on WEB:
www.peter.sbb.sk I know, that the problem is with SECURITY in Flash Player 8.
Although I want to comunicate per JS with flash animation and no vice-versa.
I hope, that you understand my problem, when no, please contact me, I will
tell you more...
thanks, I hope You will help me.
a student of Biologie Peterko Drotik