A Flash Developer Resource Site

Search:

Type: Posts; User: pcmac

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,887

    Lol oh my god.thanks realMakc you've really...

    Lol oh my god.thanks realMakc you've really helped me out today. Thanks a lot!!!
  2. Replies
    6
    Views
    1,887

    Is there a way to find out what class needs to be...

    Is there a way to find out what class needs to be imported for my script to work?

    I am getting a type error for this line of code:

    var TweenTarget:DispayObject=e.target as DisplayObject;

    I...
  3. Replies
    6
    Views
    1,887

    Any chance you can help me further with this...

    Any chance you can help me further with this please? When I tried fading in the image, it faded in the movie clip just the once.

    Many thanks looking forward to hearing form you.
  4. Replies
    6
    Views
    1,887

    fade external image

    Hi

    Can anyone help me with fading in external images into the movie clip please?

    Here is my code:


    function loadImage(url:String):void {
    imageLoader = new Loader();
    ...
  5. Thread: AS3 tooltip help

    by pcmac
    Replies
    0
    Views
    987

    AS3 tooltip help

    Hi All

    I was after a bit of advice on how to go about creating tooltips.

    I have thumbnails of different colours. When the user hovers over the thumbnail I want a tooltip to appear with the name...
  6. Replies
    2
    Views
    1,934

    Thank you so much cancerinform for your help that...

    Thank you so much cancerinform for your help that worked perfectly!

    Many thanks
  7. Replies
    2
    Views
    1,934

    Movie Clip - load and unload() image

    Hi,

    I have a function when a button is clicked an image is loaded into the movie clip:

    var imageLoader:Loader;
    function loadImage(url:String):void {

    ...
  8. Thread: AS3 resize image

    by pcmac
    Replies
    1
    Views
    2,008

    AS3 resize image

    Hi,
    hoping someone can help me with my code

    I want my background image to resize so that when a browser window is resized, the image scales with the width of the browser window (centre of the...
  9. Thread: Flv resize

    by pcmac
    Replies
    1
    Views
    2,858

    Flv resize

    Hi Everyone,

    I have used this code which resizes the background with the width of the window and it centres the background image as well,


    backgroundimg.scaleX=stage.stageWidth/1280;...
  10. Replies
    10
    Views
    3,250

    cancerinform... can't thank you enough! that...

    cancerinform... can't thank you enough!
    that sorted it! many thanks!
  11. Replies
    10
    Views
    3,250

    cancerinform, thank you so much for the code! it...

    cancerinform, thank you so much for the code!
    it plays a random video every 10 seconds. I have been trying to tweak the code to stop the videos playing if the mouse is active, but I am struggling. ...
  12. Replies
    10
    Views
    3,250

    thanks 5tons!!! that got rid of the Expected 0,...

    thanks 5tons!!! that got rid of the Expected 0, got 1. and it played a video after 10 seconds! but it only played once.

    I guess this line will need tweaking to play a random video every 10 seconds...
  13. Replies
    10
    Views
    3,250

    what would be the best way to solve the problem?...

    what would be the best way to solve the problem?
    any guidance/help is much appreciated.
    thank you
  14. Replies
    10
    Views
    3,250

    I'm not sure whats missing? please can you...

    I'm not sure whats missing? please can you help/guide?
  15. Replies
    10
    Views
    3,250

    [RESOLVED] Play random flv videos

    Hi,

    I want to play random videos after 10 seconds if the mouse has not been moved.


    I am getting this error:



    Here is the code:
Results 1 to 15 of 15




Click Here to Expand Forum to Full Width

HTML5 Development Center