Skip to main content
Participant
December 26, 2006
Question

URGENT ! Can anyone do links for me ?

  • December 26, 2006
  • 2 replies
  • 200 views
Hi erverybody,
I need some help. I am doing a website and I have already done the buttons ( MovieClip style) and I need someone who can help me do the links of the buttons. In other words, all I want is that when I click on a button, an image appears ( that I can change afterwards). If someone can help me, I will send my fla file.

thank you !
This topic has been closed for replies.

2 replies

Inspiring
December 27, 2006
post a link to your FLA

I'll help you in the right direction with your FLA set up.

but what shikozel said, makes perfect sense, all you have to do is change the instance names to suit your chosen names. eg..( myImage.html would change to the title you give. same for myBtn, which will change to the name you give to your button.)

by the way, loadMovie will not load pictures/images.
December 26, 2006
simple solution:
1. put your image in html page
2. name it "myImage.html
3. in flash: name your btn to an instance name-"myBtn"
4. and put this actionscript myBtn.onRelease=function(){
getURL("myImage.html","_blank")
}
Participant
December 26, 2006
can ayone do that for me please... (loadmovie method) !!
Participant
December 29, 2006
Hi,
I think using loadmovie u can load image but in an swf file. Do one thing, put an image in an fla of the same size as image.pubilsh the swf file. then in your index file load that swf file on diff level using loadMovie method. that's it. Use a close buton as well to close that loaded swf file.

please send us the fla file as well ,
thanks n regards,
shreeram