Can you help? Making Iframe clickable?

Status
Not open for further replies.

M.D.House

Active Member
415
2011
325
0
Hello, guys! :)

Can you help me with this iframe? It's about those banners: http://groovefile.com/pages/affiliate_banners.html

They are not clickable right now. I've speak with Scott, but he is a little bid busy right now. They making a really good File Host.

So, can you guys tell me how to do this banners clickable???

This is the code for 468 x 90:

Code:
<iframe src="http://groovefile.com/pages/468x60iframe.html" align="middle" scrolling="no" frameborder="no" width="488" height="80"></iframe>

Any ideas?

I'm asking because I bought an ad spot places. but I can't use it...

If you can help - thanks. We'll facilitate the work of groovefile.

Best Regards.
 
4 comments
Why are you putting them in iframes ... That makes no sense.

You could just do this:

Code:
<a href="[URL]http://groovefile.com/[/URL]" target="_blank"><img src="http://www.groovefile.com/images/banners/468x60_groovefile.gif" alt="GrooveFile" border="0"></a>
 
I see... I have noscript installed, it turned all your swf files into gifs... never mind.
So anyway, I think with SWF's you might have to actually code it into the file itself. Into the FLA file I mean.

1.) open .fla of file.
2.) create a new layer on the timeline above everything else.
3.) create a box on that frame (make sure the the top layer is selected).
4.) select box.
5.) double click middle of box.
6.) press F8.
7.) name it something anything doesnt matter.
8.) select the box again this time it will all be in one larger box.
9.) window>turn actions on if it already isnt.
10.) and copy this in
Code:
on(release){ getURL("page.htm", "_self"); }
/Copied from another website.

Apart from that, no idea lol.
Someone else might have a work around. But if you do have the FLA files, then that would be your best option.
 
Status
Not open for further replies.
Back
Top