Ok this is it:
on (release)
{
getURL("lynettesdesigns/mu
}
I have it on the button not the frame. No error message this time but it is not working.
Is that correct? Should the code be on the button?
So how do I check if my script is case sensitive?
I have flash 8; but wish to upgrade some day soon, hopefully...........
But for now?
Any way is there a way to make the button into a movieclip instead. With out deleting the button entirely?
Oh, so on the My documents suggestion.......... all my files should be under the C drive?
That is something I did not know at all. After all these years. Thanks I will try that too.
Ok on the button in flash............any other suggestions to get it working?
Thanks
lbusche
Main Topics
Browse All Topics





by: CyanBluePosted on 2009-10-06 at 19:32:42ID: 25511784
Please try this... Make sure that ActionScript is a case sensitive language... ;)
on (release)
{
getURL("My Documents/my folder/multimedia.htm");
}
I suggest you using a relative path from the location where your HTML page that embeds the SWF is... For example, your index.html file that embeds your Flash movie exists in C:\Projects\test directory, you should really move that multimedia.htm file under that test directory so that your life is easier when you deploy it to the web server because there is going to be no My Documents directory on the web server... ;)
CyanBlue