Thanks Doug & Todd...
I treid the following and it doesnt work... I just
get a blank page loading... But there are no errors reported by the
browser...
I have a js that will load the flash file if it is
easier to launch a js from dynapi than embed the flash file...
Thanks a ton...
Scott <html>
<head> <title>DynAPI Distribution: Create Example</title> <script language="Javascript" src="javascript:void(0);"></script> <script language="Javascript"> DynAPI.setLibraryPath('../src/lib/'); DynAPI.include('dynapi.api.*'); </script> <script language="Javascript"> DynAPI. {
myLayer.setHTML('<OBJECT
CLASSID="javascript:void(0);" WIDTH="100"
HEIGHT="100" CODEBASE="http://active.macromedia.com/flash5/cabs/ swflash.cab#version=5,0,0,0"> <PARAM NAME="MOVIE" VALUE="ad_banner.swf"> <PARAM NAME="PLAY" VALUE="true"> <PARAM NAME="LOOP" VALUE="true"> <PARAM NAME="QUALITY" VALUE="high"> <EMBED SRC="ad_banner.swf" WIDTH="100"
HEIGHT="100" PLAY="true"
LOOP="true" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED> </OBJECT>')
} </script>
</head> <body
bgcolor="#ffffff"> </body> </html>
|
- [Dynapi-Help] response to Flash inquiry Scott Prendergast
- Re: [Dynapi-Help] response to Flash inquiry ToddNY
- Scott Prendergast