A Flash Developer Resource Site

Search:

Type: Posts; User: steveffg

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    1,302

    Help with Different clickTags on one Banner

    Hey,

    I don't have a testing environment for this so I have to hit the forums. Does anyone know if I can put multiple clickTags on the same button? Not for individual tracking but just to...
  2. Replies
    3
    Views
    806

    CS3 It doesn't seem to be targeting the box but I...

    It doesn't seem to be targeting the box but I need to play with it. Thanks for the advise!
  3. Replies
    3
    Views
    806

    CS3 [as2.0] Help with color transform please

    Hello,

    Thanks in advance for any help. So I would like to change the color of my buttons onRelease. So I used the colorTransform to change the color of the box.I am using this code
    ...
  4. Flash8 Hey Modified Thanks for the help ! Sorry it took...

    Hey Modified Thanks for the help ! Sorry it took me a few days with the weekend to get back to you. The button code didn't work for me but I was going to do something different anyway. The loading of...
  5. Flash8 Hello Modified Dog, I'll definitely give it...

    Hello Modified Dog,

    I'll definitely give it a shot but is it written for as 3? I am still coding with as2 .

    Thanks :)
  6. Flash8 [as 2] Can someone offer a suggestion for accomplishing a video playlist?

    Hello,

    I have a section on my site where I have created a video player using netStream. I would like have 4-5 videos play in order one after the other. I would like to make a list that is not...
  7. Replies
    4
    Views
    777

    the 2 that don't work are not pointing to your...

    the 2 that don't work are not pointing to your flash folder. Look at your working link. It has /flash/ in front of the.swf. They probably work in your dev page because your dev page is in the flash...
  8. Replies
    7
    Views
    718

    Thx!! I'm not that good with using arrays yet but...

    Thx!! I'm not that good with using arrays yet but I get what's going on. I just need to break down the code a bit.
    thanks again for the help
  9. Replies
    7
    Views
    718

    Thx!! I'm not that good with using arrays yet but...

    Thx!! I'm not that good with using arrays yet but I get what's going on. I just need to break down the code a bit.
    thanks again for the help
  10. Replies
    7
    Views
    718

    one button per image. like this... ...

    one button per image. like this...

    _root.btn1.onRelease = function() {
    _root.attachMovie("emc","emc", getNextHighestDepth());
    _root.emc.loadMovie("Test.jpg");
    trace("btn works");
    };
    ...
  11. Replies
    7
    Views
    718

    Thanks work like a charm. I still have to mess...

    Thanks work like a charm. I still have to mess with it for multiple images but this does the trick. Oh and by the way I did have an instance name on my button. If I had put that code on my button I...
  12. Replies
    1
    Views
    411

    I apologize if I am off base but your post is...

    I apologize if I am off base but your post is confusing to me. You just want a main menu button? Just make a menu button and use your code


    mainMenu.onRelease=function(){//your main menu button...
  13. Replies
    7
    Views
    718

    [F8] Simple Preloader Question

    Hey,

    I'm sure this has been addressed a million times so if someone could point me in the correct direction that would be great. I have a flash app that loads various images into an attached...
  14. thx bro, works great :) Thanks for the help

    thx bro, works great :) Thanks for the help
  15. yup thats the problem ...

    yup thats the problem

    http://www.vastergraphics.com/test2.html

    So what do I do now? My site has to be full screen no scale.

    thanks for the help...
  16. [F8] Why does this my site not work in firefox?

    Hello,

    So Can anyone take a quick peek at my source code and tell me why this works in safari and I.E. but not in Firefox. I thought I made a typical swfobject page with flash checker. Thanks in...
  17. Can anyone tell me why this link works in Safari and IE but not firefox?

    I don't get it? why can't I see this in the latest version of firefox.

    http://www.vastergraphics.com/newTest.html

    Thanks in advance for any help
  18. Replies
    3
    Views
    447

    Hey dawsonk, Thanks for the help. I'm sorry...

    Hey dawsonk,

    Thanks for the help. I'm sorry my question might be phrased incorrectly.I do understand where the values are being passed but I don't understand the part where it says (mc, step,...
  19. Replies
    3
    Views
    447

    [F8] Question about functions

    Hey,

    So I'm using a code I found from a past flash user at my job and there is a part I don't understand.

    _global.fadeOut = function (mc, step, target) {
    mc.onEnterFrame = function() {...
  20. Hey, I don't really understand what your...

    Hey,

    I don't really understand what your banner is doing but I like to use this for timed issues...

    var interval:Number = setInterval(function ():Void {...
  21. LOL a_modified_dog seems like everything I do...

    LOL a_modified_dog seems like everything I do requires an onEnterFrame to catch the instruction. I catually make a global variable on button press and load it into the path. Thanks for the help
  22. Just trying to boost this on the list one more...

    Just trying to boost this on the list one more time to see if I can get an answer. Thanks
  23. Replies
    3
    Views
    506

    Oh I got it !!! Just had to change some sizing :)...

    Oh I got it !!! Just had to change some sizing :)
    Thanks for the help it's just what I need.
  24. Replies
    3
    Views
    506

    Hey a_modified_dog, Thanks for the help. I...

    Hey a_modified_dog,


    Thanks for the help. I put it at the bottom and it still traces 19. I'll play with the code and see if I can get it to work. Thanks for the help :)
  25. Replies
    3
    Views
    506

    [F8] Simple (I Hope) TextBox question

    Hello,

    So I'm making this text box from scratch. Creating it with script and adding text via xml. So my only problem is that the width is predetermined but the height is on auto size. How can I...
Results 1 to 25 of 165
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center