A Flash Developer Resource Site

Search:

Type: Posts; User: azz_kicker

Page 1 of 13 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    896

    Look into using PopUpManager + creating custom...

    Look into using PopUpManager + creating custom components.
  2. Replies
    2
    Views
    856

    <application ...>
    <VBox width="100%" height="100%" horizontalAlign="center" verticalAlign="middle">
    <!-- place app contents in here -->
    </VBox>
    </application>

    Note: You may want to turn on/off...
  3. Replies
    1
    Views
    852

    You could fire a custom event back that sends off...

    You could fire a custom event back that sends off the new value. Once captured, you can update your dataGrid's dataProvider?
  4. If you have a dynamic text field in your button...

    If you have a dynamic text field in your button that you made in Flash it should be as simple as this:

    var myButton:ButtonMadeInFlash = new ButtonMadeInFlash();
    myButton.myTextField.text = "Click...
  5. Replies
    2
    Views
    1,892

    Yeah, as a matter of fact, to make your life...

    Yeah, as a matter of fact, to make your life easy, RealEyes already did it and gave the code away (very nice of them). You can get the source via SVN here: http://code.google.com/p/reops/

    Also...
  6. Replies
    22
    Views
    40,002

    While thats a nice looking horse, I get the vibe...

    While thats a nice looking horse, I get the vibe that the polygons are at a super high level. Trying to animate that horse in Swift 3D might be a nightmare. I'd suggest using a lower polygon model...
  7. Replies
    4
    Views
    858

    A. AS3 makes you a better, more efficient...

    A. AS3 makes you a better, more efficient programmer. Its hard to point a finger at what exactly is better (aside from pointing out the obvious - better performance, true OOP, etc).

    Force...
  8. Replies
    49
    Views
    155,529

    Sticky: New Papervision Video Tutorial - Clickable Objects

    Hey all,
    Just sharing my latest tutorial on Papervision 3D. This video tutorial that I put together features an exercise that demonstrates how to make objects clickable in Papervision.

    Heres...
  9. Replies
    0
    Views
    2,925

    Need help identifying this font...

    Check out this font...
    http://www.flickr.com/photos/27989726@N04/2668948188/

    Anybody have any ideas what the font face may be? Or something similiar?

    Thanks!
  10. Replies
    8
    Views
    4,109

    Hey guys, I added another chapter on Papervision...

    Hey guys, I added another chapter on Papervision 3D Viewport Filters with preview files, sources files and outlined info.
    http://www.madvertices.com/2008/03/viewport-filters-ix.html

    I've also...
  11. check out my blog. I have detailed instructions...

    check out my blog. I have detailed instructions for setting up and programming Papervision content. http://www.madvertices.com
  12. Replies
    8
    Views
    8,138

    Hey guys, I have detailed instructions and...

    Hey guys, I have detailed instructions and tutorials on how to download, use and program with Papervision on my blog. http://www.madvertices.com

    Check it out, hope it helps.
  13. Replies
    8
    Views
    4,109

    Papervision 3D Video Tutorials

    Hey all,
    I've been working on a Papervision 3D tutorial series. If you're looking to get started using the PV3D API this might be a good place to start. It has videos tutorials, source files and...
  14. Replies
    1
    Views
    691

    Zoomify problem

    If anyone knows a thing or two about zoomify I could use some assistance. The problem i'm having is when I simply click on the image within the viewer it will zoom it but the image x, y (pan) go...
  15. can't attach rollover actions to dynamic menu

    I'm trying to build a dynamic menu but I am having trouble attaching the actions to the clip.

    Here is my code:
    this.createEmptyMovieClip("menu", -1);
    menu.attachMovie("invis", "invis", 1);...
  16. Replies
    1
    Views
    500

    url encoding

    I'm putting together a string of variables to spit into a cookie. The string contains characters like ^ and =. When I retrieve the cookie data it encodes those special characters. Such as, =... %2e
    ...
  17. on(release, press)... but from the timeline?

    So here is my delima... I'm trying to find a way to write the following code so that it executes under two events (release and load).

    glove1.onRelease = function() {
    //do something...
    };

    but...
  18. Flash Version of right click "save target as"

    Is there a way to simulate right click "save target as" and specify the file to download from within flash? I need a file to be force downloaded. Zipping them won't work in this case unfortunately.
    ...
  19. Property for finding a loaded movies stage width?

    The title says it all.
    Is there any way I can get the stage width of a movie that I load into my swf?
  20. Replies
    2
    Views
    486

    Thanks a buch Launchpad! I was given a couple...

    Thanks a buch Launchpad!

    I was given a couple solutions (including the ones you mentioned).
    http://www.kirupa.com/forum/showthread.php?t=211794...
  21. Replies
    2
    Views
    486

    Force a banner to open to _blank

    Ok, so we have this banner ad system and we plug peoples banners into it. Some people give us .swf files that open to _self or the current window the banner is sitting in.

    I was wondering if there...
  22. Replies
    2
    Views
    591

    Syncing audio with large video?

    I have a large video (720x405) that is embedded within my Flash file. I'm having trouble getting the audio to sync with it. At first I imported the video with the audio integrated into the video but...
  23. Replies
    17
    Views
    12,205

    (((Swift 3D Addict Winner - Gareth Williams...

    (((Swift 3D Addict Winner - Gareth Williams a.k.a. NickelSlot)))

    This entry needs no explanation. The results speak for themselves.
    Gareth Williams (Nickelslot) has been swifting for many moons...
  24. Replies
    17
    Views
    12,205

    Congrats to Adam Browne & Blake Henry Adam and...

    Congrats to Adam Browne & Blake Henry
    Adam and Blake put together a first class production animated short using Swift 3D and After Effects.
    Blake produced a hilarious storyline/storyboard for the...
  25. Replies
    2
    Views
    2,337

    Oh man, don't talk about snowboarding. I'm going...

    Oh man, don't talk about snowboarding. I'm going into widthdraw at the moment.
    I can't wait to get up and do some boarding. Its been awhile.

    My bro and I got a weekend planned to hang with some...
Results 1 to 25 of 307
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center