Apr 6, 2001 #1 gradygirl Technical User Mar 20, 2001 2 US I just downloaded flash 5, when I published the movie and pulled up html file my buttons don't work. I have them going to different url's. I have: on mouse event get url( and the url is here) but when I run Movie test it works fine. HELP ME PLEASE
I just downloaded flash 5, when I published the movie and pulled up html file my buttons don't work. I have them going to different url's. I have: on mouse event get url( and the url is here) but when I run Movie test it works fine. HELP ME PLEASE
Apr 6, 2001 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA Url of what you've got? ;-) Upvote 0 Downvote
Apr 6, 2001 #3 davdesign Technical User Oct 21, 2000 1,482 GB have you made sure it is in the form: on (release) { getURL ("http://www.yourwebsite.com");} /[color] ...ie: with quotation marks and 'http://' dave davdesign@pinkzeppelin.com ^^^^^^^^^^^^^^^^^^^^^ Upvote 0 Downvote
have you made sure it is in the form: on (release) { getURL ("http://www.yourwebsite.com");} /[color] ...ie: with quotation marks and 'http://' dave davdesign@pinkzeppelin.com ^^^^^^^^^^^^^^^^^^^^^
Apr 6, 2001 #4 oldnewbie Technical User Dec 6, 2000 9,142 CA ...And without the ";" before the ending "" As in: Code: getURL ("[URL unfurl="true"]http://www.yourwebsite.com");[/URL] ;-) Upvote 0 Downvote
...And without the ";" before the ending "" As in: Code: getURL ("[URL unfurl="true"]http://www.yourwebsite.com");[/URL] ;-)
Apr 6, 2001 #5 davdesign Technical User Oct 21, 2000 1,482 GB cheers old, forgot TGML did that! ;-) davdesign@pinkzeppelin.com ^^^^^^^^^^^^^^^^^^^^^ Upvote 0 Downvote
Apr 6, 2001 #6 oldnewbie Technical User Dec 6, 2000 9,142 CA Seems to work better when you use code & /code(between brackets) tags! Another coffee night? Check this interface: http://www.estudio.com/ ;-) Upvote 0 Downvote
Seems to work better when you use code & /code(between brackets) tags! Another coffee night? Check this interface: http://www.estudio.com/ ;-)
Apr 6, 2001 #7 davdesign Technical User Oct 21, 2000 1,482 GB did you check out http://www.ferryhalim.com ? davdesign@pinkzeppelin.com ^^^^^^^^^^^^^^^^^^^^^ Upvote 0 Downvote