Flash Params being rewritten

Last post 07-30-2005, 1:20 PM by Adam. 5 replies.
Sort Posts: Previous Next
  •  06-20-2005, 11:20 PM 7790

    Flash Params being rewritten

    Hi,
     
    I am using a custom gallery to insert Flash into the editor. The problem is that the editor seems to rewrite the flash params and to set the play param to "0". If I edit the parameter in HTML mode then save it works ok, but as soon as the content is viewed in design mode it gets set to "0".
     
    I actually set the param to "false" from my gallery but your otherwise excellent editor rewrites it.
     
     
  •  06-21-2005, 9:43 AM 7808 in reply to 7790

    Re: Flash Params being rewritten

    Hi,
     
    Thnaks for the kind words about the CuteEditor.
     
    It would be really helpful if you can post your code here.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-21-2005, 10:39 AM 8942 in reply to 7808

    Re: Flash Params being rewritten

    Hello,

    I thought the problem had been solved but it hasnt.

    Here is the flash text that I am inserting.

    ---------------------------------------------------------------

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="6,0,0,0" WIDTH="520px" HEIGHT="400px" ALIGN="" VIEWASTEXT>
    <param name=Movie VALUE="/corporate/files/ec2cd570-8a97-45db-bfe6-6acaf1194237/Flash/m1.swf">
    <param name=Src VALUE="/corporate/files/ec2cd570-8a97-45db-bfe6-6acaf1194237/Flash/m1.swf">
    <param name=Quality VALUE="high" >
    <param name=Menu VALUE="False">
    <param name=WMode VALUE="transparent">
    <param name=SAlign VALUE="LT">
    <param name=Play VALUE="True">
    <param name=DeviceFont VALUE="False">
    <param name=Scale VALUE="exactfit">
    <param name=BGColor VALUE="#FFFFFF">
    <param name=Menu VALUE="False">
    <EMBED src="/corporate/files/ec2cd570-8a97-45db-bfe6-6acaf1194237/Flash/m1.swf"  play="True"  scale="exactfit"  salign="LT"  bgcolor="#FFFFFF"  menu="False"  quality="high"  wmode="transparent"  NAME="m1.swf"  ALIGN=""  WIDTH="520"  HEIGHT="400"  TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
    </object
    >

    -------------------------------------------------------------- 
    Below is the code after it has been inserted into the editor and saved.
    --------------------------------------------------------------

     <object codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=" height="400" width="520" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
    <PARAM NAME="_cx" VALUE="13758">
    <PARAM NAME="_cy" VALUE="10583">
    <PARAM NAME="FlashVars" VALUE="">
    <PARAM NAME="Movie" VALUE="/corporate/files/cc797169-aaad-4a07-9d22-dd7298dbf0bd/Flash/m1.swf">
    <PARAM NAME="Src" VALUE="/corporate/files/cc797169-aaad-4a07-9d22-dd7298dbf0bd/Flash/m1.swf">
    <PARAM NAME="WMode" VALUE="Transparent">
    <PARAM NAME="Play" VALUE="0">
    <PARAM NAME="Loop" VALUE="-1">
    <PARAM NAME="Quality" VALUE="High">
    <PARAM NAME="SAlign" VALUE="LT">
    <PARAM NAME="Menu" VALUE="0">
    <PARAM NAME="Base" VALUE="">
    <PARAM NAME="AllowScriptAccess" VALUE="always">
    <PARAM NAME="Scale" VALUE="ExactFit">
    <PARAM NAME="DeviceFont" VALUE="0">
    <PARAM NAME="EmbedMovie" VALUE="0">
    <PARAM NAME="BGColor" VALUE="FFFFFF">
    <PARAM NAME="SWRemote" VALUE="">
    <PARAM NAME="MovieData" VALUE="">
    <PARAM NAME="SeamlessTabbing" VALUE="1">
    6,0,0,0?&gt<embed src="/corporate/files/cc797169-aaad-4a07-9d22-dd7298dbf0bd/Flash/m1.swf" play="True" scale="exactfit" salign="LT" bgcolor="#FFFFFF" menu="False" quality="high" wmode="transparent" name="m1.swf" align="" width="520" height="400" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>


    ----------------------------------------------------
    You can see that they are different and that the version on the codebase has been moved to just before the embed tag.
  •  07-29-2005, 7:35 PM 9140 in reply to 8942

    Re: Flash Params being rewritten

    I signed up here for a few reasons and researching this issue was one of them.  Thank you for the thread!
     
    I have Cute Editor running on a few websites as well (and other than this and some minor issues we really love it!).  This changing of Flash embedding code causes major problems with just about every browser except IE on my PC.  Everything looks fine, but when I switch to Firefox, IE/Mac, Safari, etc. there is nothing on the page's frontend except blank white space.  Taking a look at the code and doing some reasearch I found that it was indeed that Cute Editor was changing my code around, and clicking 'HTML' and trying to change it does not help as it just changed the code back once I save the changes.
     
    Disabling the AutoFormatting might be work well, except I am pretty happy with the formatting other than this.
     
    Other than that, and some minor issues, Cute Editor has been a huge help on our projects.
  •  07-29-2005, 7:43 PM 9141 in reply to 9140

    Re: Flash Params being rewritten

    Guys,
     
    We will investigate this issue and get back to you as soon as possible.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-30-2005, 1:20 PM 9146 in reply to 9140

    Re: Flash Params being rewritten

    ONEFASTGTX,

    Can you let me know you all your "minor issues"?

    If they make sense, we will fix them as well.





     

     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML