Help - Search - Members - Calendar
Full Version: getURL
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
CodeKing
I'm using the getURL function to add links to my website.

getURL("myURL","_self");

It works in the test window in Flash, but not in the browser. Here's the code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="150" title="Click">
<param name="movie" value="http://flash.mostmojo.com/click/logo.swf" />
<param name="quality" value="high" />
<embed src="http://flash.mostmojo.com/click/logo.swf" width="500" height="150" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
</object>

I attatched the swf file.
Frederiek
How about this:
http://livedocs.macromedia.com/flash/8/mai...e=00001546.html

found in the Adobe Flash Documentation upon a search for getURL.

HTH
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.