A Flash Developer Resource Site

Search:

Type: Posts; User: rdurbin

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    323

    Good catch. -but- The code you pointed out...

    Good catch.

    -but-

    The code you pointed out only affected the third loop.

    I fixed the code and the problem is still happening on the second and third loop.

    thanks,
    Reid
  2. Replies
    2
    Views
    323

    clip with dynamic text vanishing **poof**

    I am looping through an animation 3 times. Each time I am swapping in text dynamically from an array.

    When I try to reposition one of the clips during the animation, it disappears.

    Here is...
  3. thanks for your help #51055. I ended up doing...

    thanks for your help #51055. I ended up doing exactly what you outlined.

    It just seems like such a bizarre way to find such commonly used info.
  4. That makes sense. How then do I find the top...

    That makes sense.

    How then do I find the top left position in Actionscript?
  5. actionscript X & Y values different than info window

    I have a MC that i have sized as 100x100 and positioned at X=100 and Y=100.

    When I check the values in actionscript, the values are different.

    ARRRRRRRRRRRRRRRRRRRRRGGG.
  6. Replies
    6
    Views
    643

    I am looking at your .fla file and I don't...

    I am looking at your .fla file and I don't understand where you are trying to go. Where is scene 2? on the main timeline?
  7. Replies
    5
    Views
    709

    replace "_root.movieClipName" with the correct...

    replace "_root.movieClipName" with the correct path and name of your clip. Replace 222 with the width and height you want.


    _root.movieClipName._width = 222;
    _root.movieClipName._height = 222;
  8. Replies
    6
    Views
    643

    try this: on (press){...

    try this:

    on (press){
    _root.gotoAndPlay("Scene2",1);
    }
  9. Replies
    1
    Views
    460

    good to know!

    good to know!
  10. Replies
    2
    Views
    1,168

    You can use getURL to run a program through CGI...

    You can use getURL to run a program through CGI or some other serverside scripting language.

    As far as I know, you can't run an exe from flash.
  11. problem with a dynamic bar chart i am creating

    Hi.

    I am creating a bar chart that has 3 values that are supposed to visually stack on each other.

    Right now I have the bars scaling correctly. I am now struggling with the placement of the...
  12. Replies
    1
    Views
    539

    If you are trying to import as and use html, then...

    If you are trying to import as and use html, then you will only be able to do basic html rollovers. Html/css support is still very rudimentary.

    I can't think of any other way (than html) to bring...
  13. scale with actionscript from registration point

    Is there a way to scale a movie clip using actionscript that uses registration points?

    EX: I want to increase the height of a clip but have it expand only upwards, not up and down.


    thanks,...
  14. placement problem with dynamically scaled and placed images

    Here is a link with both the .fla and the .swf.
    http://66.80.155.45/ex.htm

    I am trying to scale, then place 3 colored clips and I want the clips to stack on top of each other.

    I have the...
  15. Replies
    2
    Views
    313

    perfect

    thanks. that was exactly the nudge i needed!
  16. Replies
    2
    Views
    313

    dynamic reference to clip

    I am having a syntax problem with a bit of actionscript.


    Shouldn't this statement:

    _root.majorMask.masterMC.maskFaces.neg1.createEmptyMovieClip(nm,i);



    Equal this one?:
  17. Thread: font issues

    by rdurbin
    Replies
    1
    Views
    454

    font issues

    I am trying to edit my flash movie on my PC that I created on my Mac.

    The problem is that I want to include in the flash file the font so it is available when I am authoring on the PC. (i dont...
  18. Thread: presentation

    by rdurbin
    Replies
    10
    Views
    492

    1/2 solution

    The height and width changes were half of the solution.

    The other step that you have to work through is opening the window fullscreen using javascript. You will have to specify the width and...
  19. Replies
    2
    Views
    337

    syntax question

    I am trying to figure out the correct syntax for this statement.

    This works:

    variableName = "davis";
    _root[variableName]._alpha = 22;


    But how do I do it without using _root in the...
  20. Thread: presentation

    by rdurbin
    Replies
    10
    Views
    492

    example

    The example I posted www.larsen.com, wasn't the effect you were looking for?

    Reid
  21. non actionscript tween

    I was hoping to find a solution that would use a flash tween as opposed to a tween controlled by actionscript.

    Reid
  22. Thread: presentation

    by rdurbin
    Replies
    10
    Views
    492

    in the html

    if you look at your html source you should see a couple of tags that have both height and width properties... they should contain values that correspond with the size of your flash document.

    EX:...
  23. Thread: presentation

    by rdurbin
    Replies
    10
    Views
    492

    yes

    You can have the .swf scale in html to 100% height and width. Then you can resize the browser window to fullscreen using javascript.

    check out www.larsen.com for an example
  24. Replies
    1
    Views
    345

    more information

    Could you post a url?

    Yes, you can open the browser fullscreen on a mac using javascript. Keep in mind that some room is saved for toolbars and the dock (in os x).
  25. levels problem with dynamically loaded jpg?

    I am having a problem with animating a jpg that I loaded dynamically.

    Basically what I want to happen, is I want to on an event (button
    click) i want the dynamic image to fade out.

    I think...
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center