A Flash Developer Resource Site

Search:

Type: Posts; User: ziriguidum

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. actionscript ignores html tag on textfield if font is embedded

    Hello, I have a dynamic textfield which loads text from a xml file, with html tags, for example <font> <b> and others.

    It was working nice testing in the Flash IDE, but then when I embedded the...
  2. Thread: AS1 and PHP

    by ziriguidum
    Replies
    0
    Views
    7,380

    AS1 and PHP

    Hello folks,

    I have an as1 swf that loads an xml file. It's actually a component inside of it that lodas a file called "config.xml" . I wanted it to be dynamic so I've created a php that would...
  3. I've found the solution . It was actually a...

    I've found the solution .

    It was actually a stupid mistake (i was talking to another object of the Som class that was unnecessairly instantiated)
    Mainly due to having two people writing code for...
  4. matching stageWidth of movieClip with "z" property

    Hi,

    I would like a movieclip on the stage to match the stageWidth by tweening its "z" property.

    How can this be done?

    Thanks
  5. unable to assign Listeners to MCs (except if done at the moment of instantiation)

    Hello folks, I've come to a really strange bug in Flash:

    There is a swf called Nav.swf which contains on its stage a movieclip "som" which has its own class Som.as.

    There's an animation on...
  6. Replies
    1
    Views
    1,135

    ok it was an emty movieclip. sorry. can i delete...

    ok it was an emty movieclip. sorry. can i delete a post ?
  7. Replies
    1
    Views
    1,135

    object width = 0 no matter what I do

    trace ("spc1.scaleX: " + spc1.scaleX); // = 1
    trace ("spc1.width: " + spc1.width); = 0
    spc1.scaleX = 1;
    spc1.width = stage.stageWidth - 20;
    trace ("stage.stageWidth: " +...
  8. Replies
    3
    Views
    6,390

    yes, that's what I expected, but Flash cannot...

    yes, that's what I expected, but Flash cannot locate the .as file that is in the same path of the .fla file.

    The file's there, I'm not crazy, I've tried with many different files !

    And funny...
  9. Replies
    3
    Views
    6,390

    it seems that flash take as root path of a FLA...

    it seems that flash take as root path of a FLA file not the folder which the FLA is placed.

    why ?

    i've added this by browsing:

    /Users/ziriguidum/ACTIONSCRIPT

    but this is not the path...
  10. Replies
    3
    Views
    6,390

    Flash unable to find document class

    I have a App.fla file on a path and a App.as file on the same path.

    On the Class field I put "App" and on the ActionScript Settings Source path there is "." which means the same path of the .fla...
  11. no one? please help ! someone must have been...

    no one? please help ! someone must have been through this terrible and annoying bug
  12. Replies
    0
    Views
    1,751

    "cachedOrphan" with greensock on Gaia

    Has anyone ever gone through an error like this one:


    ReferenceError: Error #1069: Propriedade cachedOrphan não encontrada em com.greensock.TweenLite e não há valor padrão.
    at...
  13. Thanks .. but I had already done that actually (i...

    Thanks .. but I had already done that actually (i set visible = false, and then tweening AutoAlpha with greensock´s Tween Engine, which sets visible = true automatically), but nothing changed.
    ...
  14. some other screen shots

    please help !! I´ve put here more attachements.

    I´ve tested on IE8, Opera and Chrome and nothing wrong happen.

    That just happens of Firefox - but not in all computers. It doesn´t happen on...
  15. unwanted outlines of movieclips and werid shapes appear on screen

    When my site finishes loading, just before the animation begins, I see for a very short period of time (just a frame I guess) weird images, actually the outlines of some elements that are supposed to...
  16. Well, that wasn´t actually the real problem -...

    Well, that wasn´t actually the real problem - you helped me to heal a "symptom" of the problem !! (a very important one though!)

    That means, now I can get those pages to load with no crash/delay,...
  17. I´ve made a reply , but I lost it ......

    I´ve made a reply , but I lost it ... damn..bref:

    thanks for answering!

    mneil, you got it I took out that code and it worked. then i made it like that:


    public function...
  18. Preloader freezes on 50% when loading certain pages

    I´m developing a website with Gaia Flash Framework and I´ve been having the following problem (which is probably not related to the Gaia Framework, though):

    My preloader freezes on 50% when...
  19. i've been quite lazy, sorry. i found a great...

    i've been quite lazy, sorry.

    i found a great little class here, by Julian Kussman:

    http://juliankussman.com/blog/2009/04/08/as3-liquid-layout-class/

    and added that to it:


    // match stage...
  20. man , i really appreciate your help. exactly what...

    man , i really appreciate your help. exactly what i needed to know.

    THANKS!
  21. Senocuar's Layout Class issue, scaling image on resize

    i've been running into weird problems regarding Senocular's Layout Class. It's a nice little framework to align and scale objects in a fluid layout, though.

    Some images in the background...
  22. so, i also tried: for each (var obj:* in...

    so, i also tried:


    for each (var obj:* in infoPanel)
    {
    trace(" clean this!!! " + obj + ", name: " + obj.name);

    if (obj is InfoBox)
    info.removeChild(obj)
  23. for each (child:someClass) in MovieClip? doesn't work!

    hello,

    In short:
    How can I remove all children that are instances of a given class?

    I've tried the following:


    for each (var obj:InfoBox in infoPanel)
    {
  24. Is TweenNano less CPU intensive than TweenLite?

    a simple question :

    Is TweenNano less CPU intensive than TweenLite or is it just more light-weight?

    By the way, I'm looking for the lighter possible Tween Engine in order to do many tweens at...
  25. Replies
    5
    Views
    2,579

    thanks a lot flosculus, i won't be able to do...

    thanks a lot flosculus,
    i won't be able to do it in after effects, cause i know very little of it ..but if i find no other solution i´ll try it .
    what about TweenNano ? it is less cpu...
Results 1 to 25 of 81
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center