This is a migrated thread and some comments may be shown as answers.

Ajax not working in Google Chrome

0 Answers 57 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bharani Mani
Top achievements
Rank 1
Bharani Mani asked on 28 Dec 2010, 02:15 AM
Hello,
          I have a flash control that I want to hide /show on click of a button. This flash control and button are inside UpdatePanel. 

 The flash control is below

    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    WIDTH="200" HEIGHT="40" id="myMovieName"><PARAM NAME=movie VALUE="xyz.swf">
    <PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF>
    <EMBED href="xyz.swf" width="200px" height="40px" bgcolor="#FFFFFF" NAME="myMovieName" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer" >
    </EMBED>
    </OBJECT> 


This works well in IE but not in Google Chrome. I use "display" property's "none" and "block" to hide/show the control. If I have textbox instead of flash control it works in google chrome. Is there anything that I m missing.  Please let me know.

Thanks,
Bharani

No answers yet. Maybe you can help?

Tags
Ajax
Asked by
Bharani Mani
Top achievements
Rank 1
Share this question
or