A Flash Developer Resource Site

Search:

Type: Posts; User: The Krook

Page 1 of 4 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    302

    [F8] How do I turn this into good OOP ?

    Im pretty new to OOP programming.
    I have a couple of selfmade classes (XMLData and mp3Player). The following code works just fine but I would like to move the code from the .fla to a class.
    I don't...
  2. Replies
    2
    Views
    492

    No matter what, I need to embed fonts for them to...

    No matter what, I need to embed fonts for them to show up when doing it dynamically - but thanks.

    PS. This is a joke!.... I've been trying for 7 hours today to write some bold text - it shouldn't...
  3. Replies
    2
    Views
    492

    XML, Fonts and Bold

    I'm going insane - I can't get bold text to show up as bold.
    Can anyone help ?

    This is what I have:

    In my .fla I have a dynamic textfield created via AS - it is set as html = true;
    The text...
  4. Replies
    6
    Views
    516

    That did it - great! Thanks modified_dog and...

    That did it - great!

    Thanks modified_dog and Michael.
  5. Replies
    6
    Views
    516

    Thanks for your help Here it is:

    Thanks for your help

    Here it is:


    <?php
    ////////////////////////////////////////////////////////////////
    //HUSK AT ÆNDRE DISSE !!
    $adminaddress = "my@email.com";
    $autoreply =...
  6. Replies
    6
    Views
    516

    Thanks - but now it doesn't work at all. No mails...

    Thanks - but now it doesn't work at all. No mails get send and the status text doesn't appear.

    I discovered a spelling error you made in the result(s)_lv but fixing that didn't help.

    - EDIT -
    ...
  7. Replies
    6
    Views
    516

    LoadVars unsuccessful...but it's not

    I have this code which works fine, meaing the mails get sent with all the variables but the onLoad function always returns unsuccesfull.

    Can you see why ?


    function sendEmail(name, address,...
  8. Replies
    1
    Views
    475

    localConnection+embed problems

    I'm running into problems using localconnection and the different methods of embedding SWF's. The problem is (of course) IE6+7.

    I normally use swfObject to embed my flash, but it seems that...
  9. Replies
    1
    Views
    336

    I can see I probably need to rephrase this. My...

    I can see I probably need to rephrase this. My first post was a litte cryptic.
    Too late for an edit BTW.

    An example of the XML data I load:

    <page title="LIVE" date="08. March 2007"><![CDATA[...
  10. Replies
    1
    Views
    336

    [F8] TextField.getBytesLoaded

    I couldn't figure out what to call the thread title :p

    I load in some HTML data from an XML file to a textfield.
    I know I can find out when the XML data has been fully loaded with...
  11. Replies
    4
    Views
    705

    Ahhh - thank you so much. Now I can relax again...

    Ahhh - thank you so much.
    Now I can relax again - I was going insane here.


    So the solution was: firstChild.firstChild.nodeValue
    I did try firstChild.nodeValue
    I'm not sure I understand why...
  12. Replies
    4
    Views
    705

    ...and why is the trace so weird ? ...

    ...and why is the trace so weird ?




    ...and why can't I edit my post ??...this has been a bad day - really bad!
  13. Replies
    4
    Views
    705

    XML and HTML tag

    I've done this many times before - now I've worked on this for hours and I just can't figure out what's wrong this time.

    This is my AS:

    myText.html = true;
    myText.autoSize = true;
    var mydata...
  14. Replies
    2
    Views
    484

    Yes I should have been able to see that - thanks

    Yes I should have been able to see that - thanks
  15. Replies
    2
    Views
    484

    [f8] Modify AS to add speed variable ?

    I got this code on these forums. I use it for moving a movieclip at random directions inside a given boundary.

    I would like to add a speed variable cuz I think it moves to fast as it is now at my...
  16. Replies
    2
    Views
    463

    Or take a look at Laco's Tweens...

    Or take a look at Laco's Tweens which have a delay property.
  17. Replies
    1
    Views
    298

    I would recommend using MovieClipLoader. ...

    I would recommend using MovieClipLoader.

    There's an excellent turorial (External SWF preloading) on gotoandlearn.com
  18. Replies
    0
    Views
    401

    [F8] This AS CPU un-friendly ?

    This AS creates 10 hairlines 10 px high next to eachother and then scales them up and down in a random heights.
    This looks like a music visualizer (is that what it's called ?)

    The Q is - is this...
  19. Replies
    4
    Views
    393

    Alright - last bump

    Alright - last bump
  20. Replies
    4
    Views
    393

    Does the lack of responses mean that it isn't...

    Does the lack of responses mean that it isn't possible ?....really ?
  21. Replies
    4
    Views
    393

    Thanks, but the problem isn't that I can't tween...

    Thanks, but the problem isn't that I can't tween it. I can, just not while preserving the text aliased
  22. Replies
    4
    Views
    393

    [F8] Dynamic text aliased and tweened

    I have some dynamic text that use the font Tahoma - and I want it aliased and sharp. It is loaded into a movieclip that fades out.

    I just can't seem to have it both aliased and tweened.
    If I...
  23. Alright - I think I'll look into those laco...

    Alright - I think I'll look into those laco tweens some more.

    Thanks NTD
  24. Thank you very much pigpen32 I really...

    Thank you very much pigpen32

    I really appreciate that you took the time to write such a long and informative post.

    I'm more comfortable with the built in classes and the extended - they just...
  25. mx.transitions, tweenExtended, Penner, laco ?

    mx.transitions, tweenExtended, Penner, laco and Fuse Kit - I'm confused :)

    I'm pretty new in the AS tweening.
    I have played with Flash built in tweens and the TweenExtended posted on this board...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center