A Flash Developer Resource Site

Search:

Type: Posts; User: quovadimus02

Page 1 of 11 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    5
    Views
    481

    Doh. No wonder I was having trouble figuring it...

    Doh. No wonder I was having trouble figuring it out, I was making it way more complicated than it had to be with all kinds of conditional statements running through my head. Thanks for the help.
  2. Replies
    5
    Views
    481

    How do they set the minimum and maximum...

    How do they set the minimum and maximum dimensions then? Cause it only scales so small and the same is true for how large it will get as well.

    I started playing around a bit with some code and...
  3. Replies
    5
    Views
    481

    Help with scaling

    I'm looking for some advice on how to achieve a scaling effect. My movie will be running at 100% width and height of the browser window and I'm looking to scale some elements based on how big the...
  4. After a tasty lunch I figured it out. It was due...

    After a tasty lunch I figured it out. It was due to the fact that I was declaring the class as a local variable and not global. Simply removing the "var" declaration fixed my issue. DOH! ...
  5. Bit of help with ExternalInterfaceCall

    I need to call a function within a JavaScript class from within my AS. I can get this to work successfully if the JavaScript function is just a basic public function, but not from within my class. ...
  6. Nevermind, I'm just bad with math. DOH!

    Nevermind, I'm just bad with math. DOH!
  7. It wouldn't let me attach an AS file so here it...

    It wouldn't let me attach an AS file so here it is below.



    package com.Media.Video {

    import flash.display.MovieClip;
    import flash.geom.Rectangle;
    import flash.net.NetConnection;...
  8. Help with volume slider for video player

    I'm trying to set up a slider that will adjust the volume of the video that is playing. I currently have a slider that adjusts the progress of the video that works just fine. I set my volume slider...
  9. Replies
    2
    Views
    505

    Yea the CPU friendly part was the thing I was...

    Yea the CPU friendly part was the thing I was worried most about. I'm horrible at Math so I'm not sure if this is going to work out or not. Might have to resort to a masked animation or something.
  10. Replies
    2
    Views
    505

    Ideas on how to achieve this effect.

    I'm looking to create this effect using actionscript. I don't really know how to describe this effect other than it's very easy to create in Illustrator using the blend tool. I've included a sample...
  11. Replies
    0
    Views
    263

    Help with reapplying style sheet

    I have a timer system that changes the content of a text field every 8 seconds using setInterval. I have a style sheet applied to the the textfield when my movie first starts and everything looks...
  12. Replies
    1
    Views
    339

    Anyone got any thoughts? I still haven't figured...

    Anyone got any thoughts? I still haven't figured out why this isn't working for me. OOP is frustrating sometimes.
  13. Replies
    1
    Views
    339

    Little help with my class

    I'm making a class for an image viewer movieclip. Right now the movieclip sits on the main timeline and is called fullSizeViewer_mc, the linkage identifier as well as the class name is...
  14. Replies
    9
    Views
    580

    Thanks for the ideas, I definitely think I'll...

    Thanks for the ideas, I definitely think I'll have to rework a lot of this code to make the nav idea happen. OOP and smaller functions might be a good route to go. Thanks again.
  15. Replies
    9
    Views
    580

    any ideas on how I could make a nav to allow...

    any ideas on how I could make a nav to allow users to page through the slide show (previous + next)? any suggestions as to how to accomplish that would be awesome.
  16. Replies
    9
    Views
    580

    Ahhh I can't believe it was that simple in the...

    Ahhh I can't believe it was that simple in the end. Awesome though. Thanks a lot for your help. In case anyone else is interested here is my final code.



    import mx.transitions.Tween;
    import...
  17. Replies
    9
    Views
    580

    Ok, as Cresquin suggested I made a version of my...

    Ok, as Cresquin suggested I made a version of my slide show that creates new clips and removes old ones instead of continually swapping depths. Still has the same problem though. For some reason...
  18. Replies
    9
    Views
    580

    Thanks for the help. I see what you were...

    Thanks for the help. I see what you were thinking but it didn't help unfortunately. Your additions to the code disabled the clip that was off the stage so there is no way for the user to click on...
  19. Replies
    9
    Views
    580

    Help with slide show linking problem

    Here's the setup. I have a slide show that is populated via XML. The only data in my XML file is a path to an image and a URL for said image to link to. Pretty simple so far. My movie is 657x290...
  20. Awesome thanks alot for your help. I took your...

    Awesome thanks alot for your help. I took your code and modified it to work with XML attributes (seemed a little bit neater for this particular project). Here's what my final code looked like...
  21. Help dynamically populating an associative array

    I am trying to create an associative array and dynamically populate it with information from an XML file. I have no idea how to make a loop that can achieve this, all my attempts thus far have...
  22. Replies
    2
    Views
    412

    Thanks. I figured there was some slick way of...

    Thanks. I figured there was some slick way of doing it with AS but this will work just fine.
  23. Replies
    2
    Views
    412

    How is this photo effect achieved?

    I've seen a few sites that load really low-res large pixilated versions of an image before the high-res version is loaded. Similar to this. Anyone have any ideas on how this is achieved?
  24. Thread: [f8]

    by quovadimus02
    Replies
    3
    Views
    443

    Awesome, that worked great. Thanks for your help.

    Awesome, that worked great. Thanks for your help.
  25. Thread: [f8]

    by quovadimus02
    Replies
    3
    Views
    443

    [f8]

    I have 7 movieclips on my stage and have their original x & y positions stored in an array. I have a function that runs 7 times and moves each of the clips off the stage in a random direction, fades...
Results 1 to 25 of 274
Page 1 of 11 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center