Valid flash

Last post 02-28-2010, 11:40 AM by IanPhillips. 2 replies.
Sort Posts: Previous Next
  •  02-24-2010, 4:33 AM 58934

    Valid flash

    Is there a way of changin how Cute Editor adds flash to the page.

    Currently the page wont validate using the Cute Editor method so have had written our own insert code shown below.
     
    <object data="/site-flash/what-waiting-for/what-waiting-for.swf" width="210" height="200" type="application/x-shockwave-flash">
    <param name="movie" value="/site-flash/what-waiting-for/what-waiting-for.swf" />
    </object>
     
    Where do we edit the Cute editor method for addin our code?
     
    Thanks
     
    Ian

    Ian Phillips
    Development and Project Management
    Filed under:
  •  02-24-2010, 9:16 AM 58939 in reply to 58934

    Re: Valid flash

    Ian,

    The correct code to add the flash is:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="280" height="220" xcodebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">
    <param name="Movie" value="/uploads/clock.swf"    />
    <param name="Quality" value="high"   />
    <param name="wmode" value="transparent"   /><embed src="http://cutesoft.net/uploads/clock.swf" width="280" height="220" quality="high" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"   ></embed>
    </object>
     
    If you don't agree, you can create a custom dialog which insert your own flash code.

     

    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

  •  02-28-2010, 11:40 AM 59042 in reply to 58939

    Re: Valid flash

    I ran your flash code in the w3c validator and it fails.
     
     
    If you can tell me where I can create a customised insert block so i can define the falsh code that would be great.
     
    Thanks

    Ian Phillips
    Development and Project Management
View as RSS news feed in XML