A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: [CS3] Flash not showing up in Safari

  1. #1
    Junior Member
    Join Date
    Mar 2008
    Posts
    1

    [CS3] Flash not showing up in Safari

    I am building a personal website using Flash and Dreamweaver. Before bringing the Flash content into Dreamweaver, I tested w/in Flash using the Safari browser and everything was fine before I brought it into Dreamweaver. Now, when I test the website in Dreamweaver it works fine in the Firefox browser, but not the Safari browser. I am not seeing any Flash show up at all in Safari.

    Does anyone have an idea as to what may be the problem? I appreciate the feedback. Thanks!

  2. #2
    Senior Member
    Join Date
    Jun 2006
    Location
    Charlotte, NC
    Posts
    120
    can you give us the code you are using to embed it?

  3. #3
    Senior Member
    Join Date
    Oct 2004
    Posts
    2,049
    did you check your path to your swf in your html? make sure its not pulling it from your local drive.

  4. #4
    Junior Member
    Join Date
    Apr 2008
    Posts
    4
    i have the same problem, only mine wont show in any browser :/ works fine on my harddrive though

  5. #5
    Junior Member
    Join Date
    Apr 2008
    Posts
    4
    problem solved, i entered the script manually instead of letting dreamweaver do it, and it worked fine.

    script:

    <embed
    src="mediaplayer.swf"
    width="300"
    height="300"
    allowscriptaccess="always"
    allowfullscreen="true"
    />

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