A Flash Developer Resource Site

Search:

Type: Posts; User: czoka

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds; generated 41 minute(s) ago.

  1. Thread: Copy-Pasting

    by czoka
    Replies
    2
    Views
    463

    yeah my friend at school just suggested the gif...

    yeah my friend at school just suggested the gif option to me this morning and it worked
    thanx for your reply anyways...
  2. Replies
    3
    Views
    460

    use javascript on (press) { ...

    use javascript

    on (press) {
    getURL("javascript:launchwin('yourpage.html','_self','width='+(screen.width - 10)+',height='+(screen.height -...
  3. Thread: Copy-Pasting

    by czoka
    Replies
    2
    Views
    463

    Hmmmm I never came to a situation where I needed...

    Hmmmm I never came to a situation where I needed this solution before...ok here's the deal


    -I typed up something in photoshop 6
    -deleted the background layer
    -gave it some internal...
  4. Thread: if statments

    by czoka
    Replies
    2
    Views
    432

    thanx a lot man =)

    thanx a lot man =)
  5. Thread: if statments

    by czoka
    Replies
    2
    Views
    432

    what I wish to do is the following create an if...

    what I wish to do is the following
    create an if statment that looks like this

    if (_root.movieclip is at frame X){
    statment;
    }

    can I evaluate this?
    can anyone helpme out?
  6. anyone?

    anyone?
  7. Thread: Yes or No ...

    by czoka
    Replies
    2
    Views
    320

    open YOUR movie click File --> OPEN AS...

    open YOUR movie

    click File -->
    OPEN AS LIBRARY

    find the fla u downloaded from the site....find the button in the library and drag and drop it to the desired part of the scene...
  8. Replies
    7
    Views
    580

    and meanwhile the swf plays you make it preload...

    and meanwhile the swf plays you make it preload the upcoming swfs...

    you can make this slideshow broken up in pieces this way and have it load really fast... :)

    good luck on your project :)
  9. Replies
    7
    Views
    580

    even easier then two movieclips in the main...

    even easier then


    two movieclips in the main movie

    each pic#.swf should ahve a fade in picture and a command in it to load the next pic in it's place at the end of the timeline
  10. yes of course I'm tling about the...

    yes of course I'm tling about the javascript(window.open methog resize=0 is part of it)

    and yes I have specified the window size upon opening but it's still maximizible
  11. Replies
    7
    Views
    580

    o btw you can use the following to load the...

    o btw
    you can use the following to load the pic.swf into the existing opened movie


    make a movieclip the size of the pic and name it loadhere(instance name)
    and then place the following action...
  12. Replies
    7
    Views
    580

    if this is a slidelike presentation of pics ...

    if this is a slidelike presentation of pics

    why not just place each pic in a different fla to take up all of the work area(size it down to 250px )
    and export each pic (with the compressions on it...
  13. Thread: Tricks Needed

    by czoka
    Replies
    1
    Views
    358

    go to this url it'll give you the javascript...

    go to this url

    it'll give you the javascript code(window.open) explainations for all possible options when opening a new window with the javascript window.open (there aren't that many)
    ...
  14. I'm not sure how you set this up but here's what...

    I'm not sure how you set this up but here's what I think will help



    paste the following code inside your button actions
    on (release) {
    tellTarget (_root) {
    gotoAndPlay ("1");
    ...
  15. Replies
    2
    Views
    380

    try decreasing the framerate by a notch or two......

    try decreasing the framerate by a notch or two...



    Modify --> Movie

    you'll see the framerate default is 12 I believe...slow it down to 10(if it is sitting currently at 12)

    see how it runs...
  16. hmmm this may not be the cleverest solution but...

    hmmm this may not be the cleverest solution but it works...


    Make a new layer and draw a circle in that layer...

    then press F8 to convert it into a symbol(movieclip)....

    now create the...
  17. resizable=0 just prevents the window from being...

    resizable=0 just prevents the window from being resized

    I want the maximize button in the titlebar to be grayed out...(not to be able to click on it)

    help?
    [Edited by czoka on 01-09-2002 at...
  18. Thread: _root....help

    by czoka
    Replies
    6
    Views
    538

    u were right I didn't name the instances in the...

    u were right I didn't name the instances in the first place grrrrrrr.....
  19. Replies
    2
    Views
    397

    thanx a lot man everything worked out...

    thanx a lot man everything worked out perfectly....:)
  20. Replies
    2
    Views
    397

    hmm when I try to Insert Target Path and check...

    hmm when I try to
    Insert Target Path and check absolute
    I get only the _root no other movieclips in the hierarchy

    this is the scenario:

    I have a movieclip in the main timeline in layer1...
  21. Thread: _root....help

    by czoka
    Replies
    6
    Views
    538

    hehehe yea true...thanx.... :)

    hehehe yea true...thanx.... :)
  22. Thread: _root....help

    by czoka
    Replies
    6
    Views
    538

    urgh that still didn't work...with my code it...

    urgh

    that still didn't work...with my code it kept saying that it couldn't find the target...with this code nothing happens...... :((
  23. Thread: disable maximize

    by czoka
    Replies
    1
    Views
    383

    how can I disable the maximize option in the...

    how can I disable the maximize option in the title bar when I'm opening a new window...I looked around for a javascript code that can do this no luck? help?

    thanx in advance
  24. Replies
    6
    Views
    785

    hehehe your methoid works too though... :)

    hehehe your methoid works too though... :)
  25. Replies
    6
    Views
    785

    actually this feature is offered by flash ...

    actually this feature is offered by flash


    click

    File --> publish settings

    select the
    HTML tab
Results 1 to 25 of 169
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center