A Flash Developer Resource Site

Search:

Type: Posts; User: lou

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    818

    Thanks Jonathan. If I were to adjust it, is it in...

    Thanks Jonathan. If I were to adjust it, is it in tiny increments such as to 1.2 or 1.3 or is it more like 2,3, 4 etc?
  2. Replies
    4
    Views
    818

    best adaptive preloader buffer settings

    I've been working from the adaptive preloader tutorial on the flix site and was wanting some advice on what to set the buffer to. in the tutorial, it suggests 1.1 as being a good size for 56k modems...
  3. Replies
    1
    Views
    701

    finally solved it!

    Just in case anyone comes across the same problem - it must have been something alien i couldn't see in my text file style.css - as soon as I re-wrote the file with the same info, the problem was...
  4. Replies
    8
    Views
    1,607

    buffering + preload display

    Hi,
    I've been looking through the 'good video on the web' thread http://www.flashkit.com/board/showthread.php?threadid=430429 - very interesting + was wondering if anyone could enlighten me..
    I was...
  5. Did you see this one? Pretty straightforward I...

    Did you see this one? Pretty straightforward I think.
    L
    http://www.flashkit.com/tutorials/Actionscripting/Basic/Creating-Flash_Ju-76/index.php
  6. Replies
    1
    Views
    701

    simple css font / table query

    Hi,
    I have a simple query - I hope.
    http://www.suspectculture.com/strangebehaviour/maths_mighton.html
    I have set up a basic style sheet for my site + want all text to be formatted in a sans-serif...
  7. Thread: compression advice

    by lou
    Replies
    1
    Views
    603

    compression advice

    Hi,
    Looking for some advice on compression techniques...
    I have a series of quicktimes that I will be controlling through flash and am wondering how to best prepare them for import.
    I have media...
  8. Replies
    1
    Views
    520

    what you've done is correct, but will only work...

    what you've done is correct, but will only work online. To make it work offline you must replace the # with %23
    e.g
    getURL("top_alliances.htm%23sofeduc", "mainFrame");


    see at the bottom of...
  9. Replies
    2
    Views
    392

    so whats the quickest/simplest way to fix it?

    so whats the quickest/simplest way to fix it?
  10. Replies
    2
    Views
    392

    scripts not working in loaded movie

    I have a main swf and 8 sub - swfs. Originally the main movie loaded the sub movies into separate html pages with no problem. We've now had a change of plan and want to load them into levels or...
  11. Replies
    3
    Views
    471

    on (release) { getURL("myfile.pdf"); } ...

    on (release) {
    getURL("myfile.pdf");
    }

    thats it. make sure theyre in the same folder.
    L
  12. Replies
    3
    Views
    471

    using the get url command is the correct way to...

    using the get url command is the correct way to do this. Perhaps it's not working because your browser is not currently set up to deal with pdf files..
  13. Replies
    1
    Views
    745

    pausing a sound with attachSound()

    I'm wanting to make a pause button to pause my soundtrack using the attachSound method. Read through the FAQ which says it's possible:
    A3: you can pause/resume sounds attached to a sound object...
  14. Thread: flashmailer query

    by lou
    Replies
    0
    Views
    905

    flashmailer query

    Hi
    I'm trying to configure flashmailer for my site. I have 2 queries-
    1. when I am testing the form it works + I receive an email in my inbox, but the swf always jumps to the 'Test' label - with...
  15. Anybody? Could it be something to do with a...

    Anybody?
    Could it be something to do with a firewall? I'm really stabbing in the dark here....
  16. perl form data sends to me but not to client..

    I have a simple perl form script that is set up to send variables from a flash form to a clients email. All my tests sending to myself have worked - when you click send the details are sent...
  17. Replies
    4
    Views
    1,621

    Cheers for your replies guys. I modified the...

    Cheers for your replies guys.
    I modified the script from a form tutorial on flash-db.com. I know nothing about php apart from what I've learnt in the tutorial so can't explain the <and> you talk...
  18. Replies
    4
    Views
    1,621

    php form: email address query

    I have a simple php mail form - working fine, but I want to add to it so that the senders email address appears as the sender of the email when the form arrives in my inbox. At the moment it just...
  19. Replies
    10
    Views
    665

    Hi again, Your prototype needs to occur only...

    Hi again,
    Your prototype needs to occur only once in your movie - put it on the main timeline in one of the 1st frames and remove all other references to it. Then you can call it from anywhere. It...
  20. Replies
    10
    Views
    665

    hi No it is only triggered when the command...

    hi

    No it is only triggered when the command floatTo is issued.
    Did you change the prototype back to how I posted it originally? starting 'Movieclip.prototype.floatTo =...'

    Try using the movie...
  21. Replies
    10
    Views
    665

    The code I posted above will do the following:...

    The code I posted above will do the following:
    when the button is clicked, variable i is set to 1, this will trigger movieclip mc_a to move to the coordinates 232.0, 148.8 at a speed of 6.
    You...
  22. Replies
    10
    Views
    665

    Put this on your movieclip mc_a: onClipEvent...

    Put this on your movieclip mc_a:


    onClipEvent (enterFrame) {
    if (_root.i == 1) {
    floatTo(6, 232.0, 148.8);
    } else if (_root.i == 2) {
    floatTo(6, -200.0, 148.8);
    i = 0;
    }
  23. Replies
    10
    Views
    665

    Have you looked at...

    Have you looked at http://www.layer51.com, set up by some of the werehere.com guys. A great resource. I found this float to prototype there + you would call it with the command


    floatTo (6,400,...
  24. Replies
    1
    Views
    393

    loadMovie("movie01.swf", "_root.holder"); ...

    loadMovie("movie01.swf", "_root.holder");


    Instead of loading into a _level load into a movieclip:
    Make an empty mc.
    Put it on the stage wherever you want the swf top left hand corner to be. ...
  25. Replies
    3
    Views
    488

    I'm sure there's many ways to do this - this is...

    I'm sure there's many ways to do this - this is how I got it to work as a function.
    Put this code in a frame of your movie


    function scaleMe(me, target, constant) {
    temp = eval(me);
    if...
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center