The header is flash with an external xml file to load images. It is placed in
DW with all flash, images and xml file in the /flash folder.
http://hansonrunsvold.com/new/
Notice no images are loading.
When I exported it directly from Flash it worked. At least until I uploaded it.
I think there must be something simple I am overlooking. How can I get this to
work?
MotionMaker - 21 May 2007 20:04 GMT
Sounds like file housekeeping issues such as paths and file name and file
existence.
1. Is DW creating the OBJECT and EMBED tags and are they compatible with the
version of your Flash movie?
2. Are the path relationships the same? That is are any path relationships
inside the Flash movie the same as the html containing the OBJECT and EMBED tag
loading the Flash movie.
3.Do you have a server where capitalization of file names matters and even if
you do not, do all the file names in Flash Movie have matching capitalization.
lefty99 - 31 May 2007 16:05 GMT
I am having the somae problem - do you see anything wrong with this code?
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>LaCie
200:clients_powerbook:clients:VALKAN_KAPITAL_2007:Valkan_gallery:gallery_loader<
/title>
</head>
<body bgcolor="#ffffff">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="550" height="420">
<param name="movie" value="gallery_loader.swf" />
<param name="quality" value="high" />
<embed src="gallery_loader.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="550" height="420"></embed>
</object>
<!--url's used in the movie-->
<!--text used in the movie-->
</body>
</html>
lefty99 - 31 May 2007 16:16 GMT
I have just tested this in explorer - it works fine, so is there a method to get this work in safari 2.0.4?