A Flash Developer Resource Site

Search:

Type: Posts; User: Karacature

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Could it be because my main timeline is going...

    Could it be because my main timeline is going backwards on all of the other buttons, and that somehow stops my popup animation from working? That's the only thing I can think of so far.... that it...
  2. getting multiple buttons to play the same animation.

    I have a popup text box that I have run it's animation every time a certain button is clicked....and that works. However, when a different button is clicked, that has the same function on it, it...
  3. What else could I use instead of EnterFrame? I'm...

    What else could I use instead of EnterFrame? I'm trying to figure out how to trigger an event or even change a variable's value on each frame of the main timeline.

    I'm trying to use an array to...
  4. Replies
    3
    Views
    2,015

    no, I am just using flash as3, nothing external....

    no, I am just using flash as3, nothing external. I have never used anyhing outside of flash's own code and am not familiar with how to do that.
  5. I added the text format code into the popUpText...

    I added the text format code into the popUpText function, and it works! Guess it just had to be part of the function and not added separately.
  6. this should be REALLY easy....but it's not working

    I was trying to control a popup textbox with AS, but I couldn't get the tween to reset and be reused. Finally gave up and just animated the text box to pop up instead. I am able to get it to play if...
  7. [RESOLVED] format text using function doesn't work

    I am trying to populate a text box with different text on each frame. I am using Enter Frame to control loading the new text, but I lose the formatting when I do that.


    this.addEventListener...
  8. Replies
    3
    Views
    2,015

    I got the tween to work by initiating it outside...

    I got the tween to work by initiating it outside the function, and then just calling it. However, I can't get it to re-initilize after the first time. The function seems to be working, but the tween...
  9. Replies
    3
    Views
    2,015

    If statement and Tween

    Hi,
    I am trying to create an if statement to control whether or not a popup box slides in from offstage or is static. I am using an array to determine if it should, 1=yes, 0=no. The tween works fine...
  10. Replies
    1
    Views
    6,697

    AS 2 To be more specific, there is text entered in the...

    To be more specific, there is text entered in the Properties tab under Component parameters. there are two properties... one which has only one Value set, and one that has a values pop-up menu where...
  11. Replies
    1
    Views
    6,697

    AS 2 Html tag is breaking

    So this is related to the question I posted earlier about populating a text box... It's getting the text from the Component Parameters, but if there are html tags (to bold a word in the text) it...
  12. AS 2 resolved

    It was getting its text from the Component Parameters.
  13. AS 2 [RESOLVED] Need help identifying loaded text problem

    I've worked with AS2 before but not at the level of the file I am trying to troubleshoot. I have two copies of a flash file, one that works, and one that doesn't. the problem is that the text will...
  14. Replies
    2
    Views
    861

    CS3 Oops, sorry, forgot to mark this resolved. I...

    Oops, sorry, forgot to mark this resolved. I found the answer on a different forum where someone had a similar problem. I had to add
    wmode="opaque"
    to my html embed tag. It was set to 'window'...
  15. Replies
    1
    Views
    778

    CS3 found the answer in another forum:...

    found the answer in another forum: http://www.dreamincode.net/forums/topic/7590-embedded-flash-object-and-dhtml-menus/

    add:

    wmode="opaque"

    you your html embed tag
  16. Replies
    1
    Views
    778

    CS3 css depth with flash?

    Hi,

    I have a flash template that I added a flash and xml driven component to. The component is a carousel menu with a lightbox that displays images. The lightbox part of it keeps loading behind...
  17. Replies
    2
    Views
    861

    CS3 Trouble defining z index or level.....

    Hi

    I have a flash template that I've modified for the family business, and added a carousel lightbox plug in to showcase project work. http://test.intelligent-d.com and if you click on the pink...
  18. Replies
    2
    Views
    883

    AS 2 Hi danddleo! Thanks for replying. ...

    Hi danddleo!

    Thanks for replying. Unfortunately, I'm still having trouble with it. With the code it had in the file, it would open a new tab in my browser that said the message sent...
  19. Replies
    2
    Views
    883

    AS 2 contact form

    I have a template that was purchased online that I am trying to customize. I'm having trouble getting the contact form to work. here's the code for the flash button:

    on (rollOver) {...
  20. Replies
    5
    Views
    1,271

    that's a very interesting site, thank you! I'm...

    that's a very interesting site, thank you! I'm still not very advanced in AS though.... does the cube have to be drawn in AS to use the culling? The information is what I was looking for, but I'm...
  21. Replies
    5
    Views
    1,271

    rotate a box in 3D space

    Hi, I'm using Flash CS4 and AS3 and trying to get this cube to look as though it's actually in 3D space. http://guppy.karacature.com/

    I know that because it's really two dimensional I'm dealing...
  22. Replies
    2
    Views
    680

    I've tried copying the frames of my file into a...

    I've tried copying the frames of my file into a new page and that hasn't solved the issue either.....It's not action scripted to center and scale.....where's it getting the information from? And it...
  23. solved!

    I found an excellent tutorial here:
    http://www.thetechlabs.com/tutorials/audionvideo/how-to-build-a-as3-videoplayer/
    in case anyone else has this trouble! :)
  24. Replies
    2
    Views
    680

    align swf in web browser

    So I thought this would be an easy fix......but I'm stuck

    I have several .swf pages that are as2 that load in the upper left corner at actual size (800x600) the first time they are loaded. ...
  25. Well, I got the video playing and it probably...

    Well, I got the video playing and it probably doesn't need a preloader too desperatly (unless the user has dialup) But I really do need to add a way to scrub though or fast forward and rewind...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center