all groups > flash (macromedia) > december 2003 >
You're in the

flash (macromedia)

group:

Codebase Address Changes


Codebase Address Changes RTK
12/23/2003 11:38:58 PM
flash (macromedia):
A portion of the HTML file used to display our Flash files follows:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="800"
height="440">
<param name="movie" value="financeops.swf" />
<param name="loop" value="false" />
<param name="quality" value="high" />
<param name="salign" value="T" />
<param name="bgcolor" value="#CCCCCC" />
<param name="SCALE" value="exactfit" />
<embed src="financeops.swf"
loop="false"
quality="high"
scale="exactfit"
salign="T"
bgcolor="#CCCCCC"
width="800"
height="440"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>


The above code contains two links to the macromedia.com domain. These links are now being redirected to different web pages.

http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0
is redirected to
http://fpdownload.macromedia.com/get/shockwave/cabs/flash/swflash.cab

http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash
is redirected to
http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash

Should I change my code to reflect these new URIs?


Re: Codebase Address Changes urami_
12/24/2003 8:33:59 AM

[quoted text, click to view]


If there was crucial change I believe MM would included in MX 2004 tho the links
still remain the same.

If the application itself output codebase for you why bother modifying ?


urami_*

<xmas>
http://flashfugitive.com/
AddThis Social Bookmark Button