It could be that either a) you havent uploaded the swf to your address. or
b) you have put it somewhere that is not referenced properly for the path.
If it is in the same folder as the htm doc, then its path will be "mymovie.swf",
If it is in a folder and the htm page is directly outside that folder it will be
"folder/mymovie.swf""
If it is in a folder and the main htm is in a separate folder, bothof which reside in the root, then it would be
"../folder/mymovie.swf"
does this help?
Billystyx
Main Topics
Browse All Topics





by: fixitbenPosted on 2005-03-07 at 10:01:15ID: 13478789
in here on the page D-11CF-96B 8-44455354 0000 codebase=http://download.m acromedia. com/pub/sh ockwave/ca bs/flash/ s wflash.cab > ve-flash wmode=opaque pluginspage=http://www.mac romedia.co m/shockwav e/download /index.cgi ? P1_Prod_V ersion=Sho ckwaveFlas h></embed> </object>
<object width=640 height=290 classid=clsid:D27CDB6E-AE6
<param name=movie value="C:\Documents and Settings\Julio Jimenez.TOSHIBA\Mis documentos\WebSite\1.swf">
<param name=quality value=high>
<param name=loop value=1>
<param name=wmode value=opaque>
<embed src="C:\Documents and Settings\Julio Jimenez.TOSHIBA\Mis documentos\WebSite\1.swf" width=640 height=290 quality=high TYPE=application/x-shockwa
</DIV>
you need to change the C:\Documents and Settings\Julio Jimenez.TOSHIBA\Mis documentos\WebSite\1.swf to the place on your server such as "1.swf" or http://somesite.com/1.swf
You set the file to your computer and not to the server. Be sure to change both instances of it there are two lines one here
<param name=movie value="C:\Documents and Settings\Julio Jimenez.TOSHIBA\Mis documentos\WebSite\1.swf">
the other here
<embed src="C:\Documents and Settings\Julio Jimenez.TOSHIBA\Mis documentos\WebSite\1.swf" width=640 height=290
that should fix it.
fixitben