A Flash Developer Resource Site

Search:

Type: Posts; User: friendlygiraffe

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. get coordinates of 3d rotated MovieClip

    Hi, I have animated a MovieClip using z depth and rotationY. I what to get the x and y coordinated of the top left corner in 2d space.

    If i
    trace(getBounds(mc.topLeft));
    mc.rotationY = 10;...
  2. Ok, thanks for confirming

    Ok, thanks for confirming
  3. Smoothing, Deblocking on an AVM1Movie

    I've loaded a swf with a video inside of it. I don't have the original FLA for this swf, so I am trying to target the video object with action script

    I have traced the object as an AVM1Movie,...
  4. Embedding Bold and Italic fonts in a dynamic textfield, Impossible?

    Hi. I've been trying to find a solution to this since Flash got rid of it's 'Faux bold' option in CS3.

    Using a basic Arial font. I have embedded, the Regular, Bold and Italic versions of the Arial...
  5. Replies
    9
    Views
    563

    Just downloaded your one fruitbeard, it's all in...

    Just downloaded your one fruitbeard, it's all in regular. Are you on a PC ?
  6. Replies
    9
    Views
    563

    hmm not working for me on a mac. tried changing...

    hmm not working for me on a mac. tried changing to Arial
  7. Replies
    9
    Views
    563

    Thanks fruitbeard, I have embedded the variations...

    Thanks fruitbeard, I have embedded the variations in the Library. Also I have tried the old trick of having a bold textField offstage

    I have attached a sample fla
  8. Replies
    9
    Views
    563

    Anyone else?

    Anyone else?
  9. Replies
    9
    Views
    563

    Using tags in Html text

    Hi, I have a textField set with Times font, embedded the font but the bold text does not display:

    myTextField.htmlText = "Regular <b>bold</b> <i>italic</i>"

    Displays:

    Regular bold italic
    ...
  10. Replies
    2
    Views
    511

    Getting to grips with MVC

    Hi, I am implementing a MVC (Model View Controller) set up for the first time in FlashBuilder and I'm trying to get my head round it.

    Say I have a website that loads in XML, and has 4 pages with a...
  11. Replies
    1
    Views
    665

    Flash Player 9 in Safari (Mac)

    I've noticed a bug which only seems to occur in Flash Player 9 on Safari, on a mac. When hovering over a button it flickers:

    http://content.giantworks.co.uk/buttontest/

    Is this a known bug ?
    ...
  12. Use TFL text if player version is 10

    Is it possible to created a method of actionscript-based flash detection (flash.system.Capabilities) to determine wether to display TFL text or not?

    I'm currently testing a Flash 10 swf with TFL...
  13. Replies
    4
    Views
    451

    ok thanks

    ok thanks
  14. Replies
    4
    Views
    451

    Thanks, I was thinking something more like this:...

    Thanks, I was thinking something more like this:

    http://www.w3.org/TR/2010/WD-xslfo20-20101216/figures/2.1.7-decorative-initials.png
  15. Replies
    4
    Views
    451

    "dropped capitals"

    Is it possible (with TLF or any other format) to set a textfield as "dropped capitals": That is, with the very first letter set big and the rest of the text set round it?

    Thanks
  16. Replies
    1
    Views
    675

    Loading large swf gets stuck

    I have a large swf (about 11mb). When loading it, half the time it gets stuck about half way.

    This occurs when pointing my browser directly towards the raw swf, eg: mywebsite.com/myflash.swf
    ...
  17. oK I figured it out: function...

    oK I figured it out:
    function Rollout(e:MouseEvent):void
    {
    if (e.target.mouseEnabled)
    {
    trace('Rollout\n'+e+'\n');
    }

    }
  18. mouseEnabled=false triggering a MOUSE_OUT

    If I set the mouseEnabled property of a button to false, it automatically triggers the MOUSE_OUT (and ROLL_OUT) event.

    Is there a way of avoiding this? I don't want any events to be active after...
  19. Thanks for your reply. I ended up using...

    Thanks for your reply. I ended up using actionscript to achieve this as I realised it isn't really possible to change it to a graphic
  20. Thanks but I want to achieve this using...

    Thanks but I want to achieve this using Actionscript
  21. Not directly helpful, but I've just started using...

    Not directly helpful, but I've just started using LoaderMax, which seems to do the job a lot simpler:

    http://www.greensock.com/tweenmax/
  22. Changing Symbol type with actionscript

    Is it possible, (after adding a MovieClip to the stage), to change the Symbol type to a graphic?

    I want the clip to behave like a 'graphic' symbol so that it doesn't play independently, and...
  23. Replies
    2
    Views
    1,168

    ok thanks

    ok thanks
  24. Replies
    2
    Views
    1,168

    Warning: Filter will not render

    Hi,

    I get this error in Flash player 9 (10 works fine)

    The image I'm trying to distort is 2203 x 250, so I don't know why it's saying the maximum is 3334 ?


    Warning: Filter will not render....
  25. Replies
    0
    Views
    3,787

    Textfield appearing 1 pixel lower

    Hi - I have a textfield in a MovieClip. When exported, it displays 1 pixel lower than it is on the stage. Is there a fix for this?

    using CS5
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width


HTML5 Development Center