A Flash Developer Resource Site

Search:

Type: Posts; User: AS3.0

Page 1 of 20 1 2 3 4

Search: Search took 0.06 seconds; generated 17 minute(s) ago.

  1. Thread: Is this possible

    by AS3.0
    Replies
    17
    Views
    4,500

    I will not be sending you anymore messages, it...

    I will not be sending you anymore messages, it looks like you do not understand.
  2. Thread: Is this possible

    by AS3.0
    Replies
    17
    Views
    4,500

    Hello, this is a new release you can embed .ttf...

    Hello, this is a new release you can embed .ttf fonts by converting them to .txt.

    This is not a normal feature in AS2 since it is an operating system feature so it required 3000 lines of program...
  3. Replies
    6
    Views
    2,266

    Hi, I adjusted the values to work for A4, Also by...

    Hi, I adjusted the values to work for A4, Also by putting all of the main movieclips inside a container called orientation, you can resize & rotate its child movieclip called main to the proper print...
  4. Replies
    6
    Views
    2,266

    Hello, you can set the background to the...

    Hello, you can set the background to the dimensions of the stage without using scale & also give the print_btn an onPress event to prepare a print.

    The full script is at the onFrame(2) scripting...
  5. Thread: Is this possible

    by AS3.0
    Replies
    17
    Views
    4,500

    Hi, v4 can convert the fonts & they are viewable...

    Hi, v4 can convert the fonts & they are viewable in swish upside down currently.

    So this is the full script currently which is a basic viewer:


    onFrame(2){
    stop()
    function...
  6. Replies
    80
    Views
    13,412

    load css simple v13 ...

    load css simple v13 (swish)
  7. Replies
    80
    Views
    13,412

    Hi, I had to fix the highlight: load css...

    Hi, I had to fix the highlight:

    load css simple v12 (swish)
  8. Replies
    80
    Views
    13,412

    Hello, this is the bug fix for drag out...

    Hello, this is the bug fix for drag out highlight:



    onMouseMove=function(){//Check if mouse is moving, the same process is used for onmouseup....
  9. Replies
    80
    Views
    13,412

    Ok, use Arial unicode MS, it seems to work better...

    Ok, use Arial unicode MS, it seems to work better for selection text.

    Are you talking about the font convertor? I can complete it if you need, I stopped working on it at 65%.

    load css simple...
  10. Replies
    80
    Views
    13,412

    Hello, the arab text seems to be showing fine for...

    Hello, the arab text seems to be showing fine for me using various font sizes, can you send me a screenshot of the issue:

    load css simple scroll 9.1 (swish)


    ...
  11. Replies
    80
    Views
    13,412

    Is that why you wanted to modify image...

    Is that why you wanted to modify image brightness, do you want me to work on this?

    image brightness

    I was thinking about the bytearray class that is just for AS3, we can work on brightness if...
  12. Replies
    80
    Views
    13,412

    Hi, "jpg" is a lossful compression that is made...

    Hi, "jpg" is a lossful compression that is made for loading fast & 1 size, If you want the best quality the #1 thing to do is work with large file size images with high dimensions that have "png"...
  13. Replies
    80
    Views
    13,412

    Hi, are the scrollpane styles ok now? With...

    Hi, are the scrollpane styles ok now?

    With ctrl+f you can search for the "SetWidth" function that was called and than set the size you want, the size is being set when the css file is loaded.

    ...
  14. Replies
    80
    Views
    13,412

    Bug fix on scrollpane alignment. Simple...

    Bug fix on scrollpane alignment.

    Simple scrollpane v7 (swish)
    combined version v9 (swish)
  15. Replies
    80
    Views
    13,412

    Hello, this version uses the original design: ...

    Hello, this version uses the original design:

    simple scrollpane v6 (swish)
    combined version v8 (swish)
  16. Replies
    80
    Views
    13,412

    Hi, margin-right issue was resolved when the...

    Hi, margin-right issue was resolved when the value was below 100.

    At the onSelfEvent(load) scripting section you can set the size of the scrollpane using setSize:

    ...
  17. Replies
    80
    Views
    13,412

    Scrollpane fix for 100%: load css simple v4...

    Scrollpane fix for 100%:

    load css simple v4 (swish)
    combined version v6 (swish)
  18. Replies
    80
    Views
    13,412

    Hello, for the combined version, I setup a...

    Hello, for the combined version, I setup a scrolling feature.

    At the onFrame(2) scripting section inside of the onMouseWheel function, page scrolling can happen if the css scroller is fully...
  19. Replies
    80
    Views
    13,412

    load css simple ...

    load css simple (swish)
  20. Replies
    80
    Views
    13,412

    Bug fix: combined version ...

    Bug fix:

    combined version (swish)
  21. Replies
    80
    Views
    13,412

    This is the new combined version, the main...

    This is the new combined version, the main program to look at is at onFrame(2).

    So the combined version checks with the scrollwheel if all of the movieclips are in view to scroll them.


    var...
  22. Replies
    80
    Views
    13,412

    Yes, But the way to center it is abit different:...

    Yes, But the way to center it is abit different:

    At the onSelfEvent(load) is where the main program is, you can center it like this:

    ...
  23. Replies
    80
    Views
    13,412

    Did you see post #35 If you are using a big...

    Did you see post #35

    If you are using a big font you will want to put:


    _root.ContentScroller.vertScroll._x=0//Put the scrollpane in view.


    Since ContentScroller doesn't use horizontal...
  24. Replies
    80
    Views
    13,412

    Fragmentation bug fix for css scrollpane simple:...

    Fragmentation bug fix for css scrollpane simple:

    download v2 (swish)
  25. Replies
    80
    Views
    13,412

    Im working on the fullscreen scrollpane. But...

    Im working on the fullscreen scrollpane.

    But this should solve the fragmentation:

    download v3 (swish)
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