Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Java Pop Up Window – IE Acitive X – Allow

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #25145
    ponyack
    Participant

    Hi,

    I am using JavaScript to open a pop up window – In IE the yellow toolbar appears and forces the user to allow the Active X to run.

    Is there some way around this? But still using JavaScript?

    Thanks,

    Ponyack

    #59050
    Rob MacKay
    Participant

    depends what you are doing and why you need a pop up… you could use JS to put the content of the pop up in a div like a lightbox styleee then you wouldn’t need the pop up…

    If you still need all that – just add some kinda of obvious feature or graphic that says "click here" type of thing… Its user controlled you see, if they have those settings there isn’t anything you can do other than guide them through it.

    #59051
    ponyack
    Participant

    Hey Thanks for the reply –

    I have couple of swf files that need to run – they are all different styles so the solution was pop up window –

    Can I run the swf files in a CSS light box? Will the swf still cause the active x warning?

    I did run into this solution – http://mar.anomy.net/entry/2006/11/24/02.12.18/

    Thanks

    #59053
    apostrophe
    Participant

    I’m starting to sound like a broken record here, remember those? :D

    For embedding Flash in a webpage I would either use http://code.google.com/p/swfobject/ or http://flowplayer.org/tools/flashembed.html

    #59052
    ponyack
    Participant

    Hi,

    I am familiar with embedding the Flash – SO I can create a pop up window with css – then in that pop up i would use the swfobject to embed my swf file?

    #59081
    apostrophe
    Participant

    That’s about the size of it.

    #59089

    Its because you are testing your files locally? If this is the case, uploading to a server would fix this issue.

    #59197
    ponyack
    Participant

    Hi,

    I am not testing locally but I also get the warning regardless of what is in the pop up window – I am not abandoning the fix for IE but because of the time constraint I need to push on – knowing they Safari & Mozilla work just fine.

    Thanks for the input

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.