Search:
Type: Posts; User: friendlygiraffe
Search :
Search took 0.02 seconds.
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;...
Ok, thanks for confirming
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,...
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...
Just downloaded your one fruitbeard, it's all in regular. Are you on a PC ?
hmm not working for me on a mac. tried changing to Arial
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
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
...
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...
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 ?
...
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...
Thanks, I was thinking something more like this:
http://www.w3.org/TR/2010/WD-xslfo20-20101216/figures/2.1.7-decorative-initials.png
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
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
...
oK I figured it out:
function Rollout(e:MouseEvent):void
{
if (e.target.mouseEnabled)
{
trace('Rollout\n'+e+'\n');
}
}
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...
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
Thanks but I want to achieve this using Actionscript
Not directly helpful, but I've just started using LoaderMax, which seems to do the job a lot simpler:
http://www.greensock.com/tweenmax/
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...
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....
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
Click Here to Expand Forum to Full Width