A Flash Developer Resource Site

Search:

Type: Posts; User: layerburn

Page 1 of 20 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    12,635

    First you must select the flv component on the...

    First you must select the flv component on the stage, and then go to window>component inspector to view the parameters, that's where you will be able to change things like autoplay and autorewind.
  2. Replies
    0
    Views
    728

    CS3 Autolaunch .exe from USB

    I've worked with autolaunch CDs in the past. Now my boss wants to autolaunch from a USB. So that when you plug the USB in, the flash automatically plays. Does anyone know how to do this? Or where...
  3. CS3 Thank you so much! I was nowhere close to your...

    Thank you so much! I was nowhere close to your solution. This definitely gets me closer to my goal. Thanks again!
  4. CS3 [RESOLVED] Assign array/movieclips to categories

    I found a multiple drag to a single drop example here on the forums that works wonderful for the dragging and dropping part of my project. I am now trying to add in a sort of category detection. I...
  5. CS3 AS2: Thumbnail Slider, center selected image

    I'm currently trying to create a thumbnail slider that gives text detail about each image that slides out when the current image is selected. I've got everything in except I'm having one issue. I...
  6. CS3 Fast Forward works, but Rewind mega slow

    Hi All,

    I've got three rather large swfs that I buffer into a main swf to create a large presentation. I created a Rewind and Fast Forward function in the main swf that allows the user to speed...
  7. Replies
    3
    Views
    1,044

    CS3 I do want to load the content dynamically if...

    I do want to load the content dynamically if possible, but I don't think I have done that before. Do you know any good tutorials? Luckily I only have six images so that might help. But yeah I...
  8. Replies
    3
    Views
    1,044

    CS3 thumbnail scroller with image detail

    I'm in need of some help. I've done a basic thumbnail scroller before, but now I'm trying to make one like the scroller at http://www.foodnetwork.com/. I need to figure out how to get the popout...
  9. CS3 *bump*

    *bump*
  10. CS3 Sliding thumbnails plus scroll bar and pop up

    I've done the basic sliding thumbnail bar with the rollover and clicking on the thumbnails before, but I'm trying to replicate the one on the foodnetwork.com homepage.

    I wanna do exactly what...
  11. I did run into one thing, I see that the count...

    I did run into one thing, I see that the count goes up, but i was having trouble making the count go down. It needs to make the count go down as the user removes words from the hitArea and to update...
  12. Thanks a ton! I was already working with the...

    Thanks a ton! I was already working with the code you posted and it works perfectly with what i'm doing. Thanks so much for the help, this is way better than the route I was taking. I really...
  13. This looks great! I think this will be a great...

    This looks great! I think this will be a great help. I had trouble opening the file though, i'm using Flash CS3 AS2, says unexpected file format.
  14. Thanks for replying. Yes you are correct and i...

    Thanks for replying. Yes you are correct and i am doing this in AS2. The user must have AT LEAST 1 word in the area to proceed but no more than 5. They can go through the list of 45 and drag as...
  15. [RESOLVED] Current movieclip with hittest

    I'm setting up a project that has a list of 45 words. The user should be able to drag the words into an area on the stage, as many as they want, but unable to proceed until they have only 5 words in...
  16. Perfect! Thanks!

    Perfect! Thanks!
  17. [RESOLVED] [F8] anchor end point of line

    So I'm trying to make a line graph that is draggable. There are three points on the graph and a line between each of the points. I want it so that when I drag a point, the line connecting to it will...
  18. Replies
    2
    Views
    354

    That's it! Thanks a ton dawsonk, I've been going...

    That's it! Thanks a ton dawsonk, I've been going over this for days. I really appreciate your help. :D
  19. Replies
    2
    Views
    354

    [RESOLVED] [F8] Array grid

    I have an array that has 35 objects in it pulled from xml. I am trying to replicate a movieclip on the stage for each of the objects in a grid format (rows and columns). However I want to take the...
  20. my_video was the instance name I gave the...

    my_video was the instance name I gave the FLVPLayback component. Drag it to the stage and give it that instance name and the code will work fine.
  21. Replies
    2
    Views
    500

    What is the actionscript on your buttons? If...

    What is the actionscript on your buttons? If you're using gotoAndPlay, you might change it to gotoAndStop. Or you could use a button time out so if the user clicks a button, it disables it for so...
  22. Alright, found the problem, it was right where I...

    Alright, found the problem, it was right where I thought it was. All you have to change are these codes...


    //code to change on the menu
    onClipEvent (enterFrame) {
    Xsquare =...
  23. I'm not sure but this looks like this might be...

    I'm not sure but this looks like this might be wrong if you just copied it from the slider file.

    Xsquare = _root.menu._x;

    I might be able to play with it a bit if you wanted to upload your .fla...
  24. I'm unsure how to set it up, but I would imagine...

    I'm unsure how to set it up, but I would imagine using xml would be beneficial. If you had two xml files for text, one for english and one for spanish, whenever they choose their flag at the...
  25. Replies
    2
    Views
    453

    Welcome to the forum. The easiest way would be...

    Welcome to the forum. The easiest way would be to mask out the areas that are showing that you don't want to. I can easily look at your .fla file for you if you upload it.

    Hope this helps. :D
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center