Results 1 to 3 of 3

Thread: Flash overlapping picture....

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

    Cool Flash overlapping picture....

    1) Script Title:Image Thumbnail Viewer Script

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

    3) Describe problem: Im helping making a site and I used the above script and when I click on the thumbnail and the image expands the expanded image is cut off by my flash header. Heres the link - www.l33t33z.com

    ~ Maxel Magic

  2. #2
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Try adding the parts in bold:

    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="764" height="300" align="middle">
              <param name="movie" value="flash%20header.swf">
              <param name="quality" value="high">
              <param name="wmode" value="transparent" />
              <embed src="flash%20header.swf" wmode="transparent" width="764" height="300" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>

  3. #3
    Join Date
    Sep 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    woot thanx, that worked like a charm

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
  •