![]() |
![]() |
||||||
|
|||||||
| Tags: browser, file, inside, open, swf |
![]() |
|
|||
|
Hi,
I'm designing my website www.mauriciolopez.com using flash image galleries and then inserting them in Dreamweaver. The image gallery is setup to click on the thumbnail and then an external clip (SWF) loads into the gallery showing the big image. This works fine when tested. I placed the main gallery file and the clips in a folder inside my website but the clips do not show when tested in the browsers and when uploaded to the server. Here is the way how I referenced the clip inside FLASH for each thumbnail, this is the case for clip1.swf: on (release) { loadMovie ("clip1.swf","_root.screen"); } Attached is the code for my index page in DREAMWEAVER including the SWF gallery. I really appreciate if somebody can help me with this issue. Thanks!!!! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>index</title> <style type="text/css"> <!-- body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; } body { background-color: #999999; background-repeat: no-repeat; } a { font-size: 12px; color: #666666; } a:link { text-decoration: none; color: #FFFFFF; } a:visited { text-decoration: none; color: #CCCCCC; } a:hover { text-decoration: none; color: #CCCCCC; } a:active { text-decoration: none; color: #FFFFFF; } h1,h2,h3,h4,h5,h6 { font-family: Verdana, Arial, Helvetica, sans-serif; } h1 { font-size: medium; color: #FFFFFF; } h2 { font-size: small; color: #FFFFFF; } h3 { font-size: small; color: #FFFFFF; } h4 { font-size: x-small; color: #FFFFFF; } .style3 {color: #999999} .style4 {color: #F6F6F6} --> </style> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <body> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#999999" bgcolor="#999999" id="tabletemplate"> <tr> <td width="6" bordercolor="#999999" bgcolor="#999999"> </td> <td width="150" bordercolor="#999999" bgcolor="#999999"> </td> <td width="10" bordercolor="#999999" bgcolor="#999999"> </td> <td height="560" colspan="3" bordercolor="#999999" bgcolor="#999999"><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/sho ckwave/cabs/flash/swflash.cab# version=9,0,28,0','width','800','height','600','ti tle','gallerytestsample','src' ,'FlashAssets/PaintingGallery/Gallerytemplatesampl e','quality','high','pluginspa ge','http://www.adobe.com/shockwave/download/downl oad.cgi?P1_Prod_Version=Shockw aveFlash','movie','FlashAssets/PaintingGallery/Gal lerytemplatesample' ); //end AC code </script><noscript><object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shock wave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="800" height="600" title="gallerytestsample"> <param name="movie" value="FlashAssets/PaintingGallery/Gallerytemplate sample.swf" /> <param name="quality" value="high" /> <embed src="FlashAssets/PaintingGallery/Gallerytemplatesa mple.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/downlo ad/download.cgi?P1_Prod_Versio n=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600"></embed> </object></noscript></td> </tr> </table> <table width="960" border="0" align="center" cellpadding="0" cellspacing="0" bordercolor="#999999" bgcolor="#999999"> <tr> <td bordercolor="#999999" bgcolor="#999999"> </td> <td bordercolor="#999999" bgcolor="#999999"> </td> <td bordercolor="#999999" bgcolor="#999999"> </td> <td width="150" bordercolor="#999999" bgcolor="#999999"><span class="style3"></span></td> <td width="10" bordercolor="#999999" bgcolor="#999999"><span class="style3"></span></td> <td width="640" height="20" bordercolor="#999999" bgcolor="#999999"><span class="style3"></span></td> </tr> <tr> <td bordercolor="#999999" bgcolor="#999999"> </td> <td bordercolor="#999999" bgcolor="#999999"> </td> <td bordercolor="#999999" bgcolor="#999999"> </td> <td height="80" colspan="3" bordercolor="#999999" bgcolor="#999999"><span class="style3"></span></td> </tr> </table> </body> </html> |
| Sponsored Links |
|
|||
|
You don't have a closing </head> tag.
-- Jo "artmlu" <webforumsuser@macromedia.com> wrote in message news:g80c96$6nr$1@forums.macromedia.com... > Hi, > > I'm designing my website > > www.mauriciolopez.com > > using flash image galleries and then inserting them in Dreamweaver. The > image > gallery is setup to click on the thumbnail and then an external clip (SWF) > loads into the gallery showing the big image. This works fine when tested. > I > placed the main gallery file and the clips in a folder inside my website > but > the clips do not show when tested in the browsers and when uploaded to the > server. Here is the way how I referenced the clip inside FLASH for each > thumbnail, this is the case for clip1.swf: > > on (release) { > loadMovie ("clip1.swf","_root.screen"); > } > > Attached is the code for my index page in DREAMWEAVER including the SWF > gallery. > > I really appreciate if somebody can help me with this issue. > > Thanks!!!! > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> > <title>index</title> > <style type="text/css"> > <!-- > body,td,th { > font-family: Verdana, Arial, Helvetica, sans-serif; > font-size: 12px; > color: #FFFFFF; > } > body { > background-color: #999999; > background-repeat: no-repeat; > } > a { > font-size: 12px; > color: #666666; > } > a:link { > text-decoration: none; > color: #FFFFFF; > } > a:visited { > text-decoration: none; > color: #CCCCCC; > } > a:hover { > text-decoration: none; > color: #CCCCCC; > } > a:active { > text-decoration: none; > color: #FFFFFF; > } > h1,h2,h3,h4,h5,h6 { > font-family: Verdana, Arial, Helvetica, sans-serif; > } > h1 { > font-size: medium; > color: #FFFFFF; > } > h2 { > font-size: small; > color: #FFFFFF; > } > h3 { > font-size: small; > color: #FFFFFF; > } > h4 { > font-size: x-small; > color: #FFFFFF; > } > .style3 {color: #999999} > .style4 {color: #F6F6F6} > --> > </style> > > <script src="Scripts/AC_RunActiveContent.js" > type="text/javascript"></script> > <body> > <table width="960" border="0" align="center" cellpadding="0" > cellspacing="0" > bordercolor="#999999" bgcolor="#999999" id="tabletemplate"> > <tr> > <td width="6" bordercolor="#999999" bgcolor="#999999"> </td> > <td width="150" bordercolor="#999999" bgcolor="#999999"> </td> > <td width="10" bordercolor="#999999" bgcolor="#999999"> </td> > <td height="560" colspan="3" bordercolor="#999999" > bgcolor="#999999"><script type="text/javascript"> > AC_FL_RunContent( > 'codebase','http://download.macromedia.com/pub/sho ckwave/cabs/flash/swflash.cab# > version=9,0,28,0','width','800','height','600','ti tle','gallerytestsample','src' > ,'FlashAssets/PaintingGallery/Gallerytemplatesampl e','quality','high','pluginspa > ge','http://www.adobe.com/shockwave/download/downl oad.cgi?P1_Prod_Version=Shockw > aveFlash','movie','FlashAssets/PaintingGallery/Gal lerytemplatesample' ); > //end > AC code > </script><noscript><object > classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"> codebase="http://download.macromedia.com/pub/shock wave/cabs/flash/swflash.cab#ve > rsion=9,0,28,0" width="800" height="600" title="gallerytestsample"> > <param name="movie" > value="FlashAssets/PaintingGallery/Gallerytemplate sample.swf" /> > <param name="quality" value="high" /> > <embed src="FlashAssets/PaintingGallery/Gallerytemplatesa mple.swf" > quality="high" > pluginspage="http://www.adobe.com/shockwave/downlo ad/download.cgi?P1_Prod_Versio > n=ShockwaveFlash" type="application/x-shockwave-flash" width="800" > height="600"></embed> > </object></noscript></td> > </tr> > </table> > > <table width="960" border="0" align="center" cellpadding="0" > cellspacing="0" > bordercolor="#999999" bgcolor="#999999"> > <tr> > <td bordercolor="#999999" bgcolor="#999999"> </td> > <td bordercolor="#999999" bgcolor="#999999"> </td> > <td bordercolor="#999999" bgcolor="#999999"> </td> > <td width="150" bordercolor="#999999" bgcolor="#999999"><span > class="style3"></span></td> > <td width="10" bordercolor="#999999" bgcolor="#999999"><span > class="style3"></span></td> > <td width="640" height="20" bordercolor="#999999" > bgcolor="#999999"><span > class="style3"></span></td> > </tr> > <tr> > <td bordercolor="#999999" bgcolor="#999999"> </td> > <td bordercolor="#999999" bgcolor="#999999"> </td> > <td bordercolor="#999999" bgcolor="#999999"> </td> > <td height="80" colspan="3" bordercolor="#999999" > bgcolor="#999999"><span > class="style3"></span></td> > </tr> > </table> > </body> > </html> > |
|
|||
|
You're welcome - post back if you still have a problem.
-- Jo "artmlu" <webforumsuser@macromedia.com> wrote in message news:g81op1$o2d$1@forums.macromedia.com... > Thanks! I will try fixing it tonight! |
|
|||
|
Thanks for your help josie1one. I wanted to let you know that my site is done
and up...with a couple of bugs I need to fix but overall running...you can check it out www.mauriciolopez.info Thanks again...I don'd know what I would've done without this forum comments, and all the resources on the web!!! It's my first website and it's done! well, almost! |
|
|||
|
artmlu posted in macromedia.dreamweaver:
> Thanks for your help josie1one. I wanted to let you know that my site is > done and up...with a couple of bugs I need to fix but overall > running...you can check it out > > www.mauriciolopez.info Whoops! Something's wrong in the <noscript> section. With JavaScript turned off, I don't see the .swf. Getting an error 404 trying to load c.swf?path=intro.swf http://www.mauriciolopez.info/c.swf?path=intro.swf HTTP/1.x 404 Not Found -- Mark "404" Boyd Keep-On-Learnin' ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise