A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash File Won't Show In Safari

  1. #1
    Senior Member
    Join Date
    Jul 2001
    Posts
    449

    Flash File Won't Show In Safari

    Hi,

    Could anyone explain to me why the Flash file won't show up when played in Safari? It comes in super small and can't be seen... It contains an image and sound and should be in the first top black bar... Any help would be greatly appreciated! http://www.curiousclothing.com/new/index_test.htm

  2. #2
    \\___unPossible
    Join Date
    Jul 2004
    Posts
    188
    This is the code I use to embed flash, and it works pretty good. Maybe give it a try.

    Code:
    <object type="application/x-shockwave-flash" data="http://www.yousite.com/yourmovie.swf" width="465" height="100">
    <!--[if IE]>
    <param name="movie" value="http://www.yousite.com/yourmovie.swf" width="465" height="100" />
    <![endif]-->
    <img src="" alt="Can't display file" />
    </object>
    Last edited by jhilgert00; 01-29-2007 at 12:43 PM.
    Cause that's just who I am this week.

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