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>
----- Original Message -----
From: ToddNY
Sent: Friday, March 22, 2002 12:04 PM
Subject: Re: [Dynapi-Help] response to Flash inquiry

Try publishing the flash movie and move the html to the layer's html by hand, using 'setHTML(...)
TO respond to a message I think you need to copy the address [EMAIL PROTECTED] to the "To:" or to the "CC:" field.
Todd.
 
----- Original Message -----
Sent: Friday, March 22, 2002 4:39 PM
Subject: [Dynapi-Help] response to Flash inquiry

Hi,
 
Dumb question, but how do I respond and stay on a thread ?? ;-)
 
I have looked at Darryl_Cousins_Examples and, althgouhg he does use a flash file, it appears that it is called in the html code, not the dynappi... I have checked the other link, and the only reference to flash is to the previous link...
 
Thanks,

ScottP

Reply via email to