locked
Problem With Display RRS feed

  • Question

  • Hi. i have put a Flash banner in an aspx page . when the page is run on IE but the same dosent work properly in Firefox and Opera ... a code appears on top of the
    banner which read as follows :

    param name='allowScriptAccess' value='sameDomain' />

    How do i remove this text ....
    please help
    Tuesday, February 13, 2007 10:40 AM

All replies

  •  SachinUchil wrote:
    Hi. i have put a Flash banner in an aspx page . when the page is run on IE but the same dosent work properly in Firefox and Opera ... a code appears on top of the
    banner which read as follows :

    param name='allowScriptAccess' value='sameDomain' />

    How do i remove this text ....
    please help

    You forgot to put "<" symbol. Change it to:

    <param name=allowScriptAccess value=sameDomain />

    Thanks & Regards,
    Prathul Prabhakar
    Microsoft Student Partner
    http://student-partners.com/members/prathul.aspx
    http://xplore.wordpress.com

    Tuesday, February 13, 2007 12:55 PM
  • prathul is probably right...try it out

     

    Tuesday, February 13, 2007 8:07 PM
  • May be what you typed here is itself faulty but in other case it may be a typo ..

    But firefox is a good browser and pulls out all your mistakes and incompatibilities in coding ..

    May be the feature you are accessing is not available in it.

    Also both Firefox and opera work in sometimes author mode and weed out messy codes in the page view.

    Friday, February 16, 2007 4:07 AM
  • ya...prathul is right...
    Saturday, February 17, 2007 1:26 PM