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

  1. #1

    Default School Project

    I need help:

    I started a school project recently and I have installed IIS on my computer
    and created a local server, everything I can think of. I guess I'm just too
    much of a newbie. I have been trying to put any type of video on my page. I
    have the video downloaded to my computer and I have been reading forums to try
    to understand what I did wrong. I just can't seem to figure out how to do it. I
    have the file in many different types. (.swf, .mov, .js, .dir., .wma). I would
    really appreciate some help because I have been trying for a few days now.

    Here is an example of one thing I tried...I don't know what I did wrong:
    <object
    classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    codebase="http://www.apple.com/qtactivex/qtplugin.cab"
    codetype="video/quicktime" data="ThemetrozTeaserTrailer.mov"
    type="video/quicktime" width="317" height="233">
    <param name="src" value="ThemetrozTeaserTrailer.mov" />
    <param name="controller" value="true" />
    <param name="autoplay" value="true" />
    <embed src="ThemetrozTeaserTrailer" width="317" height="233"
    autoplay="true" controller="true"
    pluginspage="http://www.apple.com/quicktime/download/"> </embed>
    </object>

    and here's another:

    <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="361" height="281" align="texttop" title="FinalBattle">
    <param name="movie" value="FinalBattle.swf" />
    <param name="quality" value="high" />
    <embed src="FinalBattle.swf" width="361" height="281" align="texttop"
    quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>
    </object>

    bradleydriver Guest

  2. Similar Questions and Discussions

    1. C3 for School site
      :confused; I am doing a site for a local school (a voluntary activity to learn the ropes). I have got them to buy Studio 8 and I've just started...
    2. Going to buy a unix box for school
      > I am at school taking a linux/unix class and so far I am really My advice is, for a good introduction to workstations, get a cheap Sun. As...
    3. Get ready for school
      It's just amazing how much publicity you give your favorite camera shop Can you imagine what this has been worth to them?
    4. Looking for Perl school
      I am looking for an onsite Perl school of 4 to 5 weeks. This school would be for computer literate people who have previous programming experience,...
    5. networking at home and school?
      I have a laptop that is set up to access my school's network. The school's network uses a domain. I would also like to network my laptop at home so...
  3. #2

    Default School Project

    I need help:

    I started a school project recently and I have installed IIS on my computer
    and created a local server, everything I can think of. I guess I'm just too
    much of a newbie. I have been trying to put any type of video on my page. I
    have the video downloaded to my computer and I have been reading forums to try
    to understand what I did wrong. I just can't seem to figure out how to do it. I
    have the file in many different types. (.swf, .mov, .js, .dir., .wma). I would
    really appreciate some help because I have been trying for a few days now.

    Here is an example of one thing I tried...I don't know what I did wrong:
    <object
    classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    codebase="http://www.apple.com/qtactivex/qtplugin.cab"
    codetype="video/quicktime" data="ThemetrozTeaserTrailer.mov"
    type="video/quicktime" width="317" height="233">
    <param name="src" value="ThemetrozTeaserTrailer.mov" />
    <param name="controller" value="true" />
    <param name="autoplay" value="true" />
    <embed src="ThemetrozTeaserTrailer" width="317" height="233"
    autoplay="true" controller="true"
    pluginspage="http://www.apple.com/quicktime/download/"> </embed>
    </object>

    and here's another:

    <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="361" height="281" align="texttop" title="FinalBattle">
    <param name="movie" value="FinalBattle.swf" />
    <param name="quality" value="high" />
    <embed src="FinalBattle.swf" width="361" height="281" align="texttop"
    quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>
    </object>

    bradleydriver Guest

  4. #3

    Default Re: School Project

    ok - 1. only a couple of those you mentioned are movie files (swf is flash -
    flv is flash video, .mov is a movie file, js is javascript and dir ? wma -
    windows media audio), .MOV are painful, I hate them

    It could be many reasons, including mime types etc... I have done it a few
    times now - so if you need further help give us a shout via dergal at gmail

    I have a few scripts i have fudged togethor ...

    Gerry

    [url]http://www.Mixit.TV[/url]


    "bradleydriver" <webforumsuser@macromedia.com> wrote in message
    news:eomtki$m76$1@forums.macromedia.com...
    >I need help:
    >
    > I started a school project recently and I have installed IIS on my
    > computer
    > and created a local server, everything I can think of. I guess I'm just
    > too
    > much of a newbie. I have been trying to put any type of video on my page.
    > I
    > have the video downloaded to my computer and I have been reading forums to
    > try
    > to understand what I did wrong. I just can't seem to figure out how to do
    > it. I
    > have the file in many different types. (.swf, .mov, .js, .dir., .wma). I
    > would
    > really appreciate some help because I have been trying for a few days now.
    >
    > Here is an example of one thing I tried...I don't know what I did wrong:
    > <object
    > classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
    > codebase="http://www.apple.com/qtactivex/qtplugin.cab"
    > codetype="video/quicktime" data="ThemetrozTeaserTrailer.mov"
    > type="video/quicktime" width="317" height="233">
    > <param name="src" value="ThemetrozTeaserTrailer.mov" />
    > <param name="controller" value="true" />
    > <param name="autoplay" value="true" />
    > <embed src="ThemetrozTeaserTrailer" width="317" height="233"
    > autoplay="true" controller="true"
    > pluginspage="http://www.apple.com/quicktime/download/"> </embed>
    > </object>
    >
    > and here's another:
    >
    > <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="361" height="281" align="texttop"
    > title="FinalBattle">
    > <param name="movie" value="FinalBattle.swf" />
    > <param name="quality" value="high" />
    > <embed src="FinalBattle.swf" width="361" height="281"
    > align="texttop"
    > quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash"></embed>
    > </object>
    >

    G 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