Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediaOpening another browser from within a flash movie?Opening another browser from within a flash movie?
Previous
 
Next
New Post
9/18/2008 1:30 PM
 

Hi Folks,

What I've got is a flash movie with sound on my page.  What I'd like is to be able to click on a button thats within the flash movie that opens up a larger version of the same movie, but in a new browser window.  Now, I can make this work just fine outside of DNN, but when I try it withing the module it won't work.  No new window opens up.

The reason it has to be done from a button within the movie itself is that when opening the larger movie I also need to stop the sound of the first one.  Does that make any sense?  Any thoughts are much appreciated!

 
New Post
11/22/2008 12:18 AM
 

Unfortunately, part of this question is beyond the scope of this forum.  In your non-DNN version, was there any special HTML required for the link to work right?  For example a clickTAG parameter?


Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
4/29/2010 9:21 AM
 

Is clickTag not supported withing DNN modules? Even the HTML module? I can't seem to get my Flash movie to go to the page I have it linked to (via a button in the SWF) - I use clickTag to track clicks... within DNN I can't get it to work.

 
New Post
4/29/2010 1:03 PM
 

The clickTAG functionality is not a feature of DNN, or any other website for that matter.  It working is directly dependent upon the Flash object (in ActionScript) and the HTML used to render the flash object.  Primarily, the clickTAG function is passed along as a URL querystring parameter of the flash object's URL.

For example:

<embed id="myFlashObject" src="/Portals/1/myFlashObject.swf?clickTAG=http://www.yourdomain.com" />

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
4/29/2010 2:47 PM
 

Right. I understand that... My issue is that when I use the clickTag function in the embed code and the action script it does not work physically (mouse click does not go to where I have specified)

Not that this is the place to really ask this, but would you happen to see anything wrong with this code:

ActionScript:

on (release) {
            if(clickTAG.substr(0,5)=="https://www.domain.com/SplashPageHSL349HomeEquity410/tabid/4139/Default.aspx") {
                        getURL(clickTAG);
            }
}

 

HTML Code:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="https://download.macromedia.com/pub/s..."
width="340" height="296" id="FlashBanner_68">
<param name="movie" value="https://www.domain.com/Portals/domain...>
<param name="quality" value="high"/>
<param name="bgcolor" value="#FFFFFF"/>
<param name="wmode" value="transparent"/>
<embed src="https://www.domain.com/Portals/domain..."
quality="high"
width="340"
height="296"
name="FlashBanner_68"
bgcolor="#FFFFFF"
wmode="transparent"
type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflas...">

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediaOpening another browser from within a flash movie?Opening another browser from within a flash movie?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out