A Flash Developer Resource Site

Search:

Type: Posts; User: castorGraphiko

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    702

    Thanks! The problem has been solved.

    Thanks! The problem has been solved.
  2. Replies
    2
    Views
    702

    Problem with \n

    Hi! I need some help, please.

    The AS3 reads a string from a XML, that string contains a "\n" for a line break, but it dosen't work. The "\n" is displayed as part of the text.
    How can I include...
  3. Replies
    0
    Views
    482

    POST charset

    Hi there!

    I have a form that sends data using POST and I want to know if its possible to determine the charset encoding for the variables.

    Thanks!
  4. Replies
    1
    Views
    466

    I've been searching for the solution. Now I know...

    I've been searching for the solution. Now I know that is something related to the cache, if I clear the cache, everything loads correctly but I still don't get how to solve the problem without...
  5. Replies
    1
    Views
    466

    Help! flash/xml i don't get it

    Hi there!

    I have a trouble.

    I have a HTML that contains a swf file. In the html, I have some variables in Flashvars that the swf uses for call some XML files which are used to load some images,...
  6. Replies
    3
    Views
    598

    IT WORK! Thanks!!

    IT WORK! Thanks!!
  7. Replies
    3
    Views
    598

    Thanks!! I'll try.

    Thanks!! I'll try.
  8. Replies
    3
    Views
    598

    XML help needed!

    Hi there!

    Is it possible for a swf to get info from an XML file that is placed in a different domain? And if it is, how can I do it?

    Thanks for your help.
  9. Replies
    4
    Views
    506

    Thanks!

    I'll try with listeners.

    Thanks!!
  10. Replies
    4
    Views
    506

    That's true!!

    I have a xml that loads a video, but when the player doesn't find the file or path, then the browser throws a pop-up window error message. I know that if the path is correct and the file is where it...
  11. Replies
    4
    Views
    506

    Error pop up

    Hi there!

    I need some help!!

    How can I avoid that the ActionScipt error pop-ups appear.

    Thanks!
  12. Replies
    0
    Views
    473

    MP3 Player... HELP!!!! please

    Hi, here again in troubles. HEHE!

    I'm traing to make a MP3 player it's only the begin and I'm already in troubles.

    The problem is that I don't know why the mp3 file doesn't get loaded. I think...
  13. Replies
    12
    Views
    949

    Hi!

    Just as Robb@exo has write...

    You have this code:

    import fl.transitions.*;
    import fl.transitions.easing.*;

    home.addEventListener(MouseEvent.CLICK, tweenMyObject);

    function...
  14. Replies
    12
    Views
    949

    SOLVED!!!! The problem was solved. The fact is...

    SOLVED!!!!

    The problem was solved. The fact is that the variables were placed into a function, when i place the variables outside of it the problem has gone.

    Thanks, for your help!!!!!
  15. Replies
    12
    Views
    949

    Hi! I've noticed that it happens with diffrerent...

    Hi!
    I've noticed that it happens with diffrerent files.
    Here is one of them:

    package
    {
    import flash.display.*;
    import flash.events.*;
    import flash.net.URLLoader;
    import...
  16. Replies
    12
    Views
    949

    Thanks

    Thanks again.

    I'm going to look through the code, as you say there must be something wrong.

    Thanks!!
  17. Replies
    12
    Views
    949

    Thanks

    Hi, thanks for your help, but that doesn't solve the problem. I have already that code even before your post.

    What I ment is...

    there is a button that starts the tweens of the "pant1" instance....
  18. Replies
    0
    Views
    335

    Size of a bitmap

    Hi there!

    Is it possible to get the size in pixels of a bitmap file as JPG or PNG with action script?

    Thanks for your help.
  19. Replies
    12
    Views
    949

    Troubles with Tween

    Hi there!

    I'm having some problems with the tweens.

    This is my code:

    addChild (pant1);
    var pantMovX:Tween = new Tween(pant1,"x",Regular.easeOut,mouseX,600,1,true);
    var pantMovY:Tween = new...
  20. Thanks!!!

    Hi Zompo!

    Thanks for your help! It was very helpfull!
  21. Trigger a function from another class

    Please, some help. again :rolleyes:

    I have an AS3 code (home_esp.as) that imports the class of another one (InternalCarousel.as):

    import InternalCarousel;

    and uses it as its:

    var...
  22. Replies
    3
    Views
    822

    Thanks!

    Yes, as you said when the x gets 0 was divided by 0 getting NaN.

    Solved...

    Thanks!
  23. Replies
    3
    Views
    822

    How to avoid the NaN value? Help!

    i have this code:


    function mover (e:Event):void
    {
    if (e.currentTarget.scaleX > 1.39)
    {
    e.currentTarget.auxScl = -1;
    }
  24. Replies
    0
    Views
    298

    Triggers a function in other code

    Please, some help

    I have an AS3 code (home_esp.as) that imports the class of another one (InternalCarousel.as):

    import InternalCarousel;

    and uses it as its:

    var...
  25. Buttons in 3d PaperVision Bitmap Images, Help!

    Hi there! Here agin with some Flash trouble.

    I want to add some interactivity to some images making them buttons, the problem is that the template was created using PaperVision classes, when I...
Results 1 to 25 of 36
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center