figipoll
06-03-2008, 02:36 PM
hi, how detect end of *.swf files?
test.xul
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window
title="Test"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width:750px;height:550px;margin:0px;padding:0px;">
<html:embed
src="test.swf"
width="750"
height="550"
loop="false"
play="true"
swLiveConnect="true"
allowScriptAccess="sameDomain"
/>
</window>
test.xul
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window
title="Test"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="width:750px;height:550px;margin:0px;padding:0px;">
<html:embed
src="test.swf"
width="750"
height="550"
loop="false"
play="true"
swLiveConnect="true"
allowScriptAccess="sameDomain"
/>
</window>