Flash Video Not Working

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

  1. #1

    Default Flash Video Not Working

    :confused; I have set up a flash video, and while it works in DreamWeaver 8 (I
    use an XP Pro platform), it does not on the Internet. There are three files
    that appear in a separate folder:

    index.sbk
    index.swf
    index.swi

    and all are uploaded to the Internet.

    The code on my shtml page reads (the mixed caps and lower case are not an
    issue, as everything else works on our site):

    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    version=7,0,19,0','width','840','height','630','ti tle','Welcome
    Flash','src','SWiSH/index','loop','false','quality','high','pluginspag e','http:/
    /www.macromedia.com/go/getflashplayer','movie','SWiSH/index' ); //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=7,0,19,0" width="840" height="630" title="Welcome Flash">
    <param name="movie" value="SWiSH/index.swf" />
    <param name="quality" value="high" />
    <param name="LOOP" value="false" />
    <embed src="SWiSH/index.swf" width="840" height="630" loop="false"
    quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>
    </object>
    </noscript>

    Thanks for any help anyone can give,

    TBC


    ZAPphoto Guest

  2. Similar Questions and Discussions

    1. Mouse over menus not working when flash video is added
      Hello, We have a navigation menus in our oracle portal, which few are mouse over drop down menus. When a flash movie is added to the page, the...
    2. video not working in flash player
      hello, I have a happauge video card that is connected to a live cable feed. In the flash player setting it sees the happauge card but there is no...
    3. Finding video-file URLs in decompiled Flash video
      Hi, My department in a research library archives Web sites. This involves downloading all the files that are necessary to reconstruct a Web site:...
    4. Director Video Vs Flash Video [file size]
      I am a flash application developer. I just encode video into flv and integrate video with flash. This method decreases the file size of video also...
    5. video capture card for Flash live video stream
      Hi! I just brought a new video capture card - Osprey-210, When I try to stream the live video, I can see the card in flash player's setting box,...
  3. #2

    Default Re: Flash Video Not Working

    Did you upload the "Scripts" folder that DW places in your local site?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "ZAPphoto" <webforumsuser@macromedia.com> wrote in message
    news:eh8fos$kpi$1@forums.macromedia.com...
    > :confused; I have set up a flash video, and while it works in DreamWeaver
    > 8 (I
    > use an XP Pro platform), it does not on the Internet. There are three
    > files
    > that appear in a separate folder:
    >
    > index.sbk
    > index.swf
    > index.swi
    >
    > and all are uploaded to the Internet.
    >
    > The code on my shtml page reads (the mixed caps and lower case are not an
    > issue, as everything else works on our site):
    >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    > version=7,0,19,0','width','840','height','630','ti tle','Welcome
    > Flash','src','SWiSH/index','loop','false','quality','high','pluginspag e','http:/
    > /www.macromedia.com/go/getflashplayer','movie','SWiSH/index' ); //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=7,0,19,0" width="840" height="630" title="Welcome Flash">
    > <param name="movie" value="SWiSH/index.swf" />
    > <param name="quality" value="high" />
    > <param name="LOOP" value="false" />
    > <embed src="SWiSH/index.swf" width="840" height="630"
    > loop="false"
    > quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash"></embed>
    > </object>
    > </noscript>
    >
    > Thanks for any help anyone can give,
    >
    > TBC
    >
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Flash Video Not Working

    I believe that is the SWiSH folder in which the three files listed above
    reside, and yes, as mentioned above, I did upload them. I did not create the
    movie with Macromedia, as their program is way too expensive for someone who
    only uses it occasionally. Rather, I created it with SWiSH Max. Is there some
    other script folder I need?

    Thanks,

    TBC

    ZAPphoto Guest

  5. #4

    Default Re: Flash Video Not Working

    Yes. Look in the root folder of your local site. Upload the Scripts
    folder.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "ZAPphoto" <webforumsuser@macromedia.com> wrote in message
    news:eh8jok$pev$1@forums.macromedia.com...
    >I believe that is the SWiSH folder in which the three files listed above
    > reside, and yes, as mentioned above, I did upload them. I did not create
    > the
    > movie with Macromedia, as their program is way too expensive for someone
    > who
    > only uses it occasionally. Rather, I created it with SWiSH Max. Is there
    > some
    > other script folder I need?
    >
    > Thanks,
    >
    > TBC
    >

    Murray *ACE* Guest

  6. #5

    Default Re: Flash Video Not Working

    Quelle Idiot I am! I never noticed the newly-created scripts folder. I uploaded it, and presto...ta-da-a-a, it works perfectly...of course!

    Many, many thanks,

    TBC
    ZAPphoto Guest

  7. #6

    Default Re: Flash Video Not Working

    Quelle, indeed! 8)

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "ZAPphoto" <webforumsuser@macromedia.com> wrote in message
    news:eh8uf9$8j5$1@forums.macromedia.com...
    > Quelle Idiot I am! I never noticed the newly-created scripts folder. I
    > uploaded it, and presto...ta-da-a-a, it works perfectly...of course!
    >
    > Many, many thanks,
    >
    > TBC

    Murray *ACE* 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