A Flash Developer Resource Site

Search:

Type: Posts; User: neddyoats

Page 1 of 4 1 2 3 4

Search: Search took 0.08 seconds.

  1. loadMovie to load in a variable amount of movies?

    how do you load in a variable amount of jpgs into an empty movie clip? for example, i have a mc called 'holder' which loads in and replaces the previously loaded jpg every 10 seconds from the folder...
  2. cheers dawsonk. i really appreciate the help. i...

    cheers dawsonk. i really appreciate the help. i do bit work with flash but not enough to keep my skills up enough. and actionscript3 is pretty foreign to me. i am going to have to update my skills....
  3. thanks for the great reply. i am having trouble...

    thanks for the great reply. i am having trouble getting the posted code to do anything however. do you have a free moment in which you could plug it into a flash file so i can see it working first...
  4. smooth movement from point a to point b?

    i have this code i found that smoothly moves a box left or right on the screen based on using the left or right arrow keys. i want to use this smooth code but adjust it so on enterframe, the box...
  5. Replies
    2
    Views
    9,346

    inserting f4v into webpage

    i have searched for the past couple hours and goofed around a bit and cant sort out this issue. i have a .f4v video (h264) that i want to show on my webpage. of course i cant find any way to have...
  6. Replies
    2
    Views
    615

    thanks everyone for your interest. the zoom tool...

    thanks everyone for your interest. the zoom tool has been resolved.
  7. Replies
    2
    Views
    615

    flash product zoom tool

    we are constructing a site that needs a zoom tool so you can see the products closer up. it needs to be somthing that when you zoom in, it keeps the high resolution of the image. it needs to be easy...
  8. Replies
    1
    Views
    522

    this issue has been resolved. thanks for your...

    this issue has been resolved. thanks for your interest.
  9. Replies
    1
    Views
    522

    [RESOLVED] hi res product zoom tool

    we are constructing a site that needs a zoom tool so you can see the products closer up. it needs to be somthing that when you zoom in, it keeps the high resolution of the image. it needs to be easy...
  10. Replies
    2
    Views
    640

    thanks cgguy, i will give those tips a try.

    thanks cgguy, i will give those tips a try.
  11. Replies
    2
    Views
    640

    flash movie focus...

    does anyone know how to 'focus' on a flash movie? for example, my flash webpage has a button that when clicked opens a flash movie. i want the main site to darken and the flash movie to be in front...
  12. Replies
    1
    Views
    507

    combining properties?

    is there a way to combine two actions in a single line? for example, i have:


    _root.pack9.enabled=false;
    _root.pack9._visible=false;

    how can i assign the _visible and .enabled parameters in a...
  13. Replies
    0
    Views
    391

    stage resize/positioning

    i am trying to do some research into creating a nice full screen site that incorporates a background image that is scalable with the browser window resizing, as well as menu bars, etc. that align to...
  14. Replies
    3
    Views
    612

    thanks very much sleepydad. i will have a look....

    thanks very much sleepydad. i will have a look. your name sounds like me right now - we had our first child a week ago...thanks again!
  15. Replies
    3
    Views
    612

    color switcher?

    i am trying to figure out how to build the following: a flash movie that is blue, has a slider that the user can move that causes the flash movie to change colors (red, green, yellow and orange)....
  16. Replies
    2
    Views
    463

    you are my hero! Thanks for taking the time to...

    you are my hero! Thanks for taking the time to explain different variations on how to do it.
  17. Replies
    2
    Views
    463

    variable issues

    i have a variable called loopCount that adds 1 to itself each time the movie loops. i have a second variable based on loopCount (called packButton) that adds loopCounts number to the word 'pack'. for...
  18. Replies
    1
    Views
    647

    that is the section i am having problems with,...

    that is the section i am having problems with, but here is the full code so you can see where i am coming from...


    loopCount++;

    envelope = "HeaderImages/C"+loopCount+"/Envelope.png";...
  19. Replies
    1
    Views
    647

    button, image and if statement soup

    i have 9 images. the one that loads in is based on the number established by the variable loopCount, which increases by 1 each time the main movie loops. Based on what value loopCount has at the...
  20. Replies
    4
    Views
    758

    got it sorted out. here is my complete solution:...

    got it sorted out. here is my complete solution:

    Ext_text = new LoadVars();
    Ext_text.onLoad = addText;
    Ext_text.load("ContactUs.txt");
    function addText() {
    Contact_Text.htmlText =...
  21. Replies
    4
    Views
    758

    ah ok, i am getting there. i have managed to...

    ah ok, i am getting there. i have managed to figure out how to insert the external text document (in this case copy1.txt) into the dynamic text box (instance name of copybox). what i cant figure out...
  22. Replies
    4
    Views
    758

    thanks for the reply. i really have no idea how...

    thanks for the reply. i really have no idea how to do what you are describing ;( but i am trying to learn. i have attached a test fla file with a text layer on it. do you think you might be able to...
  23. Replies
    4
    Views
    758

    flash and external text

    i am trying to figure out how to load external text into a flash file but keep all of the text formatting set up in the flash document. i have attached a simple flash file that shows a formatted text...
  24. Replies
    2
    Views
    477

    thanks much dog. i tweaked what you posted and it...

    thanks much dog. i tweaked what you posted and it worked great! cheers!
    here's what i got:

    envelope_array = ["C1","C2"];
    envelope_array.sort(function(){return Math.floor(Math.random()*3)-1})
    ...
  25. Replies
    2
    Views
    477

    arrays and if statements

    i am trying to create a flash movie that loads a random image. what i want is to have it so if random image 'C1_envelope' is loaded, it will automatically load image 'C1_letterhead' as well. just as...
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center