A Flash Developer Resource Site

Search:

Type: Posts; User: jsns

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    15
    Views
    873

    Thanks:) One more quick question I have for you,...

    Thanks:) One more quick question I have for you, whats the easiest way of re-sizing the flash movie with out messing with the animation.
  2. Replies
    15
    Views
    873

    Okay so for some reason its just skipping to the...

    Okay so for some reason its just skipping to the "goto" frame even if the cookie isnt loaded.


    THIS IS IN MY FRAME 1




    // Get the flashCookie
    var my_so:SharedObject =...
  3. Replies
    15
    Views
    873

    Thank you:)

    Thank you:)
  4. Replies
    15
    Views
    873

    Woo! I think it works, How do I clear the cookie...

    Woo! I think it works, How do I clear the cookie so I can test it again?
  5. Replies
    15
    Views
    873

    Great, this looks awesome, What should I put at...

    Great, this looks awesome, What should I put at the very end of the movie? And also I wont be pressing anything to save the cookie?
  6. Replies
    15
    Views
    873

    Ok... so far I've created this at the end of my...

    Ok... so far I've created this at the end of my "header"


    //create a new sharedObject called 'userName'
    var mySharedObject:SharedObject = SharedObject.getLocal("userName");
    //assign...
  7. Replies
    15
    Views
    873

    I'm not going to use frames, I hate them! Each...

    I'm not going to use frames, I hate them! Each HTML page "aboutus.html" "products.thml" has the SAME SWF, so it reloads each time (animation). So I would like to tell flash not to reload it.
  8. Replies
    15
    Views
    873

    load html without RE-loading flash

    Hello, I've created a website with a menu header on top, and html on the bottom. Each HTML page has "menu.swf" on it so it re-loads each page click.

    I've heard of using an empty movie clip to...
  9. Replies
    8
    Views
    484

    Just wondering how did you know it was store...

    Just wondering how did you know it was store bought? =|
  10. Replies
    8
    Views
    484

    Yeah thats what I thought too. Here is the link. ...

    Yeah thats what I thought too. Here is the link. This is NOT how it looks however, the test site doesnt enable/allow CSS styles for some reason (talking to the admin about this).
    ...
  11. Replies
    8
    Views
    484

    Thank you very much, is there a way so I can make...

    Thank you very much, is there a way so I can make it into a page with out 2 scroll bars?
  12. Replies
    8
    Views
    484

    [RESOLVED] [f8] Trouble With Html+flash

    I created a layout that has a flash menu on top, then once user clicks on that a side menu pops out to the left. The html is directly under the flash. When the user clicks on the menu items to the...
  13. Thread: pause/play loop

    by jsns
    Replies
    0
    Views
    1,573

    pause/play loop

    Hello, I need a pause/play function for my movie clip that loops from start to beginning. Once user clicks play again I want it to continue the loop.



    So far I have......
  14. Thread: pause

    by jsns
    Replies
    1
    Views
    449

    pause

    Hello, I need a pause/play function for my movie clip that loops from start to beginning. Once user clicks play again I want it to continue the loop.

    I'll quickly break it down like this

    ...
  15. Replies
    2
    Views
    1,099

    it is a window that i've opened actually. with...

    it is a window that i've opened actually. with java script...
  16. Replies
    2
    Views
    1,099

    close window function?

    i need a close window function to actually close the browser window and open up a new one that directs to the main site

    its for "skip intro"
  17. Replies
    2
    Views
    1,121

    why why! images from PS pixelated if resized

    I bring in images from PS

    .png (need transparency)

    when I resize, the image .. i even brought in 300DPI

    it gets all pixelated!
  18. Replies
    1
    Views
    566

    Resize With Out Pixlating

    hello, I need to resize my whole entire flash movies to a lower resolution. whats an easy way of doing it? can i resize the FLA?
  19. The movies are outside the "main" movie... so I...

    The movies are outside the "main" movie... so I cant name the .SWF's can I? They arent in my stage area... The whole point in not having them in my library was to lower the download
  20. Replies
    1
    Views
    787

    nvm i think i got it _parent

    nvm i think i got it

    _parent
  21. Replies
    1
    Views
    787

    GotoAndPlay question

    I have an object that is for skipping an intro.

    on (release) {
    gotoAndPlay("menu");

    }



    This is a button
  22. Replies
    1
    Views
    803

    how to name a movieclip?

    Hello, this is a complete noob question but... how do I name the movieclip for the following function

    movieclip._visible = true/false

    I'm loading in menu.swf say for example. And I need to...
  23. I know this is a newbie question but... my clip...

    I know this is a newbie question but... my clip "name" that I first need to load is MENU.SWF, and thats not working. How do I define the name of a certain movie clip, or find out? Thank you alot...
  24. is there a command for hiding/showing the movie?...

    is there a command for hiding/showing the movie?

    are you using the command loadMovieNum("") for the "import" ? thanks
  25. dling external .swf files while main movie is playing

    Does anybody know a command to have your flash movie download external .swf movies within the "main" movie while playing. I have about 8 .swf's that are all linked together but the problem is the...
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center