Manish's profileManish AgrawalPhotosBlogLists Tools Help

Blog


    April 24

    Flash Control for ASP.NET 2.0 and AJAX

     FlashControl is an ASP.NET 2.0 server control that allow you to add Flash movies (swf files) in your aspx pages. It removes the "Click to activate and use this control" message.

    This control has some great features:

    • Remove "Click to activate and use this control" message
    • ASP.NET AJAX enabled! (works inside an AJAX UpdatePanel)
    • Auto detect browsers and render proper client code
    • Enable full screen Flash movies
    • Support all Flash properties (Width, Height, Src, FlashVars, PluginsPage, Loop, Menu, Scale, BgColor, SwLiveConnect, Quality, Play, Base, Align, SAlign, WMode, etc...)
    • FlashVars GUI editor
    • XHTML compliance mode
    • Support ASP.NET 2.0 Theme and skins
    • Full Visual Studio designer support (Smart tag, Custom Designer, Custom Editors)

    FlashControl is available at www.flash-control.net

     

     

    To Read More goto : Flash Control for ASP.NET 2.0 and AJAX

    JavaScript Intellisense and Documentation in VS.NET Orcas

    Microsoft's Betrand Le Roy just put together a great post on how to document JavaScript code in VS.NET Orcas.  By adding documentation comments, users of your script will get nice intellisense as they type and use JavaScript classes, methods, etc.  Nice stuff that we've all wanted for a long, long time.

    http://weblogs.asp.net/bleroy/archive/2007/04/23/the-format-for-javascript-doc-comments.aspx

    Wally McClure just released a video that shows what the new intellisense support looks like as well.

    Read More here: JavaScript Intellisense and Documentation in VS.NET Orcas