i have and external .swf loaded into a main .swf movie… in the external .swf, i have a button, a variable with a string value of a webpage. but when i click on the button, it seems to access the webpage through my HD…
ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#808080]//declared on the main timeline of the external .swf[/COLOR]
link = [COLOR=#FF0000]“www.orbani.com”[/COLOR]
[COLOR=#808080]//code for button; button is found inside movieclip in main timeline[/COLOR]
[COLOR=#0000FF]on[/COLOR]COLOR=#000000[/COLOR] [COLOR=#000000]{[/COLOR]getURL_parent.[COLOR=#0000FF]_parent[/COLOR].[COLOR=#000080]link[/COLOR],_blank;[COLOR=#000000]}[/COLOR]
[/LEFT]
[/FONT]
this is what is displayed in firefox after clicking the button…
File not found
Firefox can’t find the file at /Macintosh HD/Users/John/Documents/OMS/portfolio/www.orbani.com.
* Check the file name for capitalization or other typing errors.
* Check to see if the file was moved, renamed or deleted.