A Flash Developer Resource Site

Search:

Type: Posts; User: Fuente

Page 1 of 9 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    902

    CS3 GotoAndPlay ... And Stop?

    Hi guys,

    I've got a timeline and four buttons which each gotoandplay from the first frame on the same timeline. But I want each button to Stop() at different frames on the same timeline.

    So is...
  2. Replies
    1
    Views
    799

    Can anyone tell me which FLV skin this is?

    Hi guys, I've seen this skin all over the net, albeit customized with different colours:

    http://fliiby.com/file/129455/cnkx29mujm.html

    Can anyone tell me which one it is?
  3. Replies
    1
    Views
    1,029

    [CS3][AS3] getURL is not a function?

    Hi guys, :)


    if (my_str > "20101") {
    getURL("http://www.google.com");
    } else {
    this.gotoAndStop(1);
    }

    I'm getting the error 'getURL is not a function' - what does this mean and how...
  4. Replies
    1
    Views
    399

    Hi guys, :) I'm trying to use this code but...

    Hi guys, :)

    I'm trying to use this code but my AS3 is extremely rusty at best and it's not working:


    var today_date:Date = new Date();
    var date_str:String =...
  5. Replies
    1
    Views
    452

    [CS3][AS3] Timed Event Actionscript

    Hi guys,

    I simply want to use a piece of code to play a movieclip after a certain day of the year, but I cannot get the code to work:


    var today_date:Date = new Date();
    var date_str:String =...
  6. Replies
    1
    Views
    399

    CS3: Flash Event Triggered By Date

    Hi guys,

    I literally want to have a movie clip which is triggered by date and time with actionscript something like this:

    If year:month:day:time = 2009:02:15:13.40 {
    GoToAndPlay(2)
    }

    Can...
  7. Replies
    1
    Views
    2,720

    Javascript to trigger event in Flash?

    Hi guys, :D

    I need to use some javascript in an a tag to trigger an event in the Flash which is on the page, literally a gotoAndPlay event.

    Can anyone tell me how I can do this?

    Cheers. ...
  8. Need some simple 'gotoAndPlay' code for AS3...

    Hi guys.


    hqbutton.addEventListener(
    MouseEvent.MOUSE_UP,
    function(evt:MouseEvent):void {
    gotoAndPlay(1);
    trace("I've been clicked!");
    }
    );
  9. Replies
    1
    Views
    733

    How do bold text via XML in flash?

    Hi guys,

    So I've created an html text area in flash and its content is controlled via an XML file...


    <copy><![CDATA[Lorem ipsum dolor sit amet, consectetuer adipiscing elit. <strong>Donec vel...
  10. Replies
    1
    Views
    460

    Slideshow effect...

    Hi guys,

    Can anyone tell me how they do the gradient 'wiping' effect on these images?

    http://slideshowpro.net/

    I thought you couldn't have alpha transparency on masks in flash? I must be out...
  11. Replies
    1
    Views
    5,377

    Full screen background image in flash AS3?

    Hi guys, :D

    How easy is it to code a full screen background image in flash which never shows the edges of the flash even when the image is adjusted?
  12. Can anyone recommend a good (preferably free) Flash RSS reader?

    I need to add a simple flash RSS reader that links to the news story itself, into a movie.

    Can anyone recommend any?

    Cheers! :D
  13. How do you make an object the width and height of a movie even if it scales?

    Hi all,

    I tried this:

    this.myObject._width = this.stageWidth;

    But when it scale the movie, nothing happens. :)
  14. Replies
    1
    Views
    623

    Simple XML impot into flash?

    Hi guys,

    Okay, I'm importing some XML into flash successfully and tracing it like this


    <button1>
    <buttonurl>http://www.google.com</buttonurl>
    <buttonmon>JAN</buttonmon>
    <buttonttl>THIS...
  15. Replies
    2
    Views
    460

    What's wrong with this code?

    I'm placing this code on the first frame of a movie:

    button1_URL = "http://www.google.com";
    _root.button1.button.but.release {
    getURL(button1_URL);
    }

    'but' is the instance name of a...
  16. What's the optimum fps speed for Flash video on a mac?

    Thanks! :D
  17. How can you tell an FLV movie to loop in Flash?

    Hi all, :)

    I'm using the FLV Playback component and I can't find an option to make it loop once it finishes - so how can you achieve this?
  18. Flash Video Player: Why doesn't the playback skin show when autohide is on?

    Hi all :)

    I've created an SWF file to play my FLV file and I've set the playback skin to 'AutoHide: True" - when I watch the SWF in stand-alone, the menu appears when I hover over the video, yet...
  19. Is there a way to test someone's connection speed in flash?

    And if there is, is there a fast way to do it?
  20. Replies
    1
    Views
    571

    File upload in flash?

    Hi guys,

    I've got a form in Flash and I want to add a 'file' form field to upload an image. Can anyone tell me what I need to do to achieve this?
  21. Thanks Evolve, but distort doesn't seem to work...

    Thanks Evolve, but distort doesn't seem to work on movie clips - any other ideas? :)
  22. How do you create a pseudo-3d perspective in Flash?

    Hi all, :D

    I've noticed a lot of sites doing this pseudo 3D perspective in flash where you have a square and two corners are closer together and the others further apart - giving a 3D look -...
  23. Flash 8: Get a sound to play if it hasn't already started?

    Hi guys,

    I have a typewriting effect that exists on 6 frames - on frame one the says what characters to type and which character comes next and on frame six it tells it to go back to the begining....
  24. Replies
    2
    Views
    404

    How can I add this statement?

    Hi all :)

    I've got a variable called randomNum being used in my movie clip and I want to add it to the setRGB value to make the colour random.

    this.mc.setRGB(0x + "randomNum" + 00FF );

    But...
  25. Thread: Random?

    by Fuente
    Replies
    1
    Views
    341

    Random?

    Hi all :)

    I'm using this code to animate a movie clip and want it to have a random position:


    import mx.transitions.*;
    import mx.transitions.easing.*;
    var slideType =...
Results 1 to 25 of 219
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center