search for: front_page_banner

Displaying 1 result from an estimated 1 matches for "front_page_banner".

2008 Aug 01
2
image_path without timestamp
.../> From what I am reading, this appears to be a timestamp for caching purposes. It works in most cases, but I want to use image_path to embed a flash file. .swf file in public/images/flash e.g. <object>..... <param name="movie" value="<%= image_path(''flash/front_page_banner.swf'') %>" /> ....</object> This outputs the proper path, but appends the timestamp and the flash plugin will not display the file. Take the parameter off and it works fine. In production, the app will be deployed in a subdirectory, so the path will be different. Is the...