A Flash Developer Resource Site

Search:

Type: Posts; User: mccoist

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thanks for the suggestion, but using this code,...

    Thanks for the suggestion, but using this code, the next/prev buttons won't move the movieclip at all.
  2. [CS3] AS2 - Stop a moving MC while onRollOver

    Hi there, sorry if this has been answered elsewhere, I am absolutely terrible with search functions and didn't see anything......

    I am using the following actionscript to move a MC on the stage...
  3. Replies
    7
    Views
    1,015

    the value of variable Thumbnail_1 is a fully...

    the value of variable Thumbnail_1 is a fully qualified url.
    It is written in to the source by an asp program using SWFObject's addVariable command:

    so.addVariable("Thumbnail_1",...
  4. Replies
    7
    Views
    1,015

    Thank you very much for your response. It has...

    Thank you very much for your response. It has gotten me closer, but I am still missing something I'm afraid.

    This code loads the image located at the url contained in the variable for...
  5. Replies
    7
    Views
    1,015

    Thanks for the suggestion, but it didn't work. I...

    Thanks for the suggestion, but it didn't work.
    I switched to a For statement:


    function keepingCount() {
    for(var i:Number=1; i < _root.ListingCount; i++) {...
  6. Replies
    7
    Views
    1,015

    [F8] properly formatted if statement?

    Hi there, this question is in relation to a larger issue, but can anyone tell me if the following statement would even work??


    i = 1;
    function keepingCount() {
    if (i < _root.imageCount) {...
  7. Replies
    2
    Views
    474

    I think it should be: on (release) { ...

    I think it should be:

    on (release) {
    loadzone.loadMovie("Environment.swf");
    }
  8. Replies
    3
    Views
    491

    if statement question...

    The url value of the "Thumbnail_1" variable is being added to the source code through asp, and can be accessed loaded by calling loadMovie Thumbnail_1, but is the following code even remotely...
  9. Replies
    3
    Views
    491

    thanks

    Thanks for the reply. That's basically the way I tried it and it didn't seem to work. Oh well, still working on it.
  10. Replies
    3
    Views
    491

    [F8] controlling external content

    Hi there. I apologize of there is a similar post already, I really didn't know how to approach this, so I didn't know what to search for.

    A database provides:
    var ImageCount = number - Total...
  11. Replies
    0
    Views
    509

    ExternalInterface - Javascript

    HI there.

    I have followed the tutorials and I can get the basics, pass form fields back and forth between browser and flash to work fine.

    The problem I have though, is that I have to pass the...
  12. Thanks very much, that worked perfectly and so...

    Thanks very much, that worked perfectly and so obvious. I had even tried field.text, but forgot to use instance name instead of variable!

    Cheers!!
  13. Calculation works in Flash 7 - Any help appreciated for Flash 8

    Hi there

    I have a simple little calculation which requires the user to enter a number into an input text field and then hit a calculate button. It works fine in Flash 7, but for some reason won't...
  14. thanks very much. Had I taken the time, I...

    thanks very much. Had I taken the time, I probably would have figured that one out on my own, huh?

    Cheers
    G
  15. best method

    Hey There.

    I have always just sort of pieced things together from tutorials and help files etc, based around solving a particular issue, and haven't used as3 really, but if I wanted to sit down...
  16. Replies
    0
    Views
    436

    dynamic photo gallery help

    Hi there.

    I was just wondering if anyone could point me in a direction where to look for creating a gallery similar in nature to the one at the top of this particular web page. Just the...
  17. Replies
    4
    Views
    358

    Thanks very much for the replies. I appreciate...

    Thanks very much for the replies. I appreciate it.

    I actually already tried a couple of different ways of using the multiply by 100 route, but multiplying half the stage size (say 250) by 100 and...
  18. Replies
    4
    Views
    358

    to the best of my knowledge that won't work,...

    to the best of my knowledge that won't work, because i would still need to use the variable 'halfscale' in the line: new Tween (myMC,"_xscale",Regular.easeIn,80,100,1,true); instead of '100' and it...
  19. Replies
    4
    Views
    358

    actionscript scaling question

    Hi there

    If I use the code:
    new Tween(myMC,"_xscale",Regular.easeIn,80,100,1,true);

    This will scale an object from 80 to 100% of it's own width. How would I go about scaling it from say 50 to...
  20. Replies
    3
    Views
    1,191

    Thanks for the response. I finally figured out...

    Thanks for the response. I finally figured out that the problem was the fact that the dynamic text field was set to "optimize for readability". As soon as I changed it to 'for animation' everything...
  21. Replies
    3
    Views
    1,191

    XML won't work inside a movie clip

    Hi There

    I am importing an xml file, and it works properly, it displays what it is supposed to display, and puts the correct data into dynamic text fields.

    BUT, when I put those dynamic text...
  22. Replies
    0
    Views
    270

    sending server requests

    I have come across a problem wherein a few flash movies are sending thousands of requests to the server at a rate of 6-7 requests per second.

    ie. menu.swf loads level 0, which loads home.swf on...
  23. Replies
    1
    Views
    331

    Well...When I tried using LoadVars instead of the...

    Well...When I tried using LoadVars instead of the loadVariables action, it sent the email, but it doesn't seem to accept all the variables, and it also opens another browser window when sending the...
  24. Replies
    1
    Views
    331

    loadVariables into asp problem

    Hi there. My problem is that I am using a loadVariables command to send information to an asp script which then sends out an email.

    The flash movie works perfectly when tested locally, and the...
  25. Replies
    3
    Views
    1,052

    I actually did try those first, but they didn't...

    I actually did try those first, but they didn't work. When using trace, they would output all the right data to the output window, but they wouldn't work within the movie.

    That's what led me to...
Results 1 to 25 of 99
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center