flash in popup

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • zeb

    flash in popup

    Hi,

    How can I have a flash
    played in a popup window
    when I load my index page ?

    Thanks in advance...


  • Randell D.

    #2
    Re: flash in popup

    zeb wrote:[color=blue]
    > Hi,
    >
    > How can I have a flash
    > played in a popup window
    > when I load my index page ?
    >
    > Thanks in advance...
    >
    >[/color]

    Write your html page, with the flash call in a seperate html file - Then
    perform a window.open on that seperate file...

    If you try anything else, then you'll get mixed results since the client
    will attempt to open the default application to display the file - the
    user is also likely to be prompted if they want to do this which could
    lead to your users getting concerned about security and therefore deny
    the application opening and displaying your flash popup.

    You don't have to design a single html file to call each flash file, you
    could create an html file that receives parameters, like the path/flash
    file name as part of the address in the url... Thus something like



    However you might have problems if your flash files are different sizes...

    randelld

    Comment

    Working...