is it possible to get this function in flash to load a page without using a on release function. I want to make the flash file i have created to load a html page once the end of the timeline is reached.

if i use it wil out the on release function i just keep getting the error undifined url. the code i have used is

getURL("http://www.the-page-i-want.com/", "_self"

the problem i was having with loading the page was i had saved the page as a .htm and flash would only load the page if it was saved with a .html.

it now works with the code

getUrl("http//www.the-page-i-want.com/index1.html
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.