Reply
inserting a link in flash
Old 03-24-2005, 03:56 PM inserting a link in flash
Junior Talker

Posts: 2
I'm completely new to flash and I'm playing around with a script.

I have the fla file open in FlashMX and want to insert a hyperlink inside each of 3 objects

I click on one and it shows me this in the Action part

on (rollOver) {
texts.lab = "TEXT1";
texts.gotoAndPlay(texts.exitframe);
if (mov3._currentframe == 2) {
mov3.gotoAndStop(3);
}
if (mov2._currentframe == 2) {
mov2.gotoAndStop(3);
}
mov1.gotoAndStop(2);
}
on (press) {
if (_root.link1 != undefined) {
getURL(_root.link1, _root.target1);
}
}



Where would I insert the http link and what would an example code line look like for that link?
virtuoso is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Reply     « Reply to inserting a link in flash
 

Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10460 seconds with 13 queries