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

  1. #1

    Default Video Won't Play

    ok...here I am again. I have learned a little HTML, but not enough to know why
    my video won't play. I have done exactly as the tutorials have said, it works
    in preview mode, but not on the internet. Please help.

    [url]http://www.troyshuntclub.com/Video.html[/url]



    HuntClubWebmaster Guest

  2. Similar Questions and Discussions

    1. I need to create a POP-UP to play a video.
      I need to create a POP-UP that I can then use to select from various videos that I would want to play in that POP-UP. I have just gotten Dreamweaver...
    2. Publish video( to play on a dvd)
      Ya, I'm sure there are other topics about this, but i have no time to look or be very neat right now. I have made a flash video for an assignment...
    3. How do I play one video file right after the another?
      Scenario: two FLV files sitting on Flash Media Server 2. My .swf file uses FLVPlayback to play video files on FMS2 using rmtp protocol. What's...
    4. How can I play video backwards
      In Flash MX Pro 2004, I want to play a video first forwards and then backwards. Is there a way to do this with action scripting? Can I play from...
    5. How do I play a video CD?
      In article <290620031304447218%dogbreath@chaseabone.com.invalid>, sbt <dogbreath@chaseabone.com.invalid> wrote: Okay, I found it, but the audio...
  3. #2

    Default Re: Video Won't Play

    I went through your source code and I couldn't find the location of the video,
    only the flash video player skin (FLVPlayer_Progressive.swf)...

    I am guessing, unless there is a JavaScript error in the MM_CheckFlashVersion
    script, it is referencing the Flash player, not the video.

    But Firefox isn't even recognizing the referenced flash file in the source
    code, so I would suggest getting a fresh copy of the JavaScript in the <head>
    AND referencing to the correct file.

    Hope this helps (then again, I could be completely wrong and its something
    else).

    David.Holley Guest

  4. #3

    Default Re: Video Won't Play

    One more thing: in your site, you reference ../Scripts/AC_RunActiveContent.js, a script which is not on your web server.

    This needs to be uploaded, too.
    David.Holley Guest

  5. #4

    Default Re: Video Won't Play

    Thanks for your suggestions, I will look into after the holidays. Do you think
    that this could be a Dreamweaver problem too. I used their insert media flash
    feature and I assumed it would insert it in the correct form. I saw that
    another person had my same problem. Just doesn't seem coincidental to me.

    HuntClubWebmaster Guest

  6. #5

    Default Re: Video Won't Play

    I think that the fact that since you haven't uploaded the AC_RunActiveContent
    script, it is preventing your video from playing.

    Basically there are 2 problems right now, and after both are fixed, your video
    should display - I've never had this issue inserting flash into my DW docs (are
    you using "insert>media>flash" or "insert>media>shockwave"?)

    David.Holley Guest

  7. #6

    Default Re: Video Won't Play

    I use the insert>flash>video

    I appreciate the kind help. As soon as I get a chance to figure out where
    that script folder is on how to upload it I will do that. When I upload to the
    server I have it synchronize and then put any files that have changed our are
    new. At least that is what I thought I was doing.


    HuntClubWebmaster Guest

  8. #7

    Default Re: Video Won't Play

    Here is what I see when I look at the remote site.

    />cgi-bin
    >MM_Casetest4291
    >Scripts
    >AC_RunActiveContent.js
    >Templates
    >THC Images
    >www
    >Other Stuff
    >VTS_01_0.flv

    Should any of this be in other locations? Of course these are just the
    folders and items we have been talking about there are more items on the remote
    site. I see that the RUnActive is on the remote site, so now I don't know what
    the problem is.



    HuntClubWebmaster Guest

  9. #8

    Default Re: Video Won't Play

    THANK YOU
    THANK YOU
    THANK YOU

    I appreciate your patience. That did the trick!
    HuntClubWebmaster 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