I have a SWF file called myswf.swf...
If i Drag and Drop the file into my Browser, it runs normaly and i can click buttons in it.
But if i embed this SWF file with this code:
<object width="850" height="688">
<embed src="myswf.swf" allowScriptAccess="always" type="application/x-shockwave-flash" width="850" height="688"></embed>
</object>
it displays the swf file and "mouse of buttons" works but i cant click the buttons (nothing happens if i click a button).
i also included the "swfobject.js" but doesnt do anything.
Is my problem understandable?
Thx for answers.