A Flash Developer Resource Site

Search:

Type: Posts; User: 420visions

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    549

    Does anybody know what needs to be done to get...

    Does anybody know what needs to be done to get flash banner ads up on sites. Like social networks. Any help is appreciated. Thanks.


    :mrpimp:
  2. Replies
    2
    Views
    549

    Flash banner services

    Hello All!

    Does anybody know if there is a service kind of like mochi ads that places my flash banners in to sites? I just want to create the ad and let the service put it up on different sites....
  3. Interface with on stage symbols from external classes????

    Hello. This is my third attempt. I broke this to the most simplest form and I cannot get it. I have an external class InterAction.as I have a MovieClip on the stage named PressMe_MC. I am trying to...
  4. Replies
    1
    Views
    350

    GOT IT!!! :) :) var LoadThumb =...

    GOT IT!!! :) :)


    var LoadThumb = this['Thumb_' + i];


    :mrpimp:
  5. Replies
    1
    Views
    350

    Looping through movieclips

    I am having a ruff time running a loop that will load jpegs to some movie clips. I got the loading jpegs part just fine but I can not get it to loop through the movie clips at all.

    the movie...
  6. anyone?

    anyone?
  7. :crazy: This one is starting to make me a...

    :crazy:
    This one is starting to make me a little crazy
    :crazy:

    OK I got the image to display no problem...BUT!!!.... I cannot get it to tween at all! I know I am doing something wrong. I...
  8. I was using loadMovie (I think??) but I was...

    I was using loadMovie (I think??) but I was thinking about using loadVars. Is MovieClipLoader better for using preloaders?
  9. I see! I really appreciate your help. I will try...

    I see! I really appreciate your help. I will try it as soon as I get home. Thanks a bunch!!!


    :mrpimp:
  10. I see. Is the holder the name of the movieclip?...

    I see. Is the holder the name of the movieclip? And if I create the movie clip in code then I will have to animate through code right?
  11. I am at work at the moment so I cannot post the...

    I am at work at the moment so I cannot post the code because it is at home. Though I am using load(movie) (I think! ) I am really struggling with this one, for sure I will post the code later.
  12. Dynamically loading a jpeg in to a movie clip and then....

    First of all I am having problems loading a external jpeg dynamically in to a movie clip without killing the movie clip. Is it even possible to load a dynamic image to a movie clip and maintain the...
  13. Replies
    2
    Views
    639

    Now I feel just dumb! I guess thats what I get...

    Now I feel just dumb! I guess thats what I get for trying to do this at 4 in the morning! I appreciate your help illustratedlife. Means alot to me :)


    :mrpimp:
  14. Replies
    2
    Views
    639

    loading and displaying a jpeg

    Hello Everybody!

    Ok I have decided to go in to AS3 nose first using OOP. Right now I am trying to get a jpg to load on the screen.

    This is how I did it in AS2


    heh....This is me trying to...
  15. Replies
    5
    Views
    484

    try this ...

    try this

    http://blogs.adobe.com/kiwi/2006/05/as3_language_101_for_cc_coders_1.html

    http://www.webwasp.co.uk/tutorials/as06-functions/index.php




    :mrpimp:
  16. Replies
    1
    Views
    509

    I am not sure exactly what you are asking but it...

    I am not sure exactly what you are asking but it sounds like you are trying to communicate html with flash and if so you should look in to using ExternalInterface. Hope this helps


    :mrpimp:
  17. Replies
    5
    Views
    484

    Hey dude, Not sure if this will work. But if...

    Hey dude,

    Not sure if this will work. But if you have both prototypes you should be able to call whichever. I know it works in C++ I am not sure if it does in actionscript. I think it is called...
  18. Sorry but I forgot to mention that I am using...

    Sorry but I forgot to mention that I am using Flash 8 and I am trying to call a Javascript Function
  19. Madness about getURL and externalInterface Compatibility issues

    OK!........
    I originally started like this....
    I wanted to create some popups with various buttons. What I did was use the getURL function which worked fine in FireFox but when it came to IE it...
  20. Replies
    2
    Views
    443

    Hello Silent Weed I did do that and still I...

    Hello Silent Weed

    I did do that and still I can not get any of the popups to come up.
  21. Replies
    2
    Views
    443

    Popup works in FireFox but not IE

    Hello all, I am using the getURL() to call a popup window. Works fine in FireFox but not in IE. Is there any reason why? Thanks in advanced for any replies.
  22. Replies
    2
    Views
    430

    There are several ways..depends on how you want...

    There are several ways..depends on how you want it loaded. If you want to load them within the flash document but give the popup a window look you can use popupManager function or if you actually...
  23. try putting a trace in the function to see if it...

    try putting a trace in the function to see if it is getting called
  24. get rid of everything and put the new code on the...

    get rid of everything and put the new code on the timeline
  25. No try this NameofButton.onPress =...

    No
    try this



    NameofButton.onPress = function()
    {
    //this is the function call here
    play();
    }
Results 1 to 25 of 43
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center