Hi,
I have been working on a simple family website for me and my girlfriend (not something I got a lot of time for) --> www.kraghkrogh.dk, but I have run into a couple of problems that I can’t seem to solve googling :*(
-
No matter what settings I use to publish the document, my flashsite is in the left upper corner. Any idea on how to change that? I wan’t it to be centered in the top.
-
I have found this site that explains how to remove the active x control, by including a javascript in the html document. It semi works, but IE keeps saying “(1 item remaining) Opening page…”. Any other way to do this properly?
-
On the “nyheder” page, I got a scrolling area consisting of a dynamic textfield and two buttons for scrolling. How can I format the text inside the dynamic textarea or is there a smarter way to do this? (i think the kirupa tutorial is to complex)
-
On the scrolling buttons, I have the following code:
on (release) {
scrollbar.scroll -= 4;
}
Is there anyway to make it scroll continuously while the button is pressed?
Help is appreciated!!
Regards
Kragh