A Flash Developer Resource Site

Search:

Type: Posts; User: Rohm

Page 1 of 9 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    848

    caurina tween on addchild

    AS3/CS6

    I'm making tabs for each page depending on how many frames my loaded swf has.
    Added caurina tweener and the first one which flikMC uses works fine but when creating tabs on the fly
    I get...
  2. sweet it works! though in my case the change...

    sweet it works!

    though in my case the change was that the subsequent files changed more often so

    var minUrl:String=filNamnet[yearArr]+"?"+randomNumber(0,10000);

    Just I noticed it didn't work...
  3. It's when I test my SWF in my browser on the...

    It's when I test my SWF in my browser on the server. Locally it works brilliant.

    To be more specific about my project, my main SWF loads an external SWF which loads data about in which files there...
  4. [RESOLVED] swf not loading txt file with new data

    I have a swf file which basically reads myData.txt but when I update the textfile it doesnt update in the swf. How do I force myData.txt to be read every time the swf is used
  5. Replies
    4
    Views
    5,457

    Well you seem to have that bit under control. ...

    Well you seem to have that bit under control.

    Yes you were right I will not be using this 'cus I've faked it through photoshop already.
    It's interesting to read anyway and most of it I knew and...
  6. Replies
    4
    Views
    5,457

    I was only trying to use the filter property in...

    I was only trying to use the filter property in this case but if I have to code it I would, I have to use AS3 though 'cus the file uses that allready.

    Your shadow is nice but not the thing I'm...
  7. Replies
    4
    Views
    5,457

    Shadowmasters! Proper castshadow fall off?

    Is there a way in CS4 to make a proper cast shadow falloff from graphic objects. Where the shadow is hard closer to the object and blurrier the futher away from it.
    I just dont seem to find...
  8. Replies
    4
    Views
    586

    Dont hang the Rookie! ;) Thanx a bunch and I...

    Dont hang the Rookie! ;)

    Thanx a bunch and I promise to wrap the whole code If I ever need help again.
  9. Replies
    4
    Views
    586

    Not quite sure I get you. this works...

    Not quite sure I get you.
    this works
    this.compNameMoverMC.addChild(newCompMC0);
    which adds a new instance of newCompMC0 on the stage. newCompMC0
    which is a instance in the library an MC and the...
  10. Replies
    4
    Views
    586

    Rookie addChild problem

    My problem is that flash CS4 wont accept this

    for (var i:int = 0; i<=5; i++){
    tempComp = "newCompMC" + myStringNumbers[i];
    this.compNameMoverMC.addChild(tempComp);
    }

    and I know it's...
  11. Replies
    5
    Views
    859

    Ah thanx, didn't see that one. Cheers

    Ah thanx, didn't see that one.

    Cheers
  12. Replies
    5
    Views
    859

    Thanx, that could be it. What I meant I wanted...

    Thanx, that could be it.

    What I meant I wanted to see for a state change when the video starts to play (like pressing the play button or a state change is ok too ) and in that case a mc which is...
  13. Replies
    5
    Views
    859

    flvPlayback needs to moveplayead of a mc_

    I used now for the first time the built in flvplayback component i CS4 but I dont get quite how I get it to move playhead of a mc when playbutton of the component is pressed to view the f4v video. ...
  14. Thread: AS3 version check

    by Rohm
    Replies
    3
    Views
    791

    Question 2 Will flash understand any AS3 code or...

    Question 2
    Will flash understand any AS3 code or is it nonselective?
  15. Thread: AS3 version check

    by Rohm
    Replies
    3
    Views
    791

    AS3 version check

    I've just about to make a AS3 version check for my SWF, then it occured to me:

    What does flashplayer (say 7 or 8) do when it gets AS3 code... will my version check work? Or do I have to make it in...
  16. And now I found another way of doing it var...

    And now I found another way of doing it

    var tfMC:MovieClip = new textFieldsMC();
    var cDepth:int = 100;
    tfMC.name = "tipsFieldsMC" + cDepth;
    this.textMoverMC.addChild(tfMC);...
  17. Deadlock32 Thanx a whole heep man. Wouldn't have...

    Deadlock32
    Thanx a whole heep man. Wouldn't have figured that one out in the next 40 hours.
  18. Sadly enough it didn't And I been trying a lot...

    Sadly enough it didn't
    And I been trying a lot other solutions but all it's just doing my head in.

    It's just like the MC shows up fine on the stage but the textFieldsMC100 seemes to have no...
  19. [RESOLVED] interaction with AS created movieclip containing textfields

    I have a MC called textFieldsMC and it contains three textfields which has instance names, one of them is "tipsNamn", I'm just trying to pass a string to it but I cant get it to work



    var...
  20. Replies
    1
    Views
    457

    TextFormat and functions

    Hi, Got a simple problem... I think.
    I have a textField which I made on the stage which has an instance name of "nextC_dtxt" and it's inside a MC which has an instance name of "nextComps". The thing...
  21. Replies
    4
    Views
    656

    Ah.. got you. Cheers

    Ah.. got you.
    Cheers
  22. Replies
    4
    Views
    656

    Thanx a lot But is the eventlistener a must? The...

    Thanx a lot
    But is the eventlistener a must? The file is really small.
  23. Replies
    4
    Views
    656

    Ultra Newbie URLLoader class

    Need a bit of help, I have got a bit of AS2 code which I want to make into AS3 code but I'm not sure I've done the right coding. could anyone give me some feedback, the AS3 is doing my head in. Am I...
  24. Replies
    5
    Views
    980

    But cant you control both at the same time?

    But cant you control both at the same time?
  25. Replies
    5
    Views
    980

    Hm you could flip the video in another program...

    Hm you could flip the video in another program and use a higher compression on it and then when loading the first movie load this second one as well. But it's not a perfect solution.
Results 1 to 25 of 218
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center