IT Community - Software Programming, Web Development and Technical Support

Flash Problem!?

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") ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > Flash Actionscript Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-03-2008, 02:26 AM
chetan1 chetan1 is offline
D-Web Trainee
 
Join Date: Apr 2008
Posts: 17
chetan1 is on a distinguished road
Default Flash Problem!?

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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-14-2008, 05:05 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 297
Karpagarajan is on a distinguished road
Thumbs up Re: Flash Problem!?

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();
listenerObject.onLoadInit = function(target_mc:MovieClip) {
target_mc.onRelease = function() {
getURL("http://www.macromedia.com/software/flash/flashpro/", "_blank");
};
};
var logo:MovieClipLoader = new MovieClipLoader();
logo.addListener(listenerObject);
logo.loadClip("http://www.helpexamples.com/flash/images/image1.jpg",
this.createEmptyMovieClip("macromedia_mc", this.getNextHighestDepth()));
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
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -7. The time now is 10:06 AM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0