Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    5

    Default Placeholer Order in the browser

    Hello
    I have a website with a placeholder containing a youtube script(the normal thing from the youtube embedd section. On the same page are some images with photo popup enabled. Sadly the popups vanishing below the youtube placeholder. Only in Firefox beta 4 the problem dosent exist.

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,503

    Default Re: Placeholer Order in the browser

    Welcome to TalkGraphics. I do not know the answer to this problem but check back later today and maybe one of the more experienced members will have an answer to this.

  3. #3
    Join Date
    Aug 2010
    Posts
    5

    Default Re: Placeholer Order in the browser

    Thnak you very much, i font this:
    Q: HOW DO I HAVE A POPUP APPEARING IN FRONT OF A FLASH ANIM?
    A: 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>

    at http://www.madladdesigns.co.uk/temp/xwdqa.pdf

    But i dont know where to paste.

    update:
    it works here is the code of the placeholder:

    <object width="800" height="475"> <param name="wmode" value="transparent"> <param name="movie" value="http://www.youtube.com/v/ZNTUWiHFvgA&amp;hl=de_DE&amp;fs=1?hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always">

    </param>
    <embed src="http://www.youtube.com/v/ZNTUWiHFvgA&amp;hl=de_DE&amp;fs=1?hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="800" height="475" wmode="transparent"></embed></object>
    Last edited by R2D5; 11 August 2010 at 05:00 PM.

 

 

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
  •