I have modified the Site 70 template according to what I want and locally is working fine (it uploads Section1.swf, etc.) but once I upload to my site it doesn't work. I have uploaded all files (section1...) to the same folder. I want to upload only the swf files (not the mainmenu.html) I use Dreamweaver to modify my web site.
Thanks
Upload Site 70 In Dreamweaver
Started by rifortes, Oct 28 2011 11:47 PM
8 replies to this topic
#1
Posted 28 October 2011 - 11:47 PM
#4
Posted 29 October 2011 - 11:16 AM
... you have to upload all the files from the "UPLOAD" folder - also: Tutorial:Publishing Movies to the Web.
wolf
wolf
#6
Posted 04 November 2011 - 02:38 AM
#7
Posted 04 November 2011 - 04:02 AM
Thanks for your answers. I am sending a jpg file with dreamweaver's site map and i have uploaded the files to the same folder but it didn't work. Any suggestions?
Thanks,
rifortes
Thanks,
rifortes
Attached Files
#8
Posted 04 November 2011 - 04:16 AM
Sorry: now I understood!! I have to put also my main ASP page in the same folder with the swf files all in the same place. It works now...
Thanks,
Thanks,
#9
Posted 04 November 2011 - 10:08 AM
...the way you embed your swf looks a little suss - 
[quote]<body>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="500">
<param name="movie" value="main.swf">
<param name=quality value=high>
<embed src="main.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="500"></embed>
</object></td>
</tr>
</table>
</body>[/quote]
...and all you need are the files from the "UPLOAD" folder - "index.html" can replace the asp file.
wolf
[quote]<body>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="500">
<param name="movie" value="main.swf">
<param name=quality value=high>
<embed src="main.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="500"></embed>
</object></td>
</tr>
</table>
</body>[/quote]
...and all you need are the files from the "UPLOAD" folder - "index.html" can replace the asp file.
wolf
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














