Skip to main content
Participant
January 11, 2007
Question

Get url trouble

  • January 11, 2007
  • 5 replies
  • 328 views

Need help.
After looking at all the post I did not find answers.
I have a website (home page in frontpage), with two entries one is with a log in (Flash8 inside Dreamweaver8). The SWF flash login lead to a flash button (from the library) with
on (release) {
getURL("VDDL Main Menu.HTML","_blank");
}

When I try the link: works in flash, works in Dream, work in frontpage in IE7 but when I publish the link is not working on the web?
Any new idea to make it cool.

Thanks Richard
This topic has been closed for replies.

5 replies

Participating Frequently
January 11, 2007
make sure your VDDLMainMenu.HTML is located together with your main html.
kglad
Community Expert
Community Expert
January 11, 2007
if you're sure that all your caps are correct you may need to use that to instruct your browser to interpret the document as an html file.

but just to double check that what is the complete url to your HTML file?
movies1Author
Participant
January 11, 2007
I try on (release) {
getURL("VDDLMainMenu.HTML","_blank");
}
the link did not reconize the file (VDDLMainMenu.HTML) any other idea?

Thanks
movies1Author
Participant
January 11, 2007
You mean: VDDLMainMenu.HTML?
kglad
Community Expert
Community Expert
January 11, 2007
case counts and there should be no spaces.