FLASH MOVIE NOT SHOWING

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default FLASH MOVIE NOT SHOWING

    I have a Flash movie on a Dreamweaver page. I'm assuming it's the only way to
    publish a FLASH site. I'm not a coder by any means and am having diffuculty
    with this. The page loads without the movie.

    I have uploaded the html page as index.html. I have also uploaded the
    AC_RunActiveContent.js page.

    My code is the following:

    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    version=9,0,28,0','width','1024','height','768','t itle','speak
    site','src','html/speak_site2','quality','high','pluginspage','http://www.adobe.
    com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','htm
    l/speak_site2' ); //end AC code
    </script><title>Welcome to SPEAK RECORDINGS</title><style type="text/css">
    <!--
    body {
    background-color: #EFF0E0;
    }
    -->
    </style><script type="text/javascript">
    AC_FL_RunContent(
    'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    version=9,0,28,0','width','1024','height','768','t itle','speak
    site','movie','html/speak_site2','quality','high' ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=9,0,28,0" width="1024" height="768" title="speak site">
    <param name="movie" value="html/speak_site2.swf">
    <param name="quality" value="high">

    </object>
    </noscript>

    Is there something I'm doing wrong and a fairly simple way to fix it? I have 3
    sites I have to upload, all FLASH. Will I be running into this problem each
    time?

    I'd appreciate any and all help, THANK YOU! :frown;

    ealdahondo Guest

  2. Similar Questions and Discussions

    1. Flash Form not Showing
      Just upgraded from CF MX 6 to MX 7. Trying out flash forms, but they are not working. I tried out a simple First Name, Last name, Submit form...
    2. flash hot showing ion IE6
      Flash animations do not show up on IE6 web pages when I'm logged into Win XP on a non-admin account. I just get the red x placeholder. When I log...
    3. flash 6 swf only showing 1 stream over fcs
      I am using Flash Communication Server 1.5.2 and have developed an on-demand streaming webcast. The user views the .swf file and videos in a browser...
    4. Quicktime movie inside a flash movie?
      I have a Flash movie of 800x600 pixels in size. I want to display a trailer in quicktime at position 400,200 inside the movie. The trailer is a...
    5. showing PDFs inside the movie
      i need to be able to open pdf files INSIDE my director movie in a little area of it. 1) is this at all possible? 2) is this at all possible...
  3. #2

    Default Re: FLASH MOVIE NOT SHOWING

    ealdahondo wrote:
    > Is there something I'm doing wrong and a fairly simple way to fix it? I have 3
    > sites I have to upload, all FLASH. Will I be running into this problem each
    > time?
    Please post a link to your page as it may be that what you think are the correct locations amy not be. One quick note, it appears that there is a title tag and a style tag in the middle of the code. Did you perhaps add your flash to into the head tag of your document rather than within the body tag?



    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: FLASH MOVIE NOT SHOWING

    Sure thank you. The site is [url]www.speakrecordings.com[/url]
    I redid the main page but still nothing.
    ealdahondo Guest

  5. #4

    Default Re: FLASH MOVIE NOT SHOWING

    I am having this same issue. Any help would be appreciated. My site is [url]www.pennantteamwear.com[/url].
    Thanks,
    Daniel
    IamDaniel 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