Flash 8 getURL problem

They have: 16 posts

Joined: May 2009

Hi,

I am having a problem with some flash i have inserted into my website (www.davidframpton.co.uk/Videos.html). The navigation links to the right do not work in IE or Firefox. They only work in the flash testing area so I am pretty sure the actionscript and buttons are correct. Here is the code I have used for each button:

this.Home.onPress = function() {
getURL("http://www.davidframpton.co.uk/index.html","_Parent");
};
this.Gallery.onPress = function() {
getURL("http://www.davidframpton.co.uk/Gallery.html","_blank");
};
this.Videos.onPress = function() {
getURL("http://www.davidframpton.co.uk/Videos.html","_self");
};
this.Aboutme.onPress = function() {
getURL("http://www.davidframpton.co.uk/Aboutme.html","_self");
};
this.Contact.onPress = function() {
getURL("http://www.davidframpton.co.uk/Contact.html","_self");
};

I have spent hours googling this problem and noone has any clear answers. Please help.

Thanks
Dave

They have: 16 posts

Joined: May 2009

Ok this was my own stupidity. I was updating the wrong file. Sorry Sad

kalvisnky's picture

They have: 7 posts

Joined: May 2009

hahaha... Always double check before you load files.
anyway, glad to hear you fixed it.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.