Welcome to TalkGraphics.com
Results 1 to 9 of 9
  1. #1

    Default Pop up photo over flash

    I have a flash slideshow and I need a photo pop-up layer to popup over the slideshow, at the moment it pops up behind (see image). How can I pop the photo in front of the flash slideshow?
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Clipboard02.jpg 
Views:	196 
Size:	81.0 KB 
ID:	57975  
    Last edited by nickydude; 23 March 2009 at 06:11 PM. Reason: Forgot image!
    IP

  2. #2
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Pop up photo over flash

    Sorry, I don't think this can work.
    John.
    IP

  3. #3

    Default Re: Pop up photo over flash

    Would a normal layer be able to pop up over a flash file?
    IP

  4. #4
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Pop up photo over flash

    I think Adobe has set the flash player to always be top most in a browser.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update
    IP

  5. #5

    Default Re: Pop up photo over flash

    DONE IT!

    To show a popup over a flash anim use the following:

    <param name=wmode value="transparent">

    and

    wmode="transparent"

    Like so:


    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="255" height="204" id="tech" align="middle">

    <param name="allowScriptAccess" value="sameDomain" />

    <param name="movie" value="interface.swf?xml_path=slides.xml" />

    <param name="quality" value="high" />

    <param name=wmode value="transparent">

    <embed src="interface.swf?xml_path=slides.xml" quality="high" width="255" height="204" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />

    </object>

    IP

  6. #6
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Pop up photo over flash

    Hmmm... where have you got code without it?
    John.
    IP

  7. #7

    Default Re: Pop up photo over flash

    Sorry, I'm not sure what you mean. Do you mean those should always be there?
    IP

  8. #8
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Pop up photo over flash

    Well, not always, but mostly yes...
    Newer mind. I'm glad it's working!
    John.
    IP

  9. #9

    Default Re: Pop up photo over flash

    The code is from a flash slideshow making program, obviously they didn't include it.
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •