A Flash Developer Resource Site

Search:

Type: Posts; User: TheCaramella

Page 1 of 20 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,088

    Version?

    Could you tell what version of Flash you are using? My example is for creating buttons from scratch. :)
  2. Replies
    4
    Views
    813

    Thanks, Nfan. I found a way, I used the...

    Thanks, Nfan.
    I found a way, I used the SteelExternalPlayMute (or what it's called)

    What I discovered was that I needed to put the swf-files to this skin in the same folder as the page that's...
  3. Replies
    4
    Views
    813

    Maybe this is the solution? I don't know where to...

    Maybe this is the solution? I don't know where to set the path on server - do you mean in the FLA-file, or somewhere in the server config?
    Thanks in advance!
  4. Replies
    4
    Views
    813

    Component video player Flash 8

    I've made a movie in Flash 8, and put in a component with controls, and published it to server.
    I don't see the controls now, what ever I do:

    I've tried to copy the code from the Flash-made...
  5. Replies
    6
    Views
    646

    I've got the same problem. I'm not sure if it's...

    I've got the same problem. I'm not sure if it's the player version, or the editor (Flash MX 2004).

    I've always used png's with transparency when importing to Flash, because they worked out fine...
  6. Found a solution

    I found a solution. But it's to bad that it should be like that.

    In my first attempt, I ran two tweens on the same timeline as I created the scripts for setting the text properties.

    Now that I...
  7. Dynamic text - can't get it into text fields

    I have a movieclip for texts, showing up on my stage twice. I want to set the text dynamically from _root, but it doesn
    t work.

    I did this in Flash 5, but have had the same problems in both...
  8. Replies
    8
    Views
    620

    Re: Eh?

    Send him a private message, that is. But - he deserves the appreciation. He and a few others. Not to forget.

    :cool:
  9. Replies
    5
    Views
    1,095

    'cause of studies. Thanks for the sympathy, I...

    'cause of studies. Thanks for the sympathy, I needed it :)
    Tomorrow is my last exam from yesteryear - if there's any such thing. That's why I'm here now ...
    :cow:
  10. Replies
    5
    Views
    1,095

    Just needed to

    ... let the world know I still existed, though exausted ...
    *sob-sob*

    :)
  11. Replies
    7
    Views
    415

    If you won't use the new html attributes, you can...

    If you won't use the new html attributes, you can just type in linebreaks with
    \n
  12. Replies
    2
    Views
    551

    Thanks, hardcoding the entire address was what...

    Thanks, hardcoding the entire address was what did it!
    :cool:
  13. Replies
    2
    Views
    551

    css not loading on server

    I'm using Flash MX 2004, and have experimented with the new ability to load css into the flash movie at runtime.

    Unfortunately this only works at my computer, once I upload the works to server,...
  14. Replies
    1
    Views
    400

    Just export your image as 24 bits PNG, and your...

    Just export your image as 24 bits PNG, and your problem's solved!
    (:))
  15. Replies
    2
    Views
    456

    The array names are only pointers to places in...

    The array names are only pointers to places in memory. In your last example, you create to pointers to the same array object in memory.

    That means that if you change anything in the array by...
  16. Replies
    2
    Views
    494

    Maybe doing it in Corel would be a good idea....

    Maybe doing it in Corel would be a good idea. Here's a link to a tutorial in Photoshop, I don't think it's difficult to "translate" it for Corel use....
  17. Replies
    2
    Views
    578

    Thank you so much, and I'm so glad to see you've...

    Thank you so much, and I'm so glad to see you've raised your "out-of-here"-limit
    (:))
  18. Replies
    2
    Views
    578

    Use Flash file in PowerPoint?

    Hi!
    I'd be greatful if anybody can tell me how to (eventually) include a Flash (swf) file in a PowerPoint presentation.

    I can't make my project completely in Flash, because I've only been asked...
  19. Thread: wallpaper

    by TheCaramella
    Replies
    12
    Views
    647

    I see your point, and i think i've misunderstood...

    I see your point, and i think i've misunderstood something. I thought the question was if you could create a file that installs as a desktop item, or wallpaper, through Flash.
    You can't do that.
    ...
  20. Thread: wallpaper

    by TheCaramella
    Replies
    12
    Views
    647

    But how have they done this, you mean? You think...

    But how have they done this, you mean? You think they've done their program and installation process in Flash?

    Flash isn't allowed to work with your os like that, that's why I ask.
    I think these...
  21. It's easy. ...

    It's easy.
    http://heim.ifi.uio.no/~krisber/flashmx/gjennomsiktig.html
    But not everybody will see your flash file as transparent, unfortunately.
  22. Replies
    1
    Views
    356

    You might not have specified the correct level...

    You might not have specified the correct level for loading the movies into, so the movie is replacing the buttons.
  23. Replies
    0
    Views
    327

    Bugs in MS 2004?

    I've dowloaded and spent some time on Flash MX 2004. Many new features that I really like - but now I had to go back to just MX, because I don't get buttons to behave as buttons f. instance.
    Please...
  24. Replies
    5
    Views
    453

    How about checking for one at the time, and in...

    How about checking for one at the time, and in the block of code to be executed, start checking for the other key?
    Like
    if (Key.isDown(65)) {
    if (Key.isDown(66)){
    trace("something");
    ...
  25. Thread: buttons

    by TheCaramella
    Replies
    4
    Views
    395

    Have you targeted the loading movie? I added an...

    Have you targeted the loading movie?
    I added an _root in front of your non-working line.
    Did you see that?
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