quicktime IE problem?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tigress7
    New Member
    • Dec 2008
    • 1

    quicktime IE problem?

    I have searched and could not find any answers to my problem. I want to display a video using quicktime. I have two user controls; the first one is where the video links are and the second one is where the video will be displayed. The problem is, if I click the video link twice, on the second time, the controller disappears. What seems to be the problem? It works well in FireFox but NOT in IE. I think it is a cache problem, everytime I delete my temp files the controller appears again after I refresh the page. Any workaround on this? Or maybe some of you guys know some issues about quicktime and ajax. I tried to display a video alone without using user controls and ajax (no links though) and it works fine. No matter how many times i refresh a page, the controller does not disappear.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Moving to a better forum section (hopefully)
    MODERATOR

    Comment

    • gits
      Recognized Expert Moderator Expert
      • May 2007
      • 5390

      #3
      could you post the related code? to avoid caching you may add a unique url-param to the url like:

      Code:
      var url = 'foo.gif?' + +new Date
      with JavaScript.

      kind regards

      Comment

      Working...