Designs Advice » CSS

image over flash embedded from a private source

2 posts repliesLatest post: 2 years by drew

  • This topic is not a help request
    1. rockstar
      No uploaded avatar
      Member

      i have a flash file that i gained from aol... its supposed to allow users to instant message me from my page, but that is irrelevant
      aol did a very crappy job on the edges of the flash element and therefore it does not integrate very well into my page
      to fix this i created an image with a transparent center to overlay the flash element and therefore fade the element into my page...
      but i could not get the flash element to go behind the image with "z-index"
      does anyone know how i can fix this???
      keep in mind the flash code is not mine i am only given this...

      <embed class="im" src="http://o.aolcdn.com/aim/web-aim/wimzi.swf?appKey=ki1Kvg-IkbSQmjxx&theme=pitchblack" type="application/x-shockwave-flash" width="190" height="275" ></embed>

      Posted 2 years ago # Link
    2. drew

      Member

      try adding wmode="opaque" or wmode="transparent" inside the embed and object tags of the flash. Also if you are using png files you will need to fix the bug in ie6 http://support.microsoft.com/kb/294714

      Posted 2 years ago # Link

    RSS feed for this topic

    Reply

    You must log in to post.