A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Can you see this?

  1. #1
    thefirstmacever
    Join Date
    Jan 2006
    Location
    the nations capitol, but I wish it was San Diego
    Posts
    7

    Can you see this?

    looky looky

    I can see it everywhere except IE on a mac. Why? Please, please, why?

  2. #2
    Secret Agent
    Join Date
    Sep 2000
    Location
    San Francisco, CA
    Posts
    169

    remove a little html

    I believe the flash plugin is pretty buggy with ie or vice-versa. But if you take this out:
    PHP Code:
    wmode="opaque" 
    then you should be good.
    Other than that, there are a few other html things you should know about.
    The size attributes in embed and object tags should only be numbers. iow, Not 860px, but 860.
    You should have a type for the script tag, as in
    PHP Code:
    type="text/javascript" 
    And lbnl, you forgot the doctype:
    PHP Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd"

    at the very very beginning of the document. (before &lt;html&gt
    Have fun and be merry,
    Allan

  3. #3
    thefirstmacever
    Join Date
    Jan 2006
    Location
    the nations capitol, but I wish it was San Diego
    Posts
    7
    swwwweeeeeeet!!

    thanks, much mobetta

  4. #4
    -_-
    Join Date
    Oct 2005
    Location
    US
    Posts
    1,694
    The window resize is kinda anoying..

  5. #5
    UnRegistered User
    Join Date
    Jan 2006
    Posts
    29
    I wouldnt panic over it anyway, there wont be ie for macs anymore either way. http://news.com.com/2100-1045_3-1017126.html

  6. #6
    Senior Member ozmic66's Avatar
    Join Date
    Oct 2005
    Posts
    472
    honestly, i don't know one mac user who would use ie over firefox, or any other browser really

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center