A Flash Developer Resource Site

Search:

Type: Posts; User: icu222much

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    755

    Slideshow from Directory Contents

    I am trying to create a Flash file where it will read the contents of a directory and automatically compile them into a simple slideshow with basic transitions (simple fade-in/fade-out transition)....
  2. Replies
    2
    Views
    499

    I just uploaded it to a server and it works...

    I just uploaded it to a server and it works beautifully. Thank you.
  3. Replies
    2
    Views
    499

    [RESOLVED] Flash Player Security

    I am trying to link some text to an external web site. I am using the following code, but whenever I try to launch the external web site, I get prompted by Adobe Flash Player Security saying that it...
  4. Me too. It was a silly mistake on my part that...

    Me too. It was a silly mistake on my part that cost me several days of debugging.
  5. I just want to say that the problem has been...

    I just want to say that the problem has been solved. The problem was on frame 31, layer workContent. I have the code:


    createScrollPane(workGraphics_content, 100, 427, 349, 193);

    whereas it...
  6. Sorry about the long post. I just thought that I...

    Sorry about the long post. I just thought that I would include all the details. To sum things up:

    You navigate through my website by clicking the sink, toilet, and shower handle X amount of times....
  7. [RESOLVED] Two Exact Functions Are Not Working (long)

    I am making a portfolio website. The way I have structured my code is that I have an action layer that takes care of global actions such as how the user would navigate through the website. For each...
  8. Replies
    4
    Views
    652

    I managed to fix my problem. What happened was...

    I managed to fix my problem. What happened was that I didn't name my MCs so Flash couldn't detect 'em. I named my MC by going secondMC.name = 'secondMC_name'.
  9. Replies
    4
    Views
    652

    Unfortunately, the second movie clip is not...

    Unfortunately, the second movie clip is not defined in the first frame which is why I am having this difficulty.

    I have not heard of EnterFrame, but I will do some research into that to see if...
  10. Replies
    4
    Views
    652

    Detect MC in MC

    I have added a child MC in frame 20 of my file. Within this MC, I have added another child MC. In frame 1, I would like to detect to see if the second MC is on the stage. I have tried using the the...
  11. Replies
    2
    Views
    684

    Bah. Stooopid me. Thank you.

    Bah. Stooopid me. Thank you.
  12. Replies
    4
    Views
    652

    When I trace e.target, I get instanceXX. I...

    When I trace e.target, I get instanceXX.

    I tried currentTarget and it worked beautifully. Thanks :)
  13. Replies
    4
    Views
    652

    e.target.name very confusing

    On frame 30 of my root timeline, I have dragged five different instances from my library onto the stage. I gave each one a distinct name, oneBtn, twoBtn, threeBtn, fourBtn, fiveBtn. I added a...
  14. Replies
    2
    Views
    684

    FLVPlayback Fullscreen Not Working

    I dragged the FLVPlayback component onto my stage and attached a source to it using the component inspector. When I view my .swf, I can't get the full screen option to work. I have uploaded my file...
  15. Replies
    4
    Views
    547

    I uploaded my file online and it worked. Turned...

    I uploaded my file online and it worked. Turned out that my coding will work online but not in the Flash IDE.
  16. Replies
    4
    Views
    547

    I tried setting mLoader to null by going: ...

    I tried setting mLoader to null by going:


    mLoader = null;

    within my unloadStuff function but it did not work.
  17. Replies
    4
    Views
    547

    Stop A Loader From Loading?

    I am creating an image gallery where the user can select from several thumbnail images. Once selected, the thumbnails will enlarge and load the full sized image. My problem is that while the user is...
  18. Replies
    2
    Views
    530

    Sounds good. Thanks :0

    Sounds good. Thanks :0
  19. Replies
    2
    Views
    530

    Contact Form Without PHP

    I am wondering if it is possible to create a contact form in AS3 without using PHP? The reason is because I am planning to create a co-op portfolio and host it on my university file space. The...
  20. Replies
    12
    Views
    2,203

    Thank you. That did the trick. I think I have...

    Thank you. That did the trick. I think I have everything working for now.
  21. Replies
    12
    Views
    2,203

    I went to follow another guide here...

    I went to follow another guide here and I am having a bit of a problem. I can't seem to get Flash to read the URL links and some of the text. I've uploaded the .swf file here.

    AS3:

    var...
  22. Replies
    12
    Views
    2,203

    Thank you. I think I've got it. Also, one more...

    Thank you. I think I've got it.

    Also, one more thing. I've noticed that a lot of AS3 coding I've seen starts off with
    package{
    ...
    }. When I try to copy and paste it into AS3, it gives me an...
  23. Replies
    12
    Views
    2,203

    Hmm... will it be easier to style a dynamic text...

    Hmm... will it be easier to style a dynamic text field without XML? The reason why I am using XML was because I thought it would be easy and a good learning opportunity for me. I heard that by using...
  24. Replies
    12
    Views
    2,203

    Is there perhaps a way to somehow tie CSS in with...

    Is there perhaps a way to somehow tie CSS in with my XML file?
  25. Replies
    12
    Views
    2,203

    [RESOLVED] Style XML In AS3

    I am creating a resume for my Flash portfolio. I have placed the content into an XML file, and have AS3 reading the XML file into a dynamic text box. I am wondering how I would style the XML content?...
Results 1 to 25 of 48
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center