A Flash Developer Resource Site

Search:

Type: Posts; User: neway

Page 1 of 20 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    8
    Views
    1,925

    I only installed CS3 today, and yes, pasteboard...

    I only installed CS3 today, and yes, pasteboard was selected. When I unselect it, the canvas (document) aligns to the top left of the workspace. Is this how it should be?

    Oh, how I miss Flash 5 :p
  2. Replies
    8
    Views
    1,925

    Thanks, I know how to get around not being able...

    Thanks, I know how to get around not being able to differentiate between the artboard and the canvas (In Adobe terms), but i'm asking if there is a way to change the artboard, as this is an option in...
  3. Replies
    8
    Views
    1,925

    Change the artboard colour

    I'm sure this question has been tackled previously, but is it possible to change the colour of the artboard in CS3 from white, or even get a line around the document?

    Thanks guys!
  4. Replies
    0
    Views
    302

    add cursor to type text

    Hello,

    How would I add a _ to the end of this text as it was typing it, to get a cursor effect.


    this.createEmptyMovieClip("clip1",1000);
    clip1.createTextField("tf1",1000,27.5,101.5,500,10);...
  5. Replies
    5
    Views
    324

    I can send you the .fla they used if it is any...

    I can send you the .fla they used if it is any help.
  6. Replies
    5
    Views
    324

    A function is used for this effect: function...

    A function is used for this effect:

    function decode(frase)
    {
    loopNumber = frase.length;
    largodemo = loopNumber;
    i = 0;
    this.onEnterFrame = function ()
    {
    ...
  7. Thread: Flash Banners

    by neway
    Replies
    3
    Views
    615

    Jolly good!

    Jolly good!
  8. Thread: Flash Banners

    by neway
    Replies
    3
    Views
    615

    That completely depends on the site, the purpose...

    That completely depends on the site, the purpose of the banner, advertisment/affiliate returns etc.

    Take a look at the banners around this site, I wouldn't say they were acceptable but flashkit's...
  9. Replies
    5
    Views
    657

    That looks correct, maybe it is something else.

    That looks correct, maybe it is something else.
  10. Replies
    2
    Views
    365

    I think you need to explain more. What...

    I think you need to explain more.

    What language do you speak? there are some mulitlingual flashkiters here.

    Update your location in user cp, it may be worth while.

    hope all is understood
  11. Thread: Protecting SWF's

    by neway
    Replies
    10
    Views
    809

    Hah, share the script that stops people sharing!...

    Hah, share the script that stops people sharing!

    Very conceptual.
  12. Replies
    25
    Views
    1,565

    What I suggest then is using the menu that I sent...

    What I suggest then is using the menu that I sent you to have the main options in, then having a small area on the HTML page with the sub menu, you dont have to make a separate frame just have a very...
  13. Replies
    3
    Views
    639

    This is from Macromedia, it is for displaying...

    This is from Macromedia, it is for displaying numbers with two decimal places.

    http://www.macromedia.com/support/flash/ts/documents/decimal_places.htm

    There is also some info here:
    ...
  14. Thread: Protecting SWF's

    by neway
    Replies
    10
    Views
    809

    Unless you were highly paranoid, you would not...

    Unless you were highly paranoid, you would not expect a client to even know what a .swf decompiler was. You can't easily recreate a movie very well with just the actionscript unless you know what you...
  15. Thread: Protecting SWF's

    by neway
    Replies
    10
    Views
    809

    what about making the movie expire, I wrote a...

    what about making the movie expire,

    I wrote a script for someone asking how to do this, if the movie is seen after the month you have specified it goes to an expired scene.

    If the client pays...
  16. Replies
    7
    Views
    607

    Create a new movie and copy everything over from...

    Create a new movie and copy everything over from the other one.
  17. Replies
    1
    Views
    486

    Thats cool! it reminds me a bit of dubit.co.uk...

    Thats cool!

    it reminds me a bit of dubit.co.uk or how it used to be.

    For the javascript functions do a google search, tutorials and script for this stuff is all over the web.
  18. Replies
    7
    Views
    607

    Try saving the file as something new (in a...

    Try saving the file as something new (in a different folder or as a different file name) then publishing the .swf
    That worked for me when I had this problem once.
  19. Replies
    25
    Views
    1,565

    Sorry, I wasnt in over the weekend. Have you...

    Sorry, I wasnt in over the weekend.

    Have you thought of having the sub-menus as a list on the HTML page running down the left of the content. This would give you more room for the navigation menu....
  20. Thread: root

    by neway
    Replies
    7
    Views
    704

    If you mean to a frame label in the next scene. ...

    If you mean to a frame label in the next scene.

    on (release) {
    _root.gotoAndStop ("framelabel");
    }
  21. Thread: root

    by neway
    Replies
    7
    Views
    704

    What do you mean by instance, do you mean the...

    What do you mean by instance, do you mean the keyframe tag?
  22. Thread: root

    by neway
    Replies
    7
    Views
    704

    on (release, keyPress "") { ...

    on (release, keyPress "<Space>") {
    _root.three.gotoAndStop (3);
    }
  23. Replies
    25
    Views
    1,565

    how much room have you got to play around with?...

    how much room have you got to play around with?
    height x width of nav available to menu.
  24. Replies
    25
    Views
    1,565

    are you creating a fully flash or HTML with flash...

    are you creating a fully flash or HTML with flash elements site?

    Reason I ask is that there is a way of creating a nav that has loads of options and can look very neat and smart, however, it...
  25. External .swf preloader...

    External .swf preloader

    May be of some help :)
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center