Open a Pop-Up Window in the RSS Ticker V2

7562 views

For all customers that want to open a popup window, instead of the new tab/window, please follow the next tutorial. The tutorial is composed from 2 parts (javascript and action script) and would explain you step by step what to do.

STEP 1. Inside the head section of your main html document add this code:
    function popup(url) {
    var width = 800;
    var height = 640;
    var left = (screen.width – width)/2;
    var top = (screen.height – height)/2;
    var params = ‘width=’width’, height=’+height; params = ’, top=’+top’, left=’+left; params += ’, directories=no’;
    params += ’, location=no’; params += ’, menubar=no’; params += ’, resizable=no’;
    params += ’, scrollbars=no’;
    params += ’, status=no’;
    params += ’, toolbar=no’;
    newwin=window.open(url,’windowname5’, params);
        if (window.focus) {newwin.focus()} return false; }
//—>

The popup window is automatically centered and you can control the width and height through the first two variables. By default the popup window is 800x640px. Customize it as you please.

STEP 2. Open the source .fla file and go to line 338 and find following function:

// click picture movie clip
    function SingleNewsMcClick(e:MouseEvent)
{
    var newsIndex = Number(MovieClip(e.currentTarget.parent).name);
        if(String(xmlList[newsIndex].link) != '')
        navigateToURL(new URLRequest(xmlList[newsIndex].link), xml.@linkOpenTarget);
}

Remove this function and add the following function instead:

    function SingleNewsMcClick(e:MouseEvent)
{
    var newsIndex = Number(MovieClip(e.currentTarget.parent).name);
        if(String(xmlList[newsIndex].link) != ’’)
        ExternalInterface.call(“popup”,String(xmlList[newsIndex].link));
}

Users Comments

hkelanetiffany hkelanetiffany

ugg,uggs,ugg sale,uggs sale,ugg no sale

Posted May 17, 2012 | Reply with Quote | Report
gulanguiraorla gulanguiraorla

<strong><a href="http://www.blueswisswatches.com/armani-watches-c-577.html ">Armani Watches</a></strong><br>
<strong><a href="http://www.blueswisswatches.com/armani-watches-c-577.html ">Replica Armani Watches</a></strong><br>
<strong><a href="http://www.blueswisswatches.com/armani-watches-c-577.html ">fake Armani Watches</a></strong><br>
<strong><a href="http://www.blueswisswatches.com/armani-watches-c-577.html ">cheap Armani Watches</a></strong><br>
<strong><a href="http://www.blueswisswatches.com/armani-watches-c-577.html ">discount Armani Watches</a></strong><br>

Posted May 17, 2012 | Reply with Quote | Report
gtuggtriplet gtuggtriplet

<strong><a href="http://www.liketiffany.com/tiffany-necklaces-c-3.html ">tiffany necklace</a></strong><br>
<strong><a href="http://www.liketiffany.com/tiffany-necklaces-c-3.html ">tiffany and company necklace</a></strong><br>
<strong><a href="http://www.liketiffany.com/tiffany-necklaces-c-3.html ">tiffany and co necklaces</a></strong><br>
<strong><a href="http://www.liketiffany.com/tiffany-necklaces-c-3.html ">tiffany necklace online</a></strong><br>
<strong><a href="http://www.liketiffany.com/tiffany-pendants-c-19.html ">tiffany pendants</a></strong><br>
.<br />
<br />
Working from home is this wave for the future.So many individuals are acquiring it on themselves to give up their at standstill jobs functioning 9 to 5 through large business offices you need to businesses in their own home.The entrepreneurial nature of contemporary society is teaching individuals to open up home small businesses.These businesses may perhaps be small you need to include only one person who is active in the business or even large and involve a number of people.For these individuals, they often wish to share their own experiences by means of others who sadly are in the same boat as them in addition to wish to create a connection by using other people who run businesses.The right after will list one or two ways in which to do so

Posted May 17, 2012 | Reply with Quote | Report
tietimb tietimb

<strong><a href="http://www.digphones.com/bar-mobile-phones.html ">wholesale bar phones</a></strong><br>
<strong><a href="http://www.digphones.com/blackberry-accessories.html ">shop blackberry accessories</a></strong><br>
<strong><a href="http://www.digphones.com/blackberry-accessories.html ">cheap blackberry accessories</a></strong><br>
<strong><a href="http://www.digphones.com/blackberry-accessories.html ">original blackberry accessories</a></strong><br>
<strong><a href="http://www.digphones.com/bluetooth-headsets.html ">wireless bluetooth headset</a></strong><br>

Posted May 17, 2012 | Reply with Quote | Report
iadiamarr iadiamarr

<strong><a href="http://www.halfdress.com/Wedding-Dresses.html ">wedding dresses vintage on line</a></strong><br>
<strong><a href="http://www.halfdress.com/Prom-Dresses.html ">mother of the bride dress</a></strong><br>
<strong><a href="http://www.halfdress.com/Prom-Dresses.html ">graduation dresses</a></strong><br>
<strong><a href="http://www.halfdress.com/Prom-Dresses.html ">wedding gown veil</a></strong><br>
<strong><a href="http://www.halfdress.com/Two-Piece-Dresses.html ">flower girls dresses</a></strong><br>

Posted May 17, 2012 | Reply with Quote | Report
Viewing 1861-1865 of 1865 Comments
Page:
first page
1
2
...
84
85
86
87
88
89
90
91
92
93
94

Post a new comment


You need to be logged in in order to post a comment. Please click here to go login and be redirected to the post form.