Problem with AC_FL_RunContent
i using dw8 latest update contains ac_fl_runcontent code. 
 
the bug think have found has templates. new code dw puts in fix activex thing not update source file path when applied , updated children pages.
 
for example:
 
siteroot\templates\basic.dwt has flash file in it. ac code looks this:
 
<script type="text/javascript">
ac_fl_runcontent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','wid th','120','height','100','src','../images/onthecoverad','quality','high','pluginspage','ht tp://www.macromedia.com/go/getflashplayer','movie','../images/onthecoverad' ); //end ac code
</script><noscript><object classid="clsid 27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="100">
27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="100"> 
<param name="movie" value="../images/onthecoverad.swf">
<param name="quality" value="high">
<embed src="../images/onthecoverad.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="100"></embed>
</object></noscript>
 
now happens when attach template file:
 
siteroot\aboutus.html
 
here same code:
 
<script type="text/javascript">
ac_fl_runcontent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','widt h','125','height','65','src','../images/top header grid flash','quality','high','pluginspage',' http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash','mo vie','../images/top header grid flash' ); //end ac code
</script><noscript><object classid="clsid 27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="125" height="65">
27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="125" height="65"> 
<param name=movie value="images/top%20header%20grid%20flash.swf">
<param name=quality value=high>
<embed src="images/top%20header%20grid%20flash.swf" quality=high pluginspage=" http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash" type="application/x-shockwave-flash" width="125" height="65">
</embed>
</object></noscript>
 
if notice above code '../images/top header grid flash' did not update path wise code below - <param name=movie value="images/top%20header%20grid%20flash.swf">
 
so right have go in , manually fix page before publish live.
 
does know of fix or need new update fix path issue?
 
thanks!
 
regards,
aaron
 the bug think have found has templates. new code dw puts in fix activex thing not update source file path when applied , updated children pages.
for example:
siteroot\templates\basic.dwt has flash file in it. ac code looks this:
<script type="text/javascript">
ac_fl_runcontent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0','wid th','120','height','100','src','../images/onthecoverad','quality','high','pluginspage','ht tp://www.macromedia.com/go/getflashplayer','movie','../images/onthecoverad' ); //end ac code
</script><noscript><object classid="clsid
 27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="100">
27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="100"> <param name="movie" value="../images/onthecoverad.swf">
<param name="quality" value="high">
<embed src="../images/onthecoverad.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="100"></embed>
</object></noscript>
now happens when attach template file:
siteroot\aboutus.html
here same code:
<script type="text/javascript">
ac_fl_runcontent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','widt h','125','height','65','src','../images/top header grid flash','quality','high','pluginspage',' http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash','mo vie','../images/top header grid flash' ); //end ac code
</script><noscript><object classid="clsid
 27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="125" height="65">
27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="125" height="65"> <param name=movie value="images/top%20header%20grid%20flash.swf">
<param name=quality value=high>
<embed src="images/top%20header%20grid%20flash.swf" quality=high pluginspage=" http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash" type="application/x-shockwave-flash" width="125" height="65">
</embed>
</object></noscript>
if notice above code '../images/top header grid flash' did not update path wise code below - <param name=movie value="images/top%20header%20grid%20flash.swf">
so right have go in , manually fix page before publish live.
does know of fix or need new update fix path issue?
thanks!
regards,
aaron
yes, problem. i've mentioned couple times in forum. 
for 1 of posts, david alcala (adobe) able reporduce problem , said submitting bug report. so, guess it's wait , see....
for 1 of posts, david alcala (adobe) able reporduce problem , said submitting bug report. so, guess it's wait , see....
 More discussions in  Dreamweaver support forum         
adobe
 
  
Comments
Post a Comment