A Flash Developer Resource Site

Search:

Type: Posts; User: flemming

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    302

    [CS3] Change Color Btn_Component

    Hi there

    This change the colors set from .as
    BUT its blinking its original color

    Any Idear how to solve this

    REGARDS
  2. Could this be running vertical Regards ...

    Could this be running vertical

    Regards
    Flemmig
  3. Hi there ... How can I get this running...

    Hi there ...

    How can I get this running vertical

    Regards

    Flemming
  4. Thread: CDATA section

    by flemming
    Replies
    1
    Views
    1,068

    CDATA section

    Hi guys

    How can I load xml with CDATA so part of node can be formatted

    Tried this but only the first text appears not CDATA part


    <?xml version="1.0" encoding="utf-8"?>
    <images>
    <image...
  5. Replies
    3
    Views
    4,438

    Hi Martyg Could you please zip your upload...

    Hi Martyg

    Could you please zip your upload file ... Ive been trying really hard to find a way uploading with in flash using asp


    Regards

    Flemming
  6. Replies
    4
    Views
    455

    colorTransform

    Yeah

    Have been thinking of that but the clip is placed inside other
    movies ... so therefore it would be great if the could be assign
    with the color from main

    But Thanks
  7. Replies
    4
    Views
    455

    Colortransform exsample AS3

    Hi again ...

    Here you see my ? It would be a lot easier to only set the color once
    for all movies and also dont worry if the are placed inside other movies

    Hope for solutions
  8. Replies
    4
    Views
    455

    Color transform on muliple movieclips

    Hi there ...

    I wonder If the is a way to change the color of the many clips ive got in the library ... right now I am doing it with this inside each movie...
  9. Replies
    15
    Views
    10,534

    Still cant figure why ?

    Hi a_m_d

    Thanks for your suggestion .. Ive tried but no luck with embedding the font

    import fl.controls.Button;
    import fl.controls.ComboBox;


    Pcombo.setStyle("embedFonts", true);...
  10. Replies
    15
    Views
    10,534

    change font in combobox

    Why is this working on my Button

    but not on the combobox

    ----------------------------------------------

    var myFormat:TextFormat = new TextFormat();
    myFormat.font = "Arial";
    myFormat.bold...
  11. Replies
    2
    Views
    460

    Global function

    Hi all

    How can I control a movieclip color Global so I dont have to worry
    if the movie is used inside another movie

    To be more specefic ... change the color with AS3
    to my Btn_fill

    Regards
  12. Thread: setRGB

    by flemming
    Replies
    4
    Views
    1,184

    thanks yeah import...

    thanks yeah


    import flash.geom.ColorTransform;

    var color_transf:ColorTransform = mc.transform.colorTransform;
    color_transf.color = 0xff0000;
    Btn_fill.transform.colorTransform = color_transf;
  13. Thread: setRGB

    by flemming
    Replies
    4
    Views
    1,184

    setRGB

    Hi there

    Ive got a moviclip in the Library = Myfill

    How can set the color in main timeline 1. frame with AS3

    Regards
    flemming
  14. Replies
    3
    Views
    672

    Hi Samac [Second Frame]...

    Hi Samac


    [Second Frame]
    stage.removeChild(thisLoader);

    Thanks .. the remove works fine but the load dont

    thisRequest = new URLRequest("second.swf");
  15. Replies
    3
    Views
    672

    Load swf and load again

    Hi all

    With this I load in 1.frame

    var thisRequest:URLRequest = new URLRequest("first.swf");
    var thisLoader:Loader = new Loader();
    thisLoader.load(thisRequest);
    stage.addChild(thisLoader);...
  16. Replies
    1
    Views
    1,642

    Active state Button

    Hi all ...looking for a way to keep the button/movieclip in an active state
    after hit but wih this its overrule with the out

    any Idears

    AS3...
  17. Replies
    1
    Views
    3,522

    DataGrid load xml

    Hi all

    Follow a tutor in how to load xml into the CS3 DataGrid Component

    http://www.video2brain.fr/videos-55.htm


    BUT cant solve the errors

    the xml
  18. Replies
    4
    Views
    489

    but still not woorking

    but still not woorking
  19. Replies
    4
    Views
    489

    Okay BUT

    sorry I am ... ive pasted it wrong

    [CDATA[
  20. Replies
    4
    Views
    489

    XML CDATA - formating HTML

    Hi there my load of xml goes okay but all html styles as... strong.. color
    and image dont work

    what am I doing wrong


    AS:...
  21. Replies
    0
    Views
    720

    Little Editor with textformat.url

    Hi there

    This is working for me so I get the text from the inputField via my
    asp.file to my access db and its stored html formatted

    So fare so good

    BUT how about placing a url in the text...
  22. Thread: Changing XML

    by flemming
    Replies
    15
    Views
    1,699

    Hi Chris Ive just now playing with your...

    Hi Chris

    Ive just now playing with your xml/php and flash for my Photo album running
    with flash and xml

    Is there a simple way to get all nodes listed in / loaded in the flash


    like this:
  23. Replies
    1
    Views
    616

    Fullscreen browser window

    Hi all ..

    My old flashsite is running in a fullscreen window - BUT now its blocked
    by IE

    Is there a way to solve this ?

    :-)
  24. Replies
    2
    Views
    297

    swf as background inl table

    Is there a way to place a swf as background in tables

    :-)
  25. Replies
    1
    Views
    343

    Screen resulution then load swf

    Hi all ... how can I solve this

    want to detect the screen res eg 800x600 / 1024x768 / 1200 ...

    and then load a swf that fits my table in my html layout

    Any Idears ? :-)
Results 1 to 25 of 70
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center