Help in embedding .swf files

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Help in embedding .swf files

    I have tried to embed my flash file due to the way IE now reads .swf files and
    seem to have no success other than the flashcontent bit which is fine in the
    div tags. Can anyone help if i i show you the file for you to view the source
    code?

    [url]http://www.totalamber.com/test.html[/url]

    Where the line of text appear on teh browser window "Just some of the clients
    totalamber have worked with. "

    The bit of code that surrounds that is as follows:

    <tr>
    <td height="75" align="center" valign="top" bgcolor="#FFFFFF">
    <div id="flashcontent">
    Just some of the clients totalamber have worked with.
    </div>

    <script type="text/javascript">
    var so = new SWFObject("Flash/homepage.swf", "mymovie", "740", "256", "4",
    "#ffffff");
    so.write("flashcontent");
    </script></td>
    </tr>

    Can anyone see why my flash file wont appear? Is it due to the html file being
    constructed from a template and the javascript action in the header is in teh
    template?

    Thanks,

    Neil


    beyondthebrand Guest

  2. Similar Questions and Discussions

    1. embedding MP3
      :confused; We can not convert to SWF for our purposes. We are an ad agency posting mp3 files to our website for distribution to our media partners...
    2. Embedding Sound Files into a PDF -playback and compatibility
      At Berklee College of Music, we recently started a project called Berkleeshares (see berkleeshares.com), where we post PDF excerpts of some of our...
    3. Problem: Illus CS not embedding color profiles in ai files
      I rely on Photoshop and Illustrator's color management system. I have Illustrator 10 set up to handle color profiles (e.g. Adobe RGB) automatically,...
    4. Embedding the Symbol font in EPS files on the Mac
      Help!!! Can anyone out there tell me why FreeHand 10 On the Mac refuses to embed the font Symbol in an eps file - If you read the resultant...
    5. Embedding asf files in Flash MX
      In order to get away from using the Windows Media Player I'm considering embedding the asf video files I'm presenting in a Flash MX swf instead....
  3. #2

    Default Re: Help in embedding .swf files

    Where is your reference to the .js file?

    <script type="text/javascript" src="swfobject.js"></script>
    norrisoft Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139