XUL + SWF

View: New views
1 Messages — Rating Filter:   Alert me  

XUL + SWF

by figipoll :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi, how to detect end of *.swf files?

test.xul -- > Code:

<?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>