A Flash Developer Resource Site

Search:

Type: Posts; User: MuhammadZamir

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    592

    No. Simple answer is no.

    No. Simple answer is no.
  2. Replies
    11
    Views
    887

    _level0 is always your main timeline. You should...

    _level0 is always your main timeline. You should check your cgi script, it seems that you are not receiving the variable from your cgi script into your flash movie.
  3. Replies
    11
    Views
    887

    OK, you do not need to use eval. Now there are...

    OK, you do not need to use eval. Now there are two things you should check. First, that choice is actually present in level0 (try putting a textfield named choice to see its value displayed). Second,...
  4. Replies
    11
    Views
    887

    try this... Begin Tell Target...

    try this...


    Begin Tell Target ("../vote/bar1")
    Go to and Stop (eval(_level0/:choice1))
    End Tell Target
  5. Replies
    11
    Views
    887

    Plz copy and paste the code which is not working.

    Plz copy and paste the code which is not working.
  6. Replies
    11
    Views
    887

    its called _level0/:choice

    its called _level0/:choice
  7. Replies
    5
    Views
    597

    Double click on the button and choose actions tab...

    Double click on the button and choose actions tab then click on button labelled with a + sign. You should read Flash manual if you do not know how to add action script to your movies.
  8. Replies
    1
    Views
    474

    I assume that by labelled you mean you have named...

    I assume that by labelled you mean you have named your textfield variable size and it is on main timeline and you mc bar is lso on main timeline, if so try this...


    On (Release)
    Begin Tell...
  9. Replies
    1
    Views
    548

    Hi, Try this... On (Release) Get URL...

    Hi,
    Try this...


    On (Release)
    Get URL ("mailto:"&/:myVariable)
    End On

    Hope it helps.
    Regards,
  10. Replies
    5
    Views
    597

    Hi, try this... Begin Tell Target ("/") ...

    Hi,
    try this...


    Begin Tell Target ("/")
    Go to and Stop (40)
    End Tell Target

    Hope it helps.
    Regards,
  11. If you are loading multiple variables from one...

    If you are loading multiple variables from one external text file your text must be URL encoded so it would be something like this…
    ********************************** ...
  12. Replies
    11
    Views
    893

    First of all if you are loading multiple...

    First of all if you are loading multiple variables from one external text file your text must be URL encoded so it would be something like this…
    **********************************...
  13. Replies
    11
    Views
    893

    Well, the above code is for a pre-loader I...

    Well, the above code is for a pre-loader I presume you are using in your movie. You should remember when you pre load your movie your frame actions are not executed. So if you load an external text...
  14. Hi Stuart, It is relatively very complicated to...

    Hi Stuart,
    It is relatively very complicated to do this using Flash 4, as there is no function to read system date in flash 4. You can only do this with FS Command and/or JavaScript.
    My suggestion...
  15. its simple just give your textfield a name and...

    its simple just give your textfield a name and use it


    Set Variable: "nameOfYourTextField" = "whatever text you want in that text field"

    hope it helps.
  16. Replies
    1
    Views
    576

    Hi, Appearance of your cursor is controlled by...

    Hi,
    Appearance of your cursor is controlled by your operating system, you can hide system cursor and use your own custom cursor to accomplish what you want to achieve, but I am afraid it is not...
  17. Replies
    11
    Views
    893

    It seems that you are trying to manipulate some...

    It seems that you are trying to manipulate some variable which are not loaded yet.Remember, if you have a lot of text it takes it some time to load from a web server. "framesloaded == totalframes"...
  18. Replies
    11
    Views
    893

    There could be several reasons for this problem....

    There could be several reasons for this problem. E.g.,
    · You may be trying to manipulate the variables that are not present in your movie usually that happens when you load external variables and...
  19. Generally speaking you have to use tell target...

    Generally speaking you have to use tell target only when you want to control a timeline. Try This...


    Set Variable "/:counter" = /:counter + 1

    or if you must want to use levels (which in the...
  20. No, I am afraid Flash 4 does not support html...

    No, I am afraid Flash 4 does not support html tags. There is no direct and simple method to format text in flash 4.
    Hope it helps.
  21. Replies
    4
    Views
    962

    Hi, Get URL ("mailto:you@yourdomain.com") ...

    Hi,


    Get URL ("mailto:you@yourdomain.com")

    will only work if user's computer has got an e-mail client properly installed and configured. All I can say is that you should check your machine....
  22. Replies
    4
    Views
    962

    Try this... Get URL...

    Try this...


    Get URL ("mailto:you@yourdomain.com")

    Please remember this will open user's default e-mail client.
    I don't think it is possible to start a specific application from within flash....
  23. Replies
    4
    Views
    528

    plz copy and paste your actual code.

    plz copy and paste your actual code.
  24. Replies
    4
    Views
    528

    Load Movie ("yourMovie.swf", 8) Begin Tell...

    Load Movie ("yourMovie.swf", 8)
    Begin Tell Target ("_level8/mcOnLevel8")
    Go to and Play ("yourLabel")
    End Tell Target

    This is the correct syntax, but it would not work because you got to...
  25. Replies
    4
    Views
    563

    for the first bit do this... Set Variable:...

    for the first bit do this...


    Set Variable: "_level0/:number" = 3

    and for the second do this...


    Begin Tell Target ("_level"&/:number)
    Go to and Stop("hold")
Results 1 to 25 of 89
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center