A Flash Developer Resource Site

Search:

Type: Posts; User: aesthetics7

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    87
    Views
    9,813

    hey flax, I have a question about a full screen...

    hey flax, I have a question about a full screen scroll bar.. check out my threadhttp://board.flashkit.com/board/showthread.php?t=810312
  2. Replies
    2
    Views
    533

    Full Screen Scroll Bar Help!

    Okay, here's the deal.

    I've pretty much finished my site... You can view it here:

    www.iankemp.com

    The problem with this is that with someone who has a lower resolution, the movie tends to...
  3. Replies
    12
    Views
    930

    package { import flash.display.*; import...

    package {
    import flash.display.*;
    import FluidLayout.*;
    import flash.display.Sprite;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    import flash.events.Event;...
  4. Replies
    12
    Views
    930

    var currentIndex:int =...

    var currentIndex:int = a.indexOf(currentFrameLabel);


    In that, is currentFrameLabel supposed to be changed?

    1120: Access of undefined property currentFrameLabel.
  5. Replies
    12
    Views
    930

    bastards. Alright, I thought I could.

    bastards. Alright, I thought I could.
  6. Replies
    12
    Views
    930

    looks like alot less than yours ha. I'm testing...

    looks like alot less than yours ha. I'm testing your code out right now..


    package {

    import flash.display.*;
    import FluidLayout.*;
    import flash.display.Sprite;
    import...
  7. Replies
    12
    Views
    930

    Something like this? private var...

    Something like this?



    private var a:Array=["urban","twentythree","citibrochure","csccard","rokroom","hiphop","metal","vangogh"];

    public function worknextClicked() {
    ...
  8. Replies
    12
    Views
    930

    Alright, I'd be interested in setting up a...

    Alright, I'd be interested in setting up a mc_workss class. Could you give me some pointers about what to include and it and setting it up?
  9. Replies
    12
    Views
    930

    Yes, that is the exact problem. It's skipping...

    Yes, that is the exact problem. It's skipping frame 1 and the code isnt being executed. I don't have a class set up for it:(
  10. Replies
    87
    Views
    9,813

    http://board.flashkit.com/board/showthread.php?p=4...

    http://board.flashkit.com/board/showthread.php?p=4234787#post4234787

    Problems with navigating through a slideshow from different frame labels.
  11. Replies
    12
    Views
    930

    Navigating through slideshow

    I have two movieclips this is based off of. work_mc and workss_mc

    Work_mc is a collection of thumbnails on one frame.

    Workss_mc is a collection of larger images with descriptions that has to...
  12. Replies
    87
    Views
    9,813

    Yeah it is.. Let me make a new thread real quick.

    Yeah it is.. Let me make a new thread real quick.
  13. Replies
    87
    Views
    9,813

    hey flax, got a quick question for you if you are...

    hey flax, got a quick question for you if you are still around??
  14. Replies
    11
    Views
    907

    move line 55?

    move line 55?
  15. Replies
    11
    Views
    907

    I'm still getting A error: TypeError: Error...

    I'm still getting A error:

    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Website/setBackground()[Website::frame1:43]
    at...
  16. Replies
    11
    Views
    907

    I think i'm getting closer here.. if(stage !=...

    I think i'm getting closer here..

    if(stage != null) {
    init();
    }

    addEventListener(Event.ADDED_TO_STAGE, init);

    function init(event:Event = null):void {
    stage.scaleMode =...
  17. Replies
    11
    Views
    907

    I was looking at the document class the entire...

    I was looking at the document class the entire time, like why isn't this changing?

    So, I guess it has to deal with the fullscreenEvent



    //FullScreen
    stage.scaleMode=StageScaleMode.NO_SCALE;...
  18. Replies
    11
    Views
    907

    On one fla - the main fla.. I have: Line 19...

    On one fla - the main fla..

    I have:

    Line 19 would be the first line.. I read where when you load an swf externally, the stage doesn't exist the same way. Is this true?
    ...
  19. Replies
    87
    Views
    9,813

    check this out, see if you have any idea why this...

    check this out, see if you have any idea why this is happening:

    http://board.flashkit.com/board/showthread.php?t=809672

    I'm using a preloader that is loading the main swf..When I test the main...
  20. Replies
    87
    Views
    9,813

    hahahah. mr. t is just as rad though. Only if he...

    hahahah. mr. t is just as rad though. Only if he was half of intelligent as hannibal. I started trying to mix the two styles and i ended up running into more problems, so i'm like you know what.....
  21. Replies
    87
    Views
    9,813

    Flax, Just wanted to let you know I recoded...

    Flax,

    Just wanted to let you know I recoded the entire site based on the knowledge that you provided to me and everything is working really smooth now! Thanks alot!
  22. Replies
    11
    Views
    907

    Another 1007 Null Object reference

    Hey all,

    I'm getting this error:

    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Website/frame1()[Website::frame1:19]


    But the thing is, if I...
  23. Replies
    87
    Views
    9,813

    Nice, that seems to work well. Thanks! I...

    Nice, that seems to work well. Thanks! I updated the back button to use showModalContent instead of addChild, I'll be changing a ton of stuff around tomorrow so I'll let you know how this works out...
  24. Replies
    87
    Views
    9,813

    I see where that can be very useful, what if I...

    I see where that can be very useful, what if I wanted to remove something then that wasn't loaded with removeModalContent? I will still try to load work_mc with showModalContent but I'm just curious
  25. Replies
    87
    Views
    9,813

    and I can't have more than one arguement such as ...

    and I can't have more than one arguement such as
    showModalContent & removeModalContent in the same function?

    1137: Incorrect number of arguments. Expected no more than 0.


    ...
Results 1 to 25 of 72
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center