A Flash Developer Resource Site

Search:

Type: Posts; User: FabulisoAfrikan

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    443

    thanks for the reply man. But i got it to work...

    thanks for the reply man. But i got it to work now. i had to re arrange the onEnterFrame.
  2. Replies
    5
    Views
    443

    =(

    =(
  3. Replies
    5
    Views
    443

    I have them all working now but they all move to...

    I have them all working now but they all move to one spot? am i making sense to anyone? anyone have any suggestions?




    function activateMenu() {

    for ( var i = 1; i<6; i++ ) {
    ...
  4. Replies
    5
    Views
    443

    anyone?

    anyone?
  5. Replies
    5
    Views
    443

    Slight bump

    hello fellows actionscripters!

    I have run into a small bump that I cant get around. I have written a code below to keep movie-clips moving when the one before it moves. It seems to make sense to...
  6. Replies
    3
    Views
    761

    ohhh ic. ill try it out now!

    ohhh ic. ill try it out now!
  7. Replies
    3
    Views
    761

    nobody? :(

    nobody?

    :(
  8. Replies
    3
    Views
    761

    Php query to flash?

    hello.

    I am working on integrating word press with flash inorder to have a hyrid site. Everything is working well so far. But I thought of an idea that I wasn't sure on how to tackle. I am aware...
  9. Replies
    4
    Views
    3,766

    put it in a movieclip, then blur that clip and...

    put it in a movieclip,

    then blur that clip and add color effects?
  10. div over flash object mouse events

    Hey I am working on a site with a flash object in the background.

    There are div's laying on top another div that holds the flash object and the ONLY thing that does not work are the "on release"...
  11. never mind. figure it out with some help. ...

    never mind. figure it out with some help.

    Inside the function createValues() I set the value for totalPages after this line: values = nodes.length;

    Where I initially declare the totalPages var...
  12. tried that.. but cant get it to work :(

    tried that.. but cant get it to work :(
  13. anyone?

    anyone?
  14. [RESOLVED] [CS3, AS2] minor problem with major frustration

    I have combined together a pagination script to work with external xml which rather took me a long time to figure out. Everything work out great except the "total pages" required to make the pages...
  15. unfortunatley there is no way around it. Flash...

    unfortunatley there is no way around it. Flash does not have the break feature for images.. so you would have to <br> all the way. this is in AS2 by the way. I am not sure if this was resolved in...
  16. i used the same xml file but added the ...

    i used the same xml file but added the <title> line in the <item> area.. look at my example.. i can send you my file if you want to look at it. but tommorow though.. right now i need to sleep ;)
  17. Replies
    1
    Views
    395

    anyone?

    anyone?
  18. Replies
    1
    Views
    385

    put this on the movieclip you want to center...

    put this on the movieclip you want to center "constantly"



    onClipEvent (load) {
    _x = 0;
    _y = 0;
    speed = 1;
    }
    onClipEvent (enterFrame) {
  19. Replies
    1
    Views
    395

    [F8] Data grid help :)

    hey fellow flashers :)

    I am looking to get pointed in the right direction to learn how to do a custom datagrid that loads xml. an example of what i hope to achieve after long hrs of coding is at...
  20. Never mind!! i figured it out. xml = ...

    Never mind!! i figured it out.

    xml =



    <?xml version="1.0" standalone="yes" ?>
    <news>
    <item>
    <thumb>thumbs/1.jpg</thumb>
  21. first off, thank you very much for this.. is...

    first off, thank you very much for this.. is really great. My question is how can one add new nodes to the xml, for like a title of the thumbnail? thanks
  22. Replies
    3
    Views
    574

    Thank for the reply talder, yeah man, you were...

    Thank for the reply talder,

    yeah man, you were right.. i was restricted by the a mask that stopped at a certain point.... guess still being up at 4 in the morning takes its toll on your brain...
  23. Replies
    3
    Views
    574

    [F8] Maximum _height question

    hey everybody,

    just out of curiosity, what is the maximum height allowable for the TextField? I have one and no matter how much i resize it in authoring mode, during runtime it cuts off the rest...
  24. Prevent text wrapping around an image using xml + html

    I have searched endlessly and tried to figure it out so much through trial and error. But I cannot seem to figure out how to prevent text from wrapping to the side f an image in a dynamic textField....
  25. Replies
    1
    Views
    483

    i feel so stupid... I figured it out. for...

    i feel so stupid... I figured it out.

    for those who would want to know.. just incase, where width="'+'" is.. remove 'w' and add 100% to make.... width="100%". then make the... function...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center