sandeepl337 / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

Links doesn't work on IE9 (flashvars) #655

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the page http://www.ruralcentral.es/ in IE9
2. Click in any flash banner (there's 2 at right of page)
3. In IE9 doesnt work, works fine in any other browser

What is the expected output? What do you see instead?
The problem is flash (or flashvars) is not well rendered in IE explorer and the 
links are not recogniced

What version of the product are you using? On what operating system?
IE9, Windows 7

Please provide any additional information below.

The flash movie has a internal button with the code to communicate with 
flashvars:
We have tried with different codes:

1. Old and deprecated "tell target"
on (release)
{
    tellTarget("..")
    {
        getURL(buttonLink01, target01);
    } // End of TellTarget
}

2. The normal getURL

on (release) {

getURL(_root.buttonLink01, target01);

}

Some help?

Thank you everybody in advance

Original issue reported on code.google.com by ramone1...@gmail.com on 27 Feb 2013 at 12:07

Attachments:

GoogleCodeExporter commented 8 years ago
In this other page, various flash load incorrectly. The same issue, but with 
various instances of the flash movie. 

Error only in IE9

http://www.ruralvia.com/cms/estatico/rvia/cordoba/ruralvia/es/particulares/index
.html

Original comment by ramone1...@gmail.com on 27 Feb 2013 at 12:23