This is a discussion on Flash Problem!? within the Flash Actionscript Programming forums, part of the Web Development category; How do you open a link into a flash movie? I do not mean GETURL("http://example.com") ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| How do you open a link into a flash movie? I do not mean GETURL("http://example.com") I mean actually open the link into the document? I know this is possible please Help!
__________________ web design company |
| Sponsored Links |
| |||
| Hi, This example loads an image into a movie clip. When the image is clicked, a new URL is loaded in a new browser window. var listenerObject:Object = new Object();The following example uses _self to open the URL in the current window. : getURL("http://www.macromedia.com", "_self"); thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
| |||
| The following example uses _self to open the URL in the current window. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Web Services in Flash | aramesh | Flash Actionscript Programming | 3 | 08-17-2007 05:53 AM |
| 2D, Flash or 3D??? | 3DProf4online | Web Design Help | 7 | 04-19-2007 07:04 PM |
| Flash | mari10 | Web Design Help | 1 | 03-08-2007 08:10 PM |
| web flash | spain11 | Flash Actionscript Programming | 0 | 03-07-2007 03:43 AM |
| Is anyone usiing flash 8 | aquariancore | Web Design Help | 5 | 02-26-2007 06:29 PM |