A Flash Developer Resource Site

Search:

Type: Posts; User: friendlygiraffe

Page 1 of 12 1 2 3 4

Search: Search took 0.15 seconds.

  1. Replies
    0
    Views
    1,708

    CS6 Weird bug

    I am using Flash CS6 (12.0.0.481) on a mac, with Flash Player Plug-in version 13.0.0.201 installed.

    If I test movie using ⌘↵, it produces a blank preview - This only occurs in Flash Player 10...
  2. Replies
    2
    Views
    1,163

    That worked, thanks Strange, I don't remember...

    That worked, thanks

    Strange, I don't remember this being an issue before. Perhaps I was thinking in AS2
  3. Replies
    2
    Views
    1,163

    If MovieClip exists

    Quite a simple question this one. I'm trying to prevent code being called on a DisplayObject if it doesn't exit.
    This throws up an error

    if (mc)
    {
    trace(mc);
    }
    Throws up the following error ...
  4. Replies
    2
    Views
    1,674

    Viewing a masked MovieClip

    Hi, is there an effective way of viewing a masked movieClip on the stage so that you can double-click to open it?

    Other than showing layers as outlines and putting another graphic offstage?

    I...
  5. 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;...
  6. Ok, thanks for confirming

    Ok, thanks for confirming
  7. 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,...
  8. 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...
  9. Replies
    9
    Views
    1,161

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

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

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

    hmm not working for me on a mac. tried changing to Arial
  11. Replies
    9
    Views
    1,161

    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
  12. Replies
    9
    Views
    1,161

    Anyone else?

    Anyone else?
  13. Replies
    9
    Views
    1,161

    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
    ...
  14. Replies
    2
    Views
    1,696

    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...
  15. Replies
    1
    Views
    14,424

    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 ?
    ...
  16. Replies
    1
    Views
    1,250

    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...
  17. Replies
    4
    Views
    1,221

    ok thanks

    ok thanks
  18. Replies
    4
    Views
    1,221

    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
  19. Replies
    4
    Views
    1,221

    "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
  20. Replies
    1
    Views
    1,386

    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
    ...
  21. 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');
    }

    }
  22. 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...
  23. 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
  24. Thanks but I want to achieve this using...

    Thanks but I want to achieve this using Actionscript
  25. 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/
Results 1 to 25 of 279
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center