A Flash Developer Resource Site

Search:

Type: Posts; User: Macohead

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    465

    Yea, thats all they are... simple buttons with...

    Yea, thats all they are... simple buttons with an over-state... I have no clue what could be interferring with them, I haven't seen this before and I have absolutely no clue how to deal with it!!!
  2. Replies
    4
    Views
    465

    Thanks for trying.. When I scroll up and...

    Thanks for trying..

    When I scroll up and down, it sometimes disables the "over" state of those buttons, but when it is disable it reactivates when clicked.... its such a strange problem... I...
  3. Replies
    4
    Views
    465

    [F8] Flash/Firefox Problem

    Hey,

    Can anyone tell me the cause/solution of this problem I am having?

    When a user visits my page in Firefox (even sometimes in IE) and scrolls down, the "Over" state in all of my flash...
  4. Replies
    10
    Views
    771

    Awesome ... Thanks C.I., I can't tell you how...

    Awesome ... Thanks C.I., I can't tell you how much I appreciate it... I would have left here bald today having ripped out all of my hair if I never got this working...

    Thanks again, I...
  5. Replies
    10
    Views
    771

    I've added the removeChild you mentioned, and...

    I've added the removeChild you mentioned, and have the same problem....

    function oneV(event:MouseEvent):void {
    removeChild(imageLoader);
    var imageRequestOne:URLRequest = new...
  6. Replies
    10
    Views
    771

    Hey thanks for the reply... I didn't realize...

    Hey thanks for the reply... I didn't realize that by calling "imageLoader_mc.addChild(imageLoader);" it would create a new loader every time... I thought my loader was created once at the start...
  7. Replies
    10
    Views
    771

    I am having a problem similar to Rdoyle.. I have...

    I am having a problem similar to Rdoyle.. I have various images loading into a MC on my stage, each image has a link attached to it and is loaded by the same loader class... when I do a trace and...
  8. Replies
    10
    Views
    771

    So if you create a loader object on line one of...

    So if you create a loader object on line one of your main timeline, and call the same loader within functions on the same frame, will it load into the same object??

    This AS3 is a very...
  9. Replies
    3
    Views
    559

    Removing Children

    Hello,

    I have an empty MC on my stage, and throughtout my movie several different functions and buttons are loading a different jpg each into it at different times. I am having a problem...
  10. Replies
    1
    Views
    1,385

    I've managed to figure this one out, in some sort...

    I've managed to figure this one out, in some sort of roundabout way... (I'll post the code below) ...but is there any way I can preload the images from an XML file as the first one is showing?...
  11. Replies
    1
    Views
    1,385

    Possible to transition XML-Loader Images?

    Hello,

    I have images loading in, with their location data stored in an XML file. Is it possible to transition (i.e. fade) these images into one another on the timeline?

    Also, as an...
  12. Replies
    0
    Views
    543

    XML Images Fading

    Hello,

    Can anyone please explain or point me in the right direction as to how I can go about loading an XML file containing image paths into a flash movie, and have the images fade into each...
  13. Replies
    7
    Views
    4,861

    Awesome thanks... I've been struggling with that...

    Awesome thanks... I've been struggling with that one soooo much!


    Has everyone pretty much switched to writing all of their code in AS files as opposed to within the swf itself?! ...
  14. Replies
    7
    Views
    4,861

    Yes, I've created a cuePoint on the last frame...

    Yes, I've created a cuePoint on the last frame entitled "End", and I would like the last frame to pause where it is and remain on the screen.
  15. Replies
    7
    Views
    4,861

    Hey sorry... I'm using AS3

    Hey sorry...

    I'm using AS3
  16. Replies
    7
    Views
    4,861

    FLVPlayBack Cuepoints?

    Hey..

    I have an FLVPlayback component on my stage, and I have a movie attached via the parameters menu. I have also add a cuePoint called "End" via the parameters menu of the component. ...
  17. Replies
    1
    Views
    2,266

    ....another strange thing about this is that...

    ....another strange thing about this is that although the SWF containing the FLVPlayback component successfully plays the FLV when ran on its own, the FLV will not play when opened on its own,...
  18. Replies
    1
    Views
    2,266

    FLV won't play on server!

    Hey...

    I have an FLV playing through an FLVPlayback component on my stage, and when I publish on my local machine it works just fine embedded in the webpage. As soon as I upload the files...
  19. Replies
    2
    Views
    411

    Awesome.... Thanks a lot!

    Awesome.... Thanks a lot!
  20. Replies
    2
    Views
    411

    Adding "Return" during loop

    Hello,

    I am reading an XML file through a loop that is displaying a name followed by an email address taken from separate nodes.

    How can I display them in the same textfield but each...
  21. Replies
    11
    Views
    1,195

    Awesome... its working perfect now, Thanks to...

    Awesome... its working perfect now, Thanks to everyone....
  22. Replies
    1
    Views
    446

    FLV component vs Hand-Coding?

    Hey..

    I am just wondering if there is any benefit to hand-coding the script to play an FLV movie on your stage using Netconnection and Netstream...etc.. as opposed to using the FLV playback...
  23. Replies
    11
    Views
    1,195

    Wow... I finally figured out the problem, it had...

    Wow... I finally figured out the problem, it had something to do with the "Active Content" javascript that was exported with the publish settings....once I deleted all of the Javascript it worked...
  24. Replies
    11
    Views
    1,195

    Still not working.... the text field is coming...

    Still not working.... the text field is coming up as "Null".

    This is the HTML code:

    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires...
  25. Replies
    11
    Views
    1,195

    Hey thanks for the reply, but yeah....it has...

    Hey thanks for the reply, but yeah....it has changed in the new AS3...


    I've followed some tutorials on this topic, but for some reason I can't get it to work!! I have no idea what the...
Results 1 to 25 of 131
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center