A Flash Developer Resource Site

Search:

Type: Posts; User: bencallaway_uk

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. CS3 sIFR3?

    Hi,

    Looks like you're using sIFR3?

    I never got the GradientBevelFilter working in this example but did manage to create a Gradient effect using:

    BevelFilter: {
    distance: 4
    ,angle: 90...
  2. CS3 Have found the solution, very simply just add the...

    Have found the solution, very simply just add the filters seperately rather than in an array.


    tf.filters = [myGradientBevelFilter];
    tf.filters = [our_shadow];
  3. CS3 sIFR with Gradient & Dropshadow filters

    Hi guys,

    I have the need for flash text (sIFR) which has a gradient AND drop-shadow filter applied.

    Everything is working nicely apart from the filters.

    The filters are applied in order and...
  4. Flash, Adobe & Google = SEO Rethink?

    I've recently came across a Google search result for one of our flash sites, in the site description was horrible HTML code extracted from our SWF.

    Is there a way to STOP Google reading the text...
  5. Replies
    4
    Views
    591

    bump

    bump
  6. Replies
    4
    Views
    591

    I've found this, which looks like it's come from...

    I've found this, which looks like it's come from a decompiler:

    http://s3.amazonaws.com/mediawombat2/data/12/as.txt

    I've extracted this but cant seem to replicate the effect...



    ...
  7. Replies
    4
    Views
    591

    I've mate a start but getting nowhere fast! ...

    I've mate a start but getting nowhere fast!


    stop();

    /////////// Adjust the stage ///////////

    Stage.scaleMode = "noScale";

    var stageX = Stage.width;
  8. Replies
    4
    Views
    591

    Is there some starter code for the wobble effect?

    Is there some starter code for the wobble effect?
  9. Replies
    4
    Views
    591

    Wobble. Globz layer effect, help!

    Please see: http://globz.com/

    When you move the mouse around the layers (Sky, Background, Characters) move left, right, up, down away from the centre.

    Also there seems to be a wobble effect...
  10. Replies
    4
    Views
    1,045

    You can link to a PHP script which is working for...

    You can link to a PHP script which is working for me...

    http://www.bitfolge.de/phpvcard-en.html
  11. Replies
    2
    Views
    1,788

    You can link to a PHP script which is working for...

    You can link to a PHP script which is working for me...

    http://www.bitfolge.de/phpvcard-en.html
  12. Replies
    6
    Views
    1,004

    You can link to a PHP script which is working for...

    You can link to a PHP script which is working for me...

    http://www.bitfolge.de/phpvcard-en.html
  13. Replies
    2
    Views
    1,271

    You can link to a PHP script which is working for...

    You can link to a PHP script which is working for me...

    http://www.bitfolge.de/phpvcard-en.html
  14. Replies
    0
    Views
    440

    video webcam

    Hi,

    I want to make the video I get from my webcam greyscale.

    I have this working code which turns an image in a mc greyscale:

    import flash.filters.ColorMatrixFilter;

    var mat:Array = [...
  15. ok.. this is not for black and white but it's a...

    ok.. this is not for black and white but it's a start. can anyone adapt this to make it work, and change the video to be black and white???

    import flash.filters.ColorMatrixFilter;

    my_cam =...
  16. try: myMovie.cacheAsBitmap = true;...

    try:

    myMovie.cacheAsBitmap = true;
    myMask.cacheAsBitmap = true;
    myMovie.setMask(myMask);
  17. No option for black and white video!?

    No option for black and white video!?
  18. attachVideo Camera.get() color black&white

    Hi,

    I am using this code to view my local cam.

    my_cam= Camera.get();
    my_video.attachVideo (my_cam);

    How can I out put the feed in black and white?

    Thanks,
  19. [CS3] setMask alpha dyn text input problem

    Hi,

    I have two problems.

    1. I have set a mc to have a mask via setMask. Inside the mc are form fields, text input boxes. When clicked on the input boxes don't have the blinking cursor to show...
  20. Anybody have performance tweak ideas/ advice?

    Anybody have performance tweak ideas/ advice?
  21. Performance, Dynamic Masks, Colour Modes..

    Hi,

    I'm using a lot of dynamic blurring, colouring and masking.

    In one place I have some performance issues.

    What advice can anyone offer to make sure I get the most out of the player, frame...
  22. Replies
    2
    Views
    578

    Our, simple error. Many thanks.

    Our, simple error.

    Many thanks.
  23. Replies
    2
    Views
    578

    getURL, _blank, force new windows?

    Hi,

    I am using this code to open a new window:

    on(release){
    getURL('http://www.domain.co.uk/',_blank);
    }

    In the new window/ site I also have a flash movie which has:
  24. Replies
    15
    Views
    2,431

    Perfection, thank you so much!

    Perfection, thank you so much!
  25. Replies
    0
    Views
    646

    blurFilter & blendmode

    Hi,

    I have a nice blur function which gradually blurs a movie clip.

    I also have a blendmode on this mc.

    When activating the blur function the overlay blendmode is removed?

    Is this a...
Results 1 to 25 of 225
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center