;

PDA

Click to See Complete Forum and Search --> : Links not working in Firefox!!!!


joca_hdj
06-24-2008, 12:13 PM
Hello,

I made this site some time ago and its html site with flash header.All the links in the header worked just fine until 2 weeks ago.Now, nothing works at all.When i click the links, nothing happens. But everything seems to work fine in IE.

Here is the site:
http://kotorart.org/

Could you please tell me why did this happen?
Thanks a lot for your time and help!

Nightcap
06-24-2008, 02:43 PM
Hi Joca, I just tried the header links in IE7 and they don't work for me either. That makes me think that something else is causing this.

- Did you try moving "AC_RunActiveContent.js" to the root instead of having it sit in a sub folder?

- Check the object code for your flash movie in the HTML page.

Looking at the HTML I noticed that you connect to another site to load the Flash header. That could be the cause of the problem. You probably have to adjust the "Global Security Settings" for the Flash Player.

:cap:

blanius
06-24-2008, 11:58 PM
I'm pretty sure that it's a cross domain issue, flash player security has changed alot recently. Linking cross domain was one of the areas that was being exploited. Try moving the header to the same domain as the HTML and it'll will probably be sorted.

blanius
06-25-2008, 12:07 AM
yeah links work in player 9,0,115 but not 9,0,124

joca_hdj
06-25-2008, 04:58 AM
Thank you for your help guys!
I did what you suggested but still no luck.Since the server where this site is being hosted is kinda slow, i moved the whole site to faster server, but links don't work again.

I have flash player v. 9,0,124,0.

@Nightcap:

This way of embedding flash worked for me before.Do you know any other way that might work!?

@Blanius:

Thank you! Any other suggestions??

Bob Hartzell
06-25-2008, 07:45 AM
This post has a great deal of similarity to this post
http://board.flashkit.com/board/showthread.php?t=767788

joca_hdj
06-25-2008, 11:59 AM
I uploaded the files on the domains i own and it only worked on the domain where wordpress CMS is installed.
How do you explain this? What do i have to do to get it working?

Bob Hartzell
06-25-2008, 01:03 PM
Are the links relative or absolute addresses?

joca_hdj
06-25-2008, 01:13 PM
Bob,

Both!

Bob Hartzell
06-25-2008, 02:59 PM
The site is fine in Opera.

You are only using an Object tag. You really need to use the html code which KoolMoves generates.

Nightcap
06-25-2008, 10:53 PM
- Check the object code for your flash movie in the HTML page.
Like Bob said. :angel:

:cap:

joca_hdj
06-26-2008, 05:26 AM
It was object tag.I should 've seen it before.

Thank you everybody: Bob, Blanius, Nightcap!!