flash

King of Kings said:
Alright I tryed again.Is all I have to do put this code on a webpage and when I go to it itll play?

Code:
<object
  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
  id="Movie1"
  width="400" height="300"

   align="left"
>
  <param name="movie" value="Movie1.swf">
  <param name="bgcolor" value="#FFFFFF">
  <param name="quality" value="high">
  <param name="salign" value="l">
  <param name="align" value="left">
  <param name="allowscriptaccess" value="always">
  <embed
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    name="Movie1"
    width="400" height="300"
    src="Movie1.swf"
    bgcolor="#FFFFFF"
    quality="high"
    salign="l"
    align="left"
    swliveconnect="true"
    allowscriptaccess="always"
  >
    <noembed>
    </noembed>
  </embed>
</object>

You will have to upload the video to the same place you upload that.
 
alright well I uploaded the freaking movie to my site and then copyed the html on a page and it STILL dosent freaking play
 
Did you upload it into a different directory from the html file? Was the file named Movie1? Mind if i see the url to the movie so i can try and get it working?
 
The html seems to be correct, but the movie doesn't seem to work. Maybe try uploading it to another host (such as hostlutra) view the file and copy the url to the code. Like this:

Code:
<object
  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"
  id="Movie1"
  width="400" height="300"

   align="left"
>
  <param name="movie" value="Movie1.swf">
  <param name="bgcolor" value="#FFFFFF">
  <param name="quality" value="high">
  <param name="salign" value="l">
  <param name="align" value="left">
  <param name="allowscriptaccess" value="always">
  <embed
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    name="Movie1"
    width="400" height="300"
    src="[b]NEWHOSTMOVIEURL[/b]"
    bgcolor="#FFFFFF"
    quality="high"
    salign="l"
    align="left"
    swliveconnect="true"
    allowscriptaccess="always"
  >
    <noembed>
    </noembed>
  </embed>
</object>


Edit: The movie seems to load if you wait a couple of minutes.
 
Don't get mad, but I understand it can be frustrating when you don't know why it won't work. You don't need to use Dreamweaver to convert a Flash movie to an HTML document I believe.

I don't know why it won't work if you have checked the things the erich mentioned (upload the movie with the webpage), the code does appear to be correct. Could there be something else you overlooked?
 
Back
Top Bottom