Hello - I created a gallery that I am trying to display on a different page(non dnn). I am trying to position the gallery where I want it on the page. but it just keeps loading in the top/center of the page. Why is it doin that? the images are fine - it looks fine, its just not in the right spot on the page. is there some kind of absolute positioning somewhere in the embed code?
here is what DNN gave me.
[script removed]
var fObj = new FlashObject('http://www.wbzx.com/dnn/DesktopModules/BizModules - UltraPhotoGallery/UltraPhotoGallery.swf', 'UMG607', '384', '266', 8, ''); fObj.flashvars = 'xmlPath=http://www.wbzx.com/dnn/DesktopModules/BizModules - UltraPhotoGallery/DG.aspx%3fModuleId=607%26alias=wbzx.com/dnn&configuration=http://www.wbzx.com/dnn/Portals/0/UltraPhotoGallery/607/UMGClasssicCfg.xml&resourceFile=http://www.wbzx.com/dnn/DesktopModules/BizModules - UltraPhotoGallery/Swf_Resource/UltraPhotoGallery.swf.xml&alias=wbzx.com/dnn&baseUrl=/dnn/DesktopModules/BizModules - UltraPhotoGallery/&myEmailAddress=emcguire@nabco-inc.com&galleryUrl=/dnn/ARTISTS/tabid/80/Default.aspx?PhotoId=[PHOTOID]&domainAffix=http://www.wbzx.com'; fObj.addParam('wmode', 'transparent'); fObj.write('UMGContainer607'); var UMG607; UMG607 = document.getElementById('UMG607'); [script removed] |