Mufasa
-
1/23/2008 11:46:37 PM
RE:images, scripts, and other resources
For general assets, like graphics for Web Part Containers for example, I use the App_Themes area too. You just have to either hard-code the theme name or get it dynamically, if you can (depending on what source is requesting the media: aspx, css, js, etc.).
Also, keep in mind that although the FCK Editor will use URI's with the full GUID, those assets still have an Alias Path that can be used. Go to the asset in the CMS Desk and then the Properties tab. It is listed there. FYI, personally, I usually modify the URI to be "~/Files/imagefilename" instead of "/Files/imagefilename.aspx". (Note: You have to do the process describing in the Install manual to use URIs like that though.)
|