Howdy All!,
Got the answer straight from the doctor himself, Dr. Nuke.
Here it is, quoting the Good Doctor:
"Yes, you also need to copy the doctype.xml file but you often need to restart DNN under Host > Host Settings for this change to take effect if you’ve previously loaded the template without it.
The set of files you would need to duplicate are:
Template-Boxed-Flash-900x183-01.ascx
Template-Boxed-Flash-900x183-01.css
Template-Boxed-Flash-900x183-01.doctype.xml
Template-Boxed-Flash-900x183-01.emsettings.xml
Template-Boxed-Flash-900x183-01.images.xml
Template-Boxed-Flash-900x183-01.jpg
Please let me know if we can help further.
You need to feed the flash movie with your new “Template-Boxed-Flash-900x183-01.images.xml“ which you have also duplicated.
So you need to edit your copy of “Template-Boxed-Flash-900x183-01.ascx” and change the line:
var params = { wmode: "transparent", FlashVars: "XMLpath=<%= SkinPath %>Template-Boxed-Flash-900x183-01.images.xml" };
to
var params = { wmode: "transparent", FlashVars: "XMLpath=<%= SkinPath %>WhateverYouCalledThisFile.images.xml" };"
Kind regards
James Godbold
|