Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
marahchristine #1
Linking CS3 Flash Ad to a web site
I am trying to make my whole flash document be a link so whenever anyone clicks
on any part of it, it will go to a website. I upload my ads through a program
called OpenX to my company's website, and cannot put the link here it will not
work. It has to be integrated into the flash document. HELP PLEASE! Thank you!
marahchristine Guest
-
Linking in Flash
I wanted to know if there was some kind of way to directly call a file within a separate program. For instance, I have links to PDF's in my Flash... -
Publisher 2002 Pictures on my web site & linking pages
Help, I have created a 10 page web site in publisher 2002 I have saved it as a web page and only the home page appears - I can not use the links to... -
Building my first flash site...would like input on site extensions TIA
I am building a site that will use flash videos/streaming media. Has anyone developed a site like this and knows the pros/cons between using... -
how to write CDML for linking to a web site
I'm working on a database which has a field in it for storing web address. The database is searchable on the website using custom web publishing.... -
document relative/site root relative linking
It used to be that DW had a much, much better memory of what your last selection was, re: root v. document. MX now seems to get confused much more... -
marahchristine #2
Linking CS3 Flash Ad to a web site
I am trying to make my whole flash document be a link so whenever anyone clicks
on any part of it, it will go to a website. I upload my ads through a program
called OpenX to my company's website, and cannot put the link here it will not
work. It has to be integrated into the flash document. HELP PLEASE! Thank you!
marahchristine Guest
-
adobegirl #3
Re: Linking CS3 Flash Ad to a web site
What I do is import a transparent .gif into the .fla file. I put the .gif on
the topmost layer and make sure it is the same pixel dimensions of the ad,
covering it completely. Then, convert the transparent .gif to a button symbol
and assing the following code to the button:
on (release) {
getURL("http://www.yoururl.com", "_blank");
}
adobegirl Guest
-
adobegirl #4
Re: Linking CS3 Flash Ad to a web site
What I do is import a transparent .gif into the .fla file. I put the .gif on
the topmost layer and make sure it is the same pixel dimensions of the ad,
covering it completely. Then, convert the transparent .gif to a button symbol
and assign the following code to the button:
on (release) {
getURL("http://www.yoururl.com", "_blank");
}
adobegirl Guest
-
marahchristine #5
Re: Linking CS3 Flash Ad to a web site
Thanks for the code, unfortunately I get this error code:
1087: Syntax error: extra characters found after end of program.
marahchristine Guest
-
marahchristine #6
Re: Linking CS3 Flash Ad to a web site
Sorry this is the code:
on(release) {
getURL("http://www.moraminn.com/images/linked_ads/ACutAbove_profil.gif", "_blank");
}
marahchristine Guest
-
adobegirl #7
Re: Linking CS3 Flash Ad to a web site
You might be getting that error because the URL ends in .gif rather than .html.
When I copied the link in your code to my browser nothing came up. Try putting
a link in the code that ends with .com or .html .
Also, you might want to contact Support at Open X and see if they have any
recommendations.
adobegirl Guest
-
Sketchsta #8
Re: Linking CS3 Flash Ad to a web site
marahchristine,
Syntax error??
are you using Actionscript 2 or 3? The code adobegirl supplied you with, is
actionscript 2.0, it will not work if you are using actionscript 3.
adobegirl,
I do not develop Flash Ads, but for your invisible button, why import extra
files? would a transparent button (hit stage only) not work?
Sketchsta Guest
-
marahchristine #9
Re: Linking CS3 Flash Ad to a web site
Ok, changed my file to Action Script 2.0. This is the new error message I receive: "Mouse events are permitted only for button instances.
marahchristine Guest
-
Sketchsta #10
Re: Linking CS3 Flash Ad to a web site
that error you got the second time was because you had object oriented code on
a frame, instead of your button instance.
If you prefer to place code on frames, rather than instances on the stage, you
should get used to writing dot syntax actionscript.
its much better and cleaner when working on bigger projects.
for example, you can build a whole website, and all the code for the site is
on the first frame of the movie.
ex of both types of actionscript.
--OOP (Object Oriented Programing)
on(release){
getURL("www.adobe.com");
}
--Dot Syntax
my_btn.onRelease = function(){
getURL("www.adobe.com");
}
notice with dot syntax you specify the name of the object you are targeting.
This gives you the ability to target any object in your entire movie, no matter
where it is located.
Sketchsta Guest
-
adobegirl #11
Re: Linking CS3 Flash Ad to a web site
marahchristine,
You will want to check with your ad server/tech support to make sure
Actionscript 3 will work if you decide to go that route. Most ads are still
being done using Actionscript 2 in order to ensure they reach the widest
possible audience (site owners selling the ads are cautious about this).
adobegirl Guest
-
calvintennant #12
Re: Linking CS3 Flash Ad to a web site
The problem with AS3 not working is client-side not server-side, to the best of
my knowledge. That being said, things like ads should be exported in the
earliest adobe player possible. Yay for backwards compatibility!
calvintennant Guest
-
Gipoh #13
Re: Linking CS3 Flash Ad to a web site
Hi there,
I agree with calvintennant. I would probably use actionscript 2 for ad
development so that more people are able to see the ad. I had some problems
with some clients of mine that started to complain that some people couldn't
see the ad because it was exported to a to high player version.
Greetings,
Guido
[hr]http://www.grafia.fr/ |
[url]http://www.missechantillons.fr/gratuits/concours/concours.php[/url] |
[url]http://www.missechantillons.fr/[/url] |
[url]http://www.missechantillons.fr/gratuits/radins/radin.php[/url]
Gipoh Guest
-
davis123 #14
Linking CS3 Flash Ad to a web site
We thrive on customer appreciation of our customised and timely delivery of flash applications. Our flash design and development service is ideal for Internet advertising, e-Learning courses, television commercials, and enterprise application front-ends. We follow a process-oriented approach that helps us minimise and mitigate risks and development time, thereby allowing us to provide you with efficient and economical flash design that suits your pocket and gives your business the competitive edge it needs to stand out in the e-market.
Junior Member
- Join Date
- Aug 2011
- Location
- shimla
- Posts
- 3



Reply With Quote

