What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Click Tag Code


Barrettathome

Well-Known Member
Messages
175
Likes
17
Ok so I created a Flash Ad in ActionScript 3.0. I needed to ad a click tag
on (release) { if (_root.clickTAG.substr(0,5) == "http:") { getURL(_root.clickTAG, "_blank"); } }

I was told that the it had to be in ActionScript 2.0 for the code to work. I ccanged the ActionScript to 2.0 and Im getting all kinds of error messages.
Scene=Scene 1, layer=Layer 24, frame=1, Line 1 Mouse events are permitted only for button instances
Symbol=SliderThumb_overSkin, layer=skin, frame=1, Line 1 The class or interface 'SliderThumb_overSkin' could not be loaded.
Symbol=SliderThumb_downSkin, layer=skin, frame=1, Line 1 The class or interface 'SliderThumb_downSkin' could not be loaded.
Symbol=SliderThumb_disabledSkin, layer=skin, frame=1, Line 1 The class or interface 'SliderThumb_disabledSkin' could not be loaded.
Symbol=SliderTrack_skin, layer=skin, frame=1, Line 1 The class or interface 'SliderTrack_skin' could not be loaded.
Symbol=SliderTick_skin, layer=skin, frame=1, Line 1 The class or interface 'SliderTick_skin' could not be loaded.
Symbol=SliderTrack_disabledSkin, layer=skin, frame=1, Line 1 The class or interface 'SliderTrack_disabledSkin' could not be loaded.
Symbol=focusRectSkin, layer=border, frame=1, Line 1 The class or interface 'focusRectSkin' could not be loaded.
Symbol=Slider, layer=ComponentShim, frame=1, Line 1 The class or interface 'fl.controls.Slider' could not be loaded.
Symbol=SliderThumb_upSkin, layer=skin, frame=1, Line 1 The class or interface 'SliderThumb_upSkin' could not be loaded.

Will the ad still work with these error messages?
Also do I need to add our link into the ad or is that something that the company will do that we adtervise with?
 

Back
Top