Hi
We are using 2009-1-402-35 version of telerik. Using that please open Editor, click HTML, Remove text if any and paste this
<object height="350" align="middle" width="350" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="Test">
<param name="allowScriptAccess" value="always">
<param name="FlashVars" value="dataAge=30&mainCaption=TESTING (SOME 30 days)">
<param name="allowFullScreen" value="false">
<param name="movie" value="../Test.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed style="vertical-align: middle;" src="../Test.swf" quality="high" bgcolor="#ffffff" name="Test" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="server=dataAge=30&mainCaption=TESTING(SOME 30 days)" width="350" height="350">
</object>
Now Click Design and then click Back HTML and you will notice that All Params are duplicated automatically and originalPath attribute is automatically added. The auto updated Flash tag is below, I have set the first duplicated line bold and you can compare the following lines as well.
<OBJECT id=Test codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 width=350 align=middle height=350>
<param NAME="allowScriptAccess" VALUE="always"/>
<param NAME="FlashVars" VALUE="dataAge=30&mainCaption=TESTING (SOME 30 days)"/>
<param NAME="allowFullScreen" VALUE="false"/>
<param NAME="movie" VALUE="../Test.swf"/>
<param NAME="quality" VALUE="high"/>
<param NAME="bgcolor" VALUE="#ffffff"/>
<param name="allowScriptAccess" value="always"/>
<param name="FlashVars" value="dataAge=30&mainCaption=TESTING (SOME 30 days)"/>
<param name="allowFullScreen" value="false"/>
<param name="movie" value="../Test.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#ffffff"/>
<embed style="vertical-align: middle;" src="../Test.swf" originalAttribute="src" originalPath="../Test.swf" quality="high" bgcolor="#ffffff" name="Test" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="server=dataAge=30&mainCaption=TESTING(SOME 30 days)" width="350" height="350">
</OBJECT>
We are about to release our current version of application and unable to upgrade to latest version at this time, Any help with this specific telerik version would be highly appreciated.
Best Regards
Rizwan Bashir
We are using 2009-1-402-35 version of telerik. Using that please open Editor, click HTML, Remove text if any and paste this
<object height="350" align="middle" width="350" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="Test">
<param name="allowScriptAccess" value="always">
<param name="FlashVars" value="dataAge=30&mainCaption=TESTING (SOME 30 days)">
<param name="allowFullScreen" value="false">
<param name="movie" value="../Test.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed style="vertical-align: middle;" src="../Test.swf" quality="high" bgcolor="#ffffff" name="Test" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="server=dataAge=30&mainCaption=TESTING(SOME 30 days)" width="350" height="350">
</object>
Now Click Design and then click Back HTML and you will notice that All Params are duplicated automatically and originalPath attribute is automatically added. The auto updated Flash tag is below, I have set the first duplicated line bold and you can compare the following lines as well.
<OBJECT id=Test codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 width=350 align=middle height=350>
<param NAME="allowScriptAccess" VALUE="always"/>
<param NAME="FlashVars" VALUE="dataAge=30&mainCaption=TESTING (SOME 30 days)"/>
<param NAME="allowFullScreen" VALUE="false"/>
<param NAME="movie" VALUE="../Test.swf"/>
<param NAME="quality" VALUE="high"/>
<param NAME="bgcolor" VALUE="#ffffff"/>
<param name="allowScriptAccess" value="always"/>
<param name="FlashVars" value="dataAge=30&mainCaption=TESTING (SOME 30 days)"/>
<param name="allowFullScreen" value="false"/>
<param name="movie" value="../Test.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#ffffff"/>
<embed style="vertical-align: middle;" src="../Test.swf" originalAttribute="src" originalPath="../Test.swf" quality="high" bgcolor="#ffffff" name="Test" allowscriptaccess="always" allowfullscreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="server=dataAge=30&mainCaption=TESTING(SOME 30 days)" width="350" height="350">
</OBJECT>
We are about to release our current version of application and unable to upgrade to latest version at this time, Any help with this specific telerik version would be highly appreciated.
Best Regards
Rizwan Bashir