Adobe Dreamweaver Forums



Last 10 THreads :         a group for eve players to discouss the interest (Last Post : evemaven - Replies : 0 - Views : 1 )           »          Trouble using variables to name and instantiateTextFields (Last Post : jc_2006 - Replies : 1 - Views : 2 )           »          Background color code is not working. Please help (Last Post : Tim G - Replies : 9 - Views : 10 )           »          error (Last Post : Tim G - Replies : 1 - Views : 2 )           »          DWCS4 Menus (Last Post : DouglasWD - Replies : 0 - Views : 1 )           »          Can't open more than one Macromedia product at a time (Last Post : ChandaBB - Replies : 7 - Views : 8 )           »          DWCS4 Fade/Appear image load question (Last Post : DouglasWD - Replies : 0 - Views : 1 )           »          NetStream progressive FLV download current frame (Last Post : AsafH - Replies : 0 - Views : 1 )           »          Creating Newsletters (Last Post : Yovav - Replies : 2 - Views : 10 )           »          CS4 Div Tags Help Needed (Last Post : Ian Edwards - Replies : 4 - Views : 5 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver General
 
Tags: , , , ,



Reply
  #1 (permalink)  
Old 08-14-2008, 06:06 AM
artmlu
 
Posts: n/a
Diggs:
Default SWF file inside SWF does not open in browser

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">&nbsp;</td>
<td width="150" bordercolor="#999999" bgcolor="#999999">&nbsp;</td>
<td width="10" bordercolor="#999999" bgcolor="#999999">&nbsp;</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="clsid27CDB6E-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">&nbsp;</td>
<td bordercolor="#999999" bgcolor="#999999">&nbsp;</td>
<td bordercolor="#999999" bgcolor="#999999">&nbsp;</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">&nbsp;</td>
<td bordercolor="#999999" bgcolor="#999999">&nbsp;</td>
<td bordercolor="#999999" bgcolor="#999999">&nbsp;</td>
<td height="80" colspan="3" bordercolor="#999999" bgcolor="#999999"><span
class="style3"></span></td>
</tr>
</table>
</body>
</html>



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-14-2008, 07:01 AM
josie1one
 
Posts: n/a
Diggs:
Default Re: SWF file inside SWF does not open in browser

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">&nbsp;</td>
> <td width="150" bordercolor="#999999" bgcolor="#999999">&nbsp;</td>
> <td width="10" bordercolor="#999999" bgcolor="#999999">&nbsp;</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="clsid27CDB6E-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">&nbsp;</td>
> <td bordercolor="#999999" bgcolor="#999999">&nbsp;</td>
> <td bordercolor="#999999" bgcolor="#999999">&nbsp;</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">&nbsp;</td>
> <td bordercolor="#999999" bgcolor="#999999">&nbsp;</td>
> <td bordercolor="#999999" bgcolor="#999999">&nbsp;</td>
> <td height="80" colspan="3" bordercolor="#999999"
> bgcolor="#999999"><span
> class="style3"></span></td>
> </tr>
> </table>
> </body>
> </html>
>



Reply With Quote
  #3 (permalink)  
Old 08-14-2008, 06:36 PM
artmlu
 
Posts: n/a
Diggs:
Default Re: SWF file inside SWF does not open in browser

Thanks! I will try fixing it tonight!
Reply With Quote


  #4 (permalink)  
Old 08-14-2008, 07:31 PM
josie1one
 
Posts: n/a
Diggs:
Default Re: SWF file inside SWF does not open in browser

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!



Reply With Quote
  #5 (permalink)  
Old 08-19-2008, 02:57 PM
artmlu
 
Posts: n/a
Diggs:
Default Re: SWF file inside SWF does not open in browser

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!

Reply With Quote
  #6 (permalink)  
Old 08-19-2008, 08:42 PM
Mark A. Boyd
 
Posts: n/a
Diggs:
Default Re: SWF file inside SWF does not open in browser

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'
Reply With Quote


Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 11:23 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk