HighDots Forums  

Re: Flash Buttons In Dreamweaver

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Flash Buttons In Dreamweaver in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Alan Ames
 
Posts: n/a

Default Re: Flash Buttons In Dreamweaver - 07-08-2003 , 03:32 PM








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="clsid27CDB6E-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



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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.