Proper Linking associated with SWF file embedding II

R

rpittman

The swf files works within the SlideShow directory, but not when it is linked
to a
page outside the directory and listed in the root.
I don't think it is recognizing the link to the subdirectory where the swf
file is located. So it has been suggested that I add a parameter value to
the code within the object: The base parameter.

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
width="764" height="557" id="Bean Mountain II" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="SlideShow/BeanMountainII.swf" />
<param name="quality" value="High" />
<param name="base" value="./" />
<param name="bgcolor" value="#ffffff" />
<embed src="SlideShow/BeanMountainII.swf" quality="High" bgcolor="#ffffff"
width="764" height="557" name="Bean Mountain II" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" base="./"/>
</object>

It was also suggested the data be "." and when typed, adds the additional /
I hate to assume but the program inserts the / automatically on save.
Still does not work outside the subdirectory.

Can you give me a pointer here?

Russ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top