A Flash Developer Resource Site

Search:

Type: Posts; User: LGLab

Page 1 of 3 1 2 3

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    804

    You can store your whole xml in a var: var...

    You can store your whole xml in a var:


    var _XML;

    function loadXML(loaded)
    {
    if (loaded)
    {
  2. Replies
    4
    Views
    2,585

    Cool. Yeah you got that error because I put...

    Cool. Yeah you got that error because I put brackets after "length" in:



    it should have been:



    There are brackets in AS3 so got confused.
  3. Replies
    4
    Views
    2,585

    How about:

    How about:
  4. Thread: naming confiicts

    by LGLab
    Replies
    1
    Views
    444

    Flash8 Unfortunately no there isn't, you just cannot use...

    Unfortunately no there isn't, you just cannot use return for paypal in AS2. The only way around from what I know is to use a PHP file to send the data to paypal, so send your data from flash to a php...
  5. CS3 It is fairly simple to add clicktag to a banner,...

    It is fairly simple to add clicktag to a banner, all you need to do is make an invisible movieclip on your top layer, and assign the following actionscript (AS2) onto it:

    on (release) {
    if...
  6. Replies
    3
    Views
    672

    Yes that is the reason why. Flash is not a photo...

    Yes that is the reason why. Flash is not a photo editing tool, so you would need to resize your images first in photoshop. Although 1 thing you can do is right click on your images in your library,...
  7. Replies
    0
    Views
    361

    FOR HIRE Flash actionscript programmer/XML/eCommerce

    Hi everyone,

    I am a flash actionscript programmer specializing in XML driven applications including eCommerce solutions.

    If you have a project waiting to be done, PM me or reply here with...
  8. Replies
    1
    Views
    374

    Hey there, Give me a shout with your budget if...

    Hey there,

    Give me a shout with your budget if you still need this done.
  9. You can accomplish a lot only with Flash, it has...

    You can accomplish a lot only with Flash, it has some good vector drawing tools, if you want more complex vectors you can use Illustrator which imports very well in flash. You may want to use...
  10. Replies
    5
    Views
    1,411

    +1, in fact I found that 299.7x249.7 will do the...

    +1, in fact I found that 299.7x249.7 will do the trick :)
  11. Replies
    1
    Views
    409

    CS3 Use flashdevelop...

    Use flashdevelop ;-)

    ...this link from your page: http://osflash.org/flashdevelop
  12. Thread: Error loading

    by LGLab
    Replies
    1
    Views
    348

    There are limitations to exporting as GIF from...

    There are limitations to exporting as GIF from flash. It will only export what is on the main timeline, and all gradients won't show or look rubbish. If you want to do a GIF, use a proper GIF editor,...
  13. Replies
    1
    Views
    351

    liquid flash layout tutorial...

    liquid flash layout tutorial
  14. Replies
    4
    Views
    835

    Wow, that is a weird problem, and I've never...

    Wow, that is a weird problem, and I've never heard of that before so unfortuantely can't help you much, did you try and google for that issue and see if anyone else has this issue too?
  15. Thread: reload new swf

    by LGLab
    Replies
    6
    Views
    584

    This is exactly what the above code will do (of...

    This is exactly what the above code will do (of course, you need to put your own hex colors in the array).
    When you refresh your page, the swf will start again, the above code will randomly assign...
  16. Thread: reload new swf

    by LGLab
    Replies
    6
    Views
    584

    So you only want the "Bicknell" part of the logo...

    So you only want the "Bicknell" part of the logo to change color?

    The easiest way would be to do it in only 1 swf. Open the current fla in flash.

    To be animated, the "Bicknell" textfield is...
  17. Thread: reload new swf

    by LGLab
    Replies
    6
    Views
    584

    Are your logos 3 different movieclips? How are...

    Are your logos 3 different movieclips? How are the different colors assigned?
  18. Replies
    3
    Views
    478

    +1 Another advice would be not to use scenes...

    +1

    Another advice would be not to use scenes at all :D
  19. Replies
    2
    Views
    587

    If you are using AS3, it has changed, and is a...

    If you are using AS3, it has changed, and is a bit more complex to write, check this link out:

    http://scriptplayground.com/tutorials/as/getURL-in-Actionscript-3/

    Or just type "getURL in AS3" in...
  20. Replies
    4
    Views
    835

    What's in that other swf file?

    What's in that other swf file?
  21. Replies
    3
    Views
    719

    Hi Dominick, Yeah I overlooked the fact that...

    Hi Dominick,

    Yeah I overlooked the fact that this was xml driven, usually these types of sites are not. So you would need to understand how xml and flash works in order to add xml driven content...
  22. Replies
    3
    Views
    719

    Hi, If you want to update the content of your...

    Hi,

    If you want to update the content of your flash site, you will need to do this in flash.

    Your template looks like a templatemonster.com template, and they are a nightmare to update. If you...
  23. Thread: Drawing Objects

    by LGLab
    Replies
    3
    Views
    509

    Look to the left at the tool bar where your brush...

    Look to the left at the tool bar where your brush is for example, then go down to the options area, you have an icon that switches drawing object on, disable that.
  24. Replies
    3
    Views
    375

    CS3 Is your textfield named correctly? "dynoText"...

    Is your textfield named correctly? "dynoText"
    And is it also on the first frame?
  25. Replies
    3
    Views
    375

    CS3 It should be getBytesLoaded rather than getBytes:...

    It should be getBytesLoaded rather than getBytes:

    stop();
    var initX:Number = _root.mask1._x
    onEnterFrame = function() {
    var total:Number = this.getBytesLoaded() *100/this.getBytesTotal() ;...
Results 1 to 25 of 59
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center