HTML code to make swf clickable?? URGENT!!
Moderators: Víctor Paredes, Belgarath, slowtiger
-
- Posts: 5
- Joined: Thu Jul 29, 2010 1:49 pm
HTML code to make swf clickable?? URGENT!!
I emailed smith micro and they said there is no way to make the animation clickable from indise the program. I really need to know if there is a way to make the swf file clickable using html. It is a banner advertisement for my site. Please I need this quick!
-
- Posts: 5
- Joined: Thu Jul 29, 2010 1:49 pm
Oh please. Get Flash, read the manual, or get a book about Actionscript from your local library. Or do a decent google search about the topic - it's all out there.
(Yes, I know how to do that. I used to get paid for this kind of work, but obviously creating banner ads and web design nowadays is a sport for kids who can't tell a book from a brick. If you're stuck with a job you don't have the knowledge for - deal with it. You could hire someone to do it. But in that case you will most likely pay more than you get yourself.)
(Yes, I know how to do that. I used to get paid for this kind of work, but obviously creating banner ads and web design nowadays is a sport for kids who can't tell a book from a brick. If you're stuck with a job you don't have the knowledge for - deal with it. You could hire someone to do it. But in that case you will most likely pay more than you get yourself.)
I'm with Slowtiger on this one.
I see these "help me please help me I'm on a deadline help now!" messages implying a "where the hell is the bathroom!?!?" urgency for an issue that should have been the very first thing you would test out before even starting or agreeing to take it on (I assume that the urgency is driven by someone else).
I can't believe that you created a banner add for a website and during that process never once considered testing out the actual money making aspect of a banner ad, the "click through". It's like packing for a vacation only to realize before you leave you haven't decided where you are going.
In the spirit of being helpful, I would suggest you download the 30 day trial of Flash. Depending on your bandwidth this could take a while it's a HUGE download, around 1gb I think.
-vern
I see these "help me please help me I'm on a deadline help now!" messages implying a "where the hell is the bathroom!?!?" urgency for an issue that should have been the very first thing you would test out before even starting or agreeing to take it on (I assume that the urgency is driven by someone else).
I can't believe that you created a banner add for a website and during that process never once considered testing out the actual money making aspect of a banner ad, the "click through". It's like packing for a vacation only to realize before you leave you haven't decided where you are going.
In the spirit of being helpful, I would suggest you download the 30 day trial of Flash. Depending on your bandwidth this could take a while it's a HUGE download, around 1gb I think.
-vern
-
- Posts: 5
- Joined: Thu Jul 29, 2010 1:49 pm
You get a help proportional to the effort you've done preparing the question. In this case you've received MUCH more than you deserve. So please be double grateful and take care of your language.blitzfire911 wrote:thanks but this is not for someone else, it is a banner for my site, and the owner of the site said I need to make it clickable from my end. I will definatly download the trial. Thanks again, but try to be less of an ass people! This IS a forum meant to HELP people.
-G
-
- Posts: 5
- Joined: Thu Jul 29, 2010 1:49 pm
Back to the original question, any ides on making this work? I tried iframe, but I can't use that on the site I am advertising on. I just found out I can only use GIF and SWF so any ideas? I tried exporting the animation to avi and converting to GIF, but it looked like crap! Any help would be usefull.
An SWF is not like an image file. Image files are supported by HTML, JPEG/GIF/PNG and even SVG are possible choices. An image is a HTML entity, therefore it can have an anchor, so it's a clickable link.
An SWF is not supported by HTML. Instead, it has to be embedded so the browser knows "this rectangle is reserved for the Flash player". Any clickable link must be inside the SWF. To do this you need to know a) what's a button in Actionscript and b) what's the code for an external link. All this can only be done in Flash.
If you have Flash, use the Help file - it's all in there.
An SWF is not supported by HTML. Instead, it has to be embedded so the browser knows "this rectangle is reserved for the Flash player". Any clickable link must be inside the SWF. To do this you need to know a) what's a button in Actionscript and b) what's the code for an external link. All this can only be done in Flash.
If you have Flash, use the Help file - it's all in there.
-
- Posts: 5
- Joined: Thu Jul 29, 2010 1:49 pm