A Flash Developer Resource Site

Search:

Type: Posts; User: jgraca

Page 1 of 4 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    1
    Views
    3,156

    fscommand("fullscreen", "true");

    fscommand("fullscreen", "true");
  2. Replies
    0
    Views
    618

    Hta file and flash menu

    hi,

    <hta:application ... ... navigable="yes">

    how can i navigate from one hta file to another ?

    getURL("hidraulica.hta", "_self"); doesn't work!

    Thanks a lot
  3. Replies
    1
    Views
    813

    fscommand("allowscale", "false");...

    fscommand("allowscale", "false");
    fscommand("fullscreen", "true");
  4. Replies
    7
    Views
    438

    yes i can do that. in fact that's how i am...

    yes i can do that.

    in fact that's how i am doing it know.

    Thanks a lot for the time you spent with me. :)
  5. Replies
    7
    Views
    438

    yes, it's that but ... (oh my english is so bad )...

    yes, it's that but ... (oh my english is so bad )

    where you put aaa.htm and bbb.htm, it isn't always bbb it could be ccc.htm or ddd, what so ever.
  6. Replies
    7
    Views
    438

    once again thanks, but i think (i'm so confused...

    once again thanks, but i think (i'm so confused :() your link doesn't answer my doubts, because the swf where i want to use the link is not part of the frameset, it is in an individual html.

    can...
  7. Replies
    7
    Views
    438

    thanks a lot for your reply :)

    thanks a lot for your reply :)
  8. Replies
    7
    Views
    438

    Frameset and hiperlinks

    How can i "tell" in swf embed in a html file
    to open another.htm (with two frames)
    1 - in mainFrame open AAA.html
    2 - and in leftFrame open BBB.html

    i hope you understand what i want to do
    ...
  9. Thread: tweening text

    by jgraca
    Replies
    7
    Views
    673

    :)

    :)
  10. Thread: Full screen

    by jgraca
    Replies
    2
    Views
    362

    put this in the first frame ...

    put this in the first frame

    fscommand("showmenu", "false");
    fscommand("allowscale", "false");
    fscommand("fullscreen", "true");
  11. Thread: tweening text

    by jgraca
    Replies
    7
    Views
    673

    neither group the shapes.

    neither group the shapes.
  12. Thread: tweening text

    by jgraca
    Replies
    7
    Views
    673

    are you using symbols? you can't use symbols in...

    are you using symbols?
    you can't use symbols in shape tween.
  13. Thread: tweening text

    by jgraca
    Replies
    7
    Views
    673

    if is this you are asking for?

    if is this you are asking for?
  14. Thread: preloader

    by jgraca
    Replies
    1
    Views
    385

    this.BarraLoad._yscale = 0; this.onEnterFrame =...

    this.BarraLoad._yscale = 0;
    this.onEnterFrame = function() {
    total = Math.round(this.getBytesTotal()/1024);
    carregado = Math.round(this.getBytesLoaded()/1024);
    parte =...
  15. Thread: preloader

    by jgraca
    Replies
    1
    Views
    385

    preloader

    hello,

    1 - several swfs using this preloader:


    BarraLoad._yscale = 0;
    _root.onEnterFrame = function() {
    total = Math.round(_root.getBytesTotal()/1024);
    carregado =...
  16. Replies
    3
    Views
    480

    use frame labels. see if this file helps you?

    use frame labels. see if this file helps you?
  17. Replies
    4
    Views
    483

    better explained is impossible !!! thank you...

    better explained is impossible !!!

    thank you very much.
  18. Replies
    4
    Views
    483

    THANK you . Perhaps you may help me whith...

    THANK you .

    Perhaps you may help me whith another issue, in this line of code

    setProperty(_root.BarraFotos, _x, posicaoX-(distancia*.40))
    the result is a decimal number, but i need that...
  19. Replies
    4
    Views
    483

    very basic variable question

    hi,

    in AS how do i write:

    if variable_A is between 9 and 10, than ...

    :hubba:

    thanks a lot
  20. Thread: swfs and html ?

    by jgraca
    Replies
    5
    Views
    467

    thanks Chessgenie and Justin-ps i resolved the...

    thanks Chessgenie and Justin-ps

    i resolved the question using LocalConnection(), after all is so easy (now that i know how)

    your suggestion Justin is a good one but i really need to use two...
  21. Thread: swfs and html ?

    by jgraca
    Replies
    5
    Views
    467

    thank you sooooooo much for your help. i hope...

    thank you sooooooo much for your help.
    i hope you always receive identical answers to your questions.
    have a nice day

    LocalConnection ()
  22. Thread: swfs and html ?

    by jgraca
    Replies
    5
    Views
    467

    swfs and html ?

    hi,

    1 - two swfs embed in an html page.

    2 - i pretend to control the swf A using the buttons inside swf B.

    Is it possible?

    thanks
  23. Thread: onMouseWheel

    by jgraca
    Replies
    0
    Views
    442

    onMouseWheel

    hi,
    how to prevent? in the code above (mc) links, to scroll more than is _hight.
    if (by any chance == you understand my bad english) {
    please help me;}
    //thanks a lot


    var...
  24. Replies
    1
    Views
    437

    on (press) { fscommand("quit", ""); }

    on (press) {
    fscommand("quit", "");
    }
  25. Replies
    2
    Views
    488

    see if this help.

    see if this help.
Results 1 to 25 of 85
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center