Results 1 to 2 of 2

Thread: Step Carousel View Youtube/Embed/Oject shows in FF while it should be hidden

  1. #1
    Join Date
    Sep 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Step Carousel View Youtube/Embed/Oject shows in FF while it should be hidden

    1) Script Title: Step Carousel View

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex4/stepcarousel.htm

    3) Describe problem: A Youtube object/embed is not hidden when on the inactive page (in Firefox. IE7 works)..

    Example (put this on a "hidden" page):
    <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/wd0gzgdw1nY&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/wd0gzgdw1nY&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>


    Thanks

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Looks like CSS's overflow property cannot hide a Flash object from showing through. You can try adding the Flash code to a fresh new page, then show it within the Carousel Viewer via an IFRAME, for example:

    Code:
    <div class="belt">
    
    <div class="panel">
    <iframe src="myvideo.htm"></iframe>
    </div>
    
    "
    "
    </div>
    DD Admin

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
  •