A Flash Developer Resource Site

Search:

Type: Posts; User: andylatte

Page 1 of 9 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    373

    So nothing changed. I thought MX delivered sth....

    So nothing changed. I thought MX delivered sth. new.

    Thanks anyway.

    greets andreas
  2. Replies
    2
    Views
    373

    scripting animation w/out using frames

    yeah,

    the question is in the headline. I wanna know if scripting e.g. an fade without using the frames can be done.

    Greets

    andreas.
  3. Replies
    3
    Views
    403

    I believe they depend on the cpu speed to. But...

    I believe they depend on the cpu speed to. But you possibly you´re able to set parameters like when ever you are to slow skip a few frames but stay time true. Flash instead slows down and displays...
  4. Replies
    2
    Views
    342

    check getBytesLoaded() and getBytesTotal() . ...

    check
    getBytesLoaded() and getBytesTotal() .


    if(my_mc.getBytesLoaded = my_mc.getBytesTotal()){

    .....
  5. here´s the basic idea create a fade_in mc...

    here´s the basic idea

    create a fade_in mc and fade_out mc
    create an invisible button "my_btn" ( only grafic on hit area )
    drag them on stage


    my_btn.onRollOver = function(){
    ...
  6. Replies
    3
    Views
    403

    There is no easy way since flash is not true...

    There is no easy way since flash is not true about timing. So what ever you put for Fps is rather an estimate.

    greets andylatte
  7. Replies
    2
    Views
    606

    Grüzi Musicman, good too hear from you again....

    Grüzi Musicman,

    good too hear from you again. You helped me out again.

    Thanks

    andreas
  8. Replies
    2
    Views
    606

    What does a .swf know about itself?

    Hi folks,

    I´m asking the list because I really can't think of a way how to approach the following.

    I wanne use the same .swf (small file that loads data from an xml file and displays it) over...
  9. Replies
    3
    Views
    364

    I wouldn´t use scenes anyway. Flash compiles...

    I wouldn´t use scenes anyway. Flash compiles them like additional frame. Use frames -> makes live easier for me.

    andylatte
  10. Does a swf know about its position in a html file?

    Hi all,

    I have a small .swf which is a galerie. It loads its data from a XML -file. I wanna use the same .swf about 30 times on a page. Therefore I will have 30 xml -files each assigned to one...
  11. Replies
    0
    Views
    281

    script fails on fast connections

    Hi all,

    I used a script I always use for preloading and tested it with a really fast connection an it fails.

    I have a button:


    on(release)[
    loader.loadMovie("myPic.jpg");
    }
  12. Replies
    2
    Views
    373

    hey musicman, I know I´m late but still wanna...

    hey musicman,

    I know I´m late but still wanna say thank you. mada a loadVars object.

    andreas
  13. Replies
    2
    Views
    373

    only pass certain vars

    hi

    I use getURL to call a .php script to which I pass on variables via POST. But I have really a lot of them in _root and I wonder if there is a way to only pass on some of the variables I...
  14. hah - obviously I´ve not been clear enough. Its...

    hah - obviously I´ve not been clear enough. Its not an security issue!

    I´ll try again:

    My site is a main.swf which loads different other swf like guestbook.swf whenever somebody hits the...
  15. allright - got ya. I guess I have to start a...

    allright - got ya.

    I guess I have to start a new post now!

    using www.noSite.com !

    in case you know any methods to solve my problem fire away.

    greets andreas
  16. I´m afraid do not quite get it. WHAT ARE YOU...

    I´m afraid do not quite get it.

    WHAT ARE YOU TALKING ABOUT?

    andreas
  17. restrict direct access to files but the main

    I have a all-flash-site which on demand loads several swf-files in to the main.swf.(e.g. if you type www.mySite.com and hit the button movie movieOfTheDay.swf is loaded.)

    And I want to avoid...
  18. Replies
    9
    Views
    3,735

    thanks catbert303 and...

    thanks

    <b>catbert303</b> and <b>cancerinform</b>

    I finally got both versions to work.

    greets

    andreas
  19. Replies
    9
    Views
    3,735

    get html to work - in a node

    Hi all,

    I´ve been searching some posts but couldn´t manage to find the answer. How to put html in a node?

    so i tried using

    <element>1st line<![CDATA[<br/>]]>2nd line</element>


    and...
  20. Replies
    2
    Views
    385

    works perfect - thank you. andreas

    works perfect - thank you.

    andreas
  21. Thread: guestbook

    by andylatte
    Replies
    6
    Views
    546

    they have a board at flash-db.com with one forum...

    they have a board at flash-db.com with one forum only about that guestbook tutorial - there you´ll find answers to probably every question concerning that guestbook you can think of.

    greets
    ...
  22. Replies
    2
    Views
    385

    create mc from library

    I want to creat a certain amount of mc from an mc which will only be in the library - that is probably not to hard but I do not know where to look for in the tuts section.

    greets
    andreas
  23. Replies
    11
    Views
    407

    TO GreatGatsby the reason why your suggestion...

    TO GreatGatsby
    the reason why your suggestion didn´t work is is exactly what enemem was talking about.

    stupid me did use

    _root.a =targetPath(this);
    instead of

    _root.a = this;
  24. Replies
    11
    Views
    407

    fmuff answers in between. I should have...

    fmuff answers in between.

    I should have adressed my answer to GreatGatsby.

    Now to fmuff

    thanks
  25. Replies
    11
    Views
    407

    thanks for your quick response but it doesn´t...

    thanks for your quick response but it doesn´t work.

    greets andreas
Results 1 to 25 of 201
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center