it won't be a problem if the person viewing the cd has the latest version of
the Flash plugin.
If you want to fix it, so that it will work anyway-
Pulled from older msg:
take this sample code-
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=4,0,2,0" width="115" height="19">
<param name=movie value="text1.swf">
<param name=quality value=high>
<param name="BASE" value=".">
<param name="BGCOLOR" value="#333333">
<param name="SCALE" value="exactfit">
<embed src="text1.swf" base="." quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash" type="application/x-shockwave-flash"
scale="exactfit" width="115" height="19" bgcolor="#333333">
</embed>
and delete:
<param name="BASE" value=".">
and
base="." from within the <embed> tag.
you could use find and replace if there's quite a few of them.
Find in source:<param name="BASE" value=".">
replace with: {nothing, leave empty}
then, Find Specific Tag-->embed
With attribute base equals .
Action: remove attribute base
You will also want to be sure there are No Site Root relative paths in links
or images, for them to properly work on a CD.
Quote:
Hello.
I was creating a web site using frames in Dreamweaver MX. I used flash buttons
for navigation and linking. When I went to burn the web site on a cd, the
links would not work. Can someone please e-mail me
(jennifer.tesolin (AT) sympatico (DOT) ca) for help. This web site is for a client for my
summer job. Any help would e appriciated.
From: Jennifer Tesolin |
--
Team Macromedia Volunteer for Dreamweaver
Certified Dreamweaver MX Developer