Hi all,
I have recently inherited a DotNetNuke site. So far my experience is limited to modifying content in already-existing panels/modules, and modifying a few Host setting. The DotNetNuke version of this site is 04.03.05.
I have embedded a SWF movie in one of the panels, which I believe is a module called "Text/HTML". Full details of this module are:
Module Name: Text/HTML
Description: This module renders a snippet of HTML or text. The Html/Text module includes an edit page, which allows authorized users to the HTML or text snippets directly. The snippets are stored in the SQL database.
Version: 03.03.00
Upgraded?: 04.08.01
My Flash SWF file contains a button that, when clicked, runs: getURL("mailto:firstname.lastname@domain.com?subject=Advertising");
In a regular HTML file, this SWF works fine. In the Text/HTML module, the cursor changes to a "hand" in IE when the mouse is over the button, but nothing happens when you click the button.
I tried changing the URL to a regular page URL (eg: www.domain.com/mypage.html) in case it was an issue with mailto... but it still didn't work.
I then tried both of the above without using a button, and instead adding the hyperlink directly to the text in movieclip. This didn't work either.
I am using Flash 8. I tried all of the above in Flash 8, and then again back-saving in Flash v5. Nothing has worked.
Can anyone tell me how to proceed from here? I had a look at digFlash, but that only works for DotNetNuke 4.5.5+.
Any help is VERY much appreciated. Thanks
Chris