A Flash Developer Resource Site

Search:

Type: Posts; User: ericflash

Page 1 of 20 1 2 3 4

Search: Search took 0.35 seconds.

  1. Replies
    2
    Views
    919

    loop through object properties

    I have an object that gets properties added in this sequence.

    Home
    School
    living
    status
    sound
    Memory

    When I loop through the object they don't come out in that sequence.
  2. Replies
    0
    Views
    971

    looping through XML

    I have an xml file that I need to loop though to find a specific node based on a String value. When it finds this node it also needs to know the index or depth of this node in the xml tree.

    here...
  3. Thread: node length

    by ericflash
    Replies
    3
    Views
    1,121

    5TonsOfFlax thanks I woke up this morning and...

    5TonsOfFlax thanks I woke up this morning and realized the [0] was screwing me up.

    Thanks
  4. Thread: node length

    by ericflash
    Replies
    3
    Views
    1,121

    Anyone.

    Anyone.
  5. Thread: node length

    by ericflash
    Replies
    3
    Views
    1,121

    node length

    I'm trying to use EX4 built in looping to find the length of a list of items.
    here is the xml:


    <display name="image1" type="image">
    <src>dev/img/homeGroup1.jpg</src>
    </display>
    <display...
  6. Thread: copy pixels

    by ericflash
    Replies
    3
    Views
    1,701

    Yea I might not need a second bitmapData. YEs...

    Yea I might not need a second bitmapData.
    YEs button is the Sprite with my png inside it.
    What that how can I create a clone of this that still holds its transparency.
  7. Thread: copy pixels

    by ericflash
    Replies
    3
    Views
    1,701

    copy pixels

    This is driving me mad. All I want to do is copy pixels or clone pixels from one Sprite into another empty sprite. I can get it to do it but it brings the data in as a square. I basically have a...
  8. Replies
    1
    Views
    783

    drag and slide

    Anyone know how I would do a drag and slide like you would do on an Ipad. I want when the user drags a page it will drag between the bounds of the viewable area and stop. For example I have a...
  9. Replies
    0
    Views
    12,596

    Whats this font

    Anyone know what's this font.

    http://www.artaholic.com/font/screen.jpg
  10. Thanks swak, Yea the project is way to big to...

    Thanks swak, Yea the project is way to big to post. At Least I Know my code works. Thanks for the help
  11. Ah I missed typed yes it should be vid.x. It...

    Ah I missed typed yes it should be vid.x. It works for me when I test it in another file but in my movie its not working correctly.

    I found another way around it which worked out for me. I took...
  12. Keep object in stage center while scrolling

    I have a situation where i have a horizontal scrolling container that has a video object inside it. the video object has to stay inside the scrolling content for another reason i don't want to get...
  13. Replies
    0
    Views
    912

    Image magnify

    Does anyone know where I can find a tutorial or the math to create this effect.
    You have a small image and a large zoomed in image. The large Image is masked out only showing a small part. I want...
  14. Replies
    2
    Views
    2,428

    Thanks for the reply cancerinform. I did a quick...

    Thanks for the reply cancerinform. I did a quick test outside of my file and it worked correctly. It must have something to do with my file. At least I know I'm not going mad and this does in fact...
  15. Replies
    2
    Views
    2,428

    getQualifiedClassName

    I'm running into an issue with a Library class not being able to get the correct getQualifiedClassName. Here is my setup.

    I have a lot of MovieClips on the stage with instances names like item0,...
  16. Replies
    1
    Views
    480

    Anyone ?

    Anyone ?
  17. Replies
    1
    Views
    480

    Mapping Tutorial

    Does anyone know where I can find some code to do a mapping effect. I'm not sure if thats the right term but what I'm after is.

    I have a scaled down image as a small box. This small image will...
  18. Replies
    4
    Views
    7,558

    Thanks jtranber

    Thanks jtranber
  19. Replies
    4
    Views
    7,558

    Thanks jtranber, The only problem is I need it...

    Thanks jtranber,

    The only problem is I need it to be an optimized jpg not a PNG.

    Thanks
  20. Replies
    4
    Views
    7,558

    export layers to jpgs in photoshop CS5

    I know there is an option for this in CS5 but I can't get it to work where it also trims the image to the correct pixel size like fireworks can do.

    When I go to Scripts > export layers to files...
  21. Replies
    4
    Views
    727

    Perfect thats the answer I was looking for. ...

    Perfect thats the answer I was looking for.

    Thanks
  22. Replies
    4
    Views
    727

    Anyone ?

    Anyone ?
  23. Replies
    4
    Views
    727

    global LoaderContext

    I have a setup where I'm loading files from another server and I wanted to setup a global contextLoader. Here is how I'm doing it.
    My Globals class is just a public class that has an object called...
  24. Replies
    0
    Views
    522

    swfObject 2.0

    Why would this not work? I'm using swf object 2.2
    http://code.google.com/p/swfobject/downloads/list


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  25. Replies
    2
    Views
    1,752

    I tried using the sorton which sorted them into...

    I tried using the sorton which sorted them into an array but its still not what I need. I really want a way to have each group in a dictionary.

    for each ( var item:XML in xml.item ) {...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center