A Flash Developer Resource Site

Search:

Type: Posts; User: Salmon

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    549

    Yes

    That's exactly what it does
  2. Replies
    4
    Views
    549

    Possible

    No components or linked things. The only thing I can think of is the embedded font I have for 10 dynamic text fields. Does that help?
  3. Replies
    4
    Views
    549

    Loader script only works after 60% loaded

    This is all the code on frame 1. The whole movie is only 50kb but the loader only appears after approx 50% has already loaded. The loader is only a text field and a masked block of colour that...
  4. another thing

    thanks guys, that helps a lot.

    what if you have multiple MCs on stage on the same frame and you want them all to scale? Do you just name them all the same?
  5. targetting multiple movie clips from single frame

    On my timeline I have 10 keyframes, on each frame I have a new instance of 'square_mc' appearing. Instead of putting the following script on each MC I want to put it on frame 1 and have all MCs read...
  6. Replies
    4
    Views
    373

    thanks

    Just trying it out now.

    Thanks for the help :)
  7. Replies
    4
    Views
    373

    interesting

    Cool,

    not used a prototype before. What is the difference?
  8. Replies
    4
    Views
    373

    Function from mc

    The script seems to target the whole stage, I just want to target the mc alone

    on mc:
    onClipEvent (Load) {
    _parent.squareANI();
    }

    on frame:
    function squareANI() {
    targetx = 400;
  9. Replies
    4
    Views
    531

    code

    Sweet,

    on mc:
    onClipEvent (Load) {
    _parent.squareANI();
    }

    on frame:
    function squareANI() {
    targetx = 400;
  10. Replies
    4
    Views
    531

    Calling a function from a movieclip

    Hi,

    I have a function on frame 1 which moves the mc across the stage to the center.

    I am calling the function from the mc as an On(Load).

    The script to move the mc is moving all objects on...
  11. Replies
    0
    Views
    459

    Skew image loaded into mc with script

    Hi,

    I have loaded a jpeg into a placer mc on the stage. If I skew the mc with a tween it skews only the mc and not the jpeg content.

    I have some script to skew the mc but it just seems to...
  12. Drag constrain to area other than rectangle

    Hi there,

    I need to constrain dragging a movie clip to an area roughly the shape of a hexagon, is this possible using startDrag? It only lets me use 4 coordinates.

    Should I use hitTest? Not...
  13. Replies
    0
    Views
    546

    Streamed video buffer

    Hi,

    I am having trouble with scripting a buffer for my streamed video, can anyone tell me why?

    I have a mc called bufferAni to show when it is buffering. It works the first time, but then if...
  14. Replies
    0
    Views
    435

    Streamed flv buffer

    Hi,

    I have constructed a flah movie which pulls in a flv file. The flash file has a scrubber and a loadbar. The scrubber can not be dragged beyond the loadbar. I have set a buffer time of 5...
  15. I think thats cracked it. It had enough time...

    I think thats cracked it.

    It had enough time to load, it just wasn't calling it in using loadVars.

    Thankyou very much, you have saved me a lot of pain!
  16. Hi time = "5"; // total = 27 + Number(time);...

    Hi

    time = "5";
    // total = 27 + Number(time);
    total = 27 + parseInt(time);
    trace(total); // 32

    that works fine, but I need to replace like this

    time = loadVariables("file.txt");
  17. Replies
    5
    Views
    398

    I have been using loadVariables rather than...

    I have been using loadVariables rather than LoadVars, will that affect it?
  18. Replies
    5
    Views
    398

    Not quite there. The number '5' needs to be...

    Not quite there.

    The number '5' needs to be edited from the text file allowing the user to not have to open the fla.

    Is this the right way to do it?
  19. Replies
    5
    Views
    398

    load from txt file, convert to integer

    Hi again

    I load the digit '5' from the text file into a variable called 'time' on the root. Then I want to set a new variable called 'total' like this

    total = 27 + time

    which should equal 32...
  20. Hi, already tried that but doesn't work. I...

    Hi,

    already tried that but doesn't work.

    I load the digit '5' from the text file into a variable called 'time' on the root. Then I want to set a new variable called 'total' like this

    total =...
  21. Load number from txt and convert to integer

    Hi there,

    I am loading in a number from a text file and want to use this number in some script in my movie, but because it is loaded from an external text file, it is not recognised as an integer...
  22. Thread: popup query

    by Salmon
    Replies
    2
    Views
    459

    What I really want to be able to do is search for...

    What I really want to be able to do is search for an mp3 on my HD through flash, and then load it into flash and play it.

    Any ideas?
  23. Thread: popup query

    by Salmon
    Replies
    2
    Views
    459

    popup query

    Hi there,

    anyone know how to popup a windows browser window from Flash? I want to be able to choose an mp3 to load in from my hard drive.

    Any help would be great, thanks.
  24. In Flash 4, when you put mailto: in the getURL...

    In Flash 4, when you put mailto: in the getURL command and you can also say subject= to insert the subject.

    Can you pre insert the content of the email? So that you click the link in Flash and...
  25. Replies
    0
    Views
    324

    email link extras

    I have an email link in my flash site, but I want to know if you can insert the main bodytext (as you can insert the subject) so that it is pre-written when it opens. Is this possible and how?
    ...
Results 1 to 25 of 34
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center