A Flash Developer Resource Site

Search:

Type: Posts; User: Rabel

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    7,079

    PHP - Adding info to the setAttribute

    Hi Guys,
    I am trying to add a url to the beginning of this setAttribute
    $media2->setAttribute('url', $_POST['content']);

    Right now it include a portion but I just need to add...
  2. AS 2 im sorry i made a mistake i am actually looking...

    im sorry i made a mistake i am actually looking to get


    peopleObject0.name
    peopleObject0.phone
    peopleObject0.image
    peopleObject1.name
    peopleObject1.phone
    peopleObject1.image
  3. AS 2 How do you get incremented xml data in a for statement?

    Hello,

    I am importing data using xml and getting incremented data that looks like this


    peopleObject.name0
    peopleObject.phone0
    peopleObject.image0

    peopleObject.name1
  4. Replies
    9
    Views
    2,450

    AS 2 Yes, thanks Nig, autoSize was it.

    Yes, thanks Nig,
    autoSize was it.
  5. Replies
    9
    Views
    2,450

    AS 2 Thanks Buddy but i dont think we're on the same...

    Thanks Buddy but i dont think we're on the same page.

    If anyone could help this is a quick very simple example

    Draw a text box, about 50px, make it dynamic text, multiline, Render text as html....
  6. Replies
    9
    Views
    2,450

    AS 2 it only shows the three lines, and then cuts off...

    it only shows the three lines, and then cuts off the rest of the text. I would like the text box to extend down as far as needed.
  7. Replies
    9
    Views
    2,450

    AS 2 Thanks nig but that cuts off. So I need to set...

    Thanks nig but that cuts off.
    So I need to set the width but then it continue to expand down if it has more than the default text i have there.
    I have three lines there now, if something is loaded...
  8. Replies
    9
    Views
    2,450

    AS 2 Expandable dynamic text

    This should be very simple, I am having some trouble with my dynamic text box cutting off after a few lines that i already have populated.
    How can I set it up so that it is expandable.

    Thanks,...
  9. Replies
    0
    Views
    1,400

    AS 2 Creating Clips with buttons inside

    Hi Guys,
    Im looking to make dynamic buttons on my menu.
    I need to set it up so that if your in a certain section you will have buttons that go with it. The best way i think would be create a mc,...
  10. Replies
    3
    Views
    1,232

    CS3 ok so than you are updating the code to reflect...

    ok so than you are updating the code to reflect and close correctly(videoTwo, videoThree). Im sorry if you upload an fla I can look at it and may be able to help more. Sorry the close button doesn't...
  11. Replies
    3
    Views
    1,232

    CS3 are you sure your using "videoOne" for every one.

    are you sure your using "videoOne" for every one.
  12. Replies
    0
    Views
    1,376

    Liquid Layout aspect ratio

    Hi Guys,
    I am working on a scaling liquid layout option for a new site and the problem Im having is that the bg is supposed to stay the same aspect ratio no matter the size.
    This is the code I am...
  13. CS3 Here you go check it out and let me know if you...

    Here you go check it out and let me know if you have any questions, there are a lot of ways to do it but this works.
  14. CS3 if you save it as cs3 I will take a look

    if you save it as cs3 I will take a look
  15. CS3 on(release) { lastFrame=6 ...

    on(release)
    {
    lastFrame=6
    if(_root.currentframe < lastFrame)
    _root.nextFrame()
    else
    _root.gotoAndStop("F1")
    }

    or just put lastFrame=6 on the frame and use _root.lastFrame
  16. Replies
    1
    Views
    561

    actually what is happening is that the interval...

    actually what is happening is that the interval is never being called, the jump is coming from the bottom part of the code where it has the same code so that it goes as soon as you press the button....
  17. Replies
    1
    Views
    561

    Interval doesnt work?

    I am working on a slideshow piece where you would press the button once to start and press again to stop. I set the variable in the main section archslideshow="off"
    All the other variables that are...
  18. Replies
    23
    Views
    2,022

    CS3 hey Dog, Did that one work.

    hey Dog, Did that one work.
  19. Replies
    23
    Views
    2,022

    CS3 sorry try this

    sorry try this
  20. Replies
    23
    Views
    2,022

    CS3 Ok I included it but had to remove the thumbs and...

    Ok I included it but had to remove the thumbs and images but you should see the rollovers and click that then do press places and this will bring you back to the places label. I would like the images...
  21. Replies
    23
    Views
    2,022

    CS3 Sorry Dog that doesnt seem to work, it loads in...

    Sorry Dog that doesnt seem to work, it loads in random places for a few times then stops loading them at all on the fourth or fifth time through. Any ideas?
  22. Replies
    23
    Views
    2,022

    CS3 Im sorry Dog, I would like to have it so that it...

    Im sorry Dog, I would like to have it so that it is random the first time and then keeps the same position for the attachBitmap and bt each time you come back to the section until you leave the site.
  23. Replies
    23
    Views
    2,022

    CS3 Hey Dog, I have another question if you can, I...

    Hey Dog,
    I have another question if you can, I am trying to make it so that it only does the random code the first time through so something like this



    if(places==null){
    places="entered"
    ...
  24. Replies
    23
    Views
    2,022

    CS3 Your the man now dog, sorry had to do it. Works...

    Your the man now dog, sorry had to do it. Works great. Thanks for all your help.
  25. Replies
    23
    Views
    2,022

    CS3 Dog I think you are going in the right direction...

    Dog I think you are going in the right direction but i cant get that to work, what i am trying to do is have the button go to the right page

    this['places'+rannum].bt.onRelease = function () {...
Results 1 to 25 of 154
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center