A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [CS3] Flash not showing up when online

  1. #1

    Unhappy [CS3] Flash not showing up when online

    I have a very simple page with a swf in it. It works fine offline but I cannot see it on the online page (www.Insporator.com)

    I can see the swf if I open it directly (http://www.cocoapod.co.uk/Insporator/Insporator.swf) and it seems to be there on the actual page, (you get the right click flash menu) but its invisible.

    I'm tearing my hair out, does anyone know what its doing?

    Edit: I forgot to say; I have uploaded AC_RunActiveContent.js to the same directory as the swf and the code appears to be correct *pulls more hair out*
    Last edited by TheAaarrrggg; 10-06-2008 at 01:39 AM.

  2. #2
    Its ok, figured it out!

    For some random reason this line:
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    was this...
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

    As soon as I took out the ' /' it worked! Very weird.

    Thanks anyway peeps, I hope this can be useful to someone else in the future.

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