Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
Tim A. Setliff #1
Rotation Ads
Hi - Thanks in advance for any help.
I'm have a section on the page for sponsers. I want to have a sponsor show
for a 5 seconds and then change to another sponsor for 5 seconds, then
change again. I know how to do this in a movie clip. The problem is the
code to getUrl.
Depending upon which sponsor is showing, I want to have code that will get
the url of the visible sponsor.
I see web sites that have ads that change, you can click on the ad and go to
the corresponding web site. My project is all flash, how does one do the
coding to get the correct url.
Thanks,
Tim
Tim A. Setliff Guest
-
Rotation between two transform.rotation vectors.
Hello, I think my subject is pretty straight forward. :) I am looking for a way for my 3D character to slowly rotate between two vectors. The... -
No rotation?
I have a W3D file that I import into Director. There, I can pan, zoom, rotate just fine, but when I preview it in a browser (F12) or publish it, I... -
How to get rotation from model
Hi forum, How can i get the rotation value from a model? and How can i remove a texture i made using lingo? Tanx! -
rotation
> I'm trying to create a animation (flash 5) with an object rotation. http://www.macromedia.com/support/flash/ts/documents/center_point.htm ... -
Rotation?
im creating a small bullet seen for a movie of mine , and was wondering how i can do angles and rotations on a bullet easily? ie. A bullet flys... -
aniebel #2
Re: Rotation Ads
What method are you using to rotate the ads? You could just make each banner
separate movieclips then call the URL like so:
banner1_mc.onRelease = function() {
getURL("http://www.someplace.com", _blank);
}
banner2_mc.onRelease = function() {
getURL("http://www.someotherplace.com", _blank);
}
OR...
you could create an invisible button if you have these mcs rotating on a
single timeline. Then you would put that invisible button over each banner,
each one separated by keyframes and change the instance name for each one. Then
you could use the same code above except change "banner1_mc" to something like
"banner1_btn".
aniebel Guest



Reply With Quote

