Ask a Question related to Macromedia Director Basics, Design and Development.
-
gelcode webforumsuser@macromedia.com #1
Opening Image on CD in New Browser Window
Hey folks,
I have been trying to use gotoNetPage to open large jpgs in a browser window, but it seems that that function requires the protocal ([url]http://)[/url] to work.
Is there another way to do this that I am not seeing.
The images are in a subfolder called net/ right within the main directory.
I need to find a way without commercial xtras that will work on all platforms (or at worst XP & OSX).
This is for a school project.
Regards,
Jason
gelcode webforumsuser@macromedia.com Guest
-
Opening Browser Window in Director
I am trying to open a browser window from director. It seems simple enough and there seem to be several ways to do this, but I want to open... -
Opening seperate url's in same browser window
Hi, I having a bit of a problem. I have a movie clip with 2 buttons in which have the getUrl command that opens a html pages in a browser window.... -
Opening New Browser Window
I would like to open a new browser window from within my php script (edit.php), a window in which another php page is run (search.php). search.php... -
[PHP] Opening new browser window
Rich Fox said the following on 9/19/2003 12:33 PM>> window is a javascript object and so you should be calling some javascript function to set the... -
Opening a new browser when clicking on a image button
<a Href="xxxxx" Target="_new"><Img src="yyy"></a> Some things don't need the fancy stuff... :-) "Jeff" <profcegep@hotmail.com> wrote in... -
gelcode webforumsuser@macromedia.com #2
Re: Opening Image on CD in New Browser Window
Well I see that I could use the open command, but I have no way to resolve the path of the default browser. Any thoughts?
gelcode webforumsuser@macromedia.com Guest
-
Andrew Morton #3
Re: Opening Image on CD in New Browser Window
Assuming this is for a projector...
Use the file:/// (yes, three slashes) protocol
sep=the last char of the moviePath
gotoNetPage("file:///" & the moviePath & "net" & sep & "a.jpg")
For the Mac, you may be forced to use an xtra (e.g. openURL from
[url]www.mods.com.au[/url]) because gotoNetPage uses NN regardless of what the user's
browser preference is.
Andrew
Andrew Morton Guest



Reply With Quote

