A Flash Developer Resource Site

Search:

Type: Posts; User: Giano

Page 1 of 9 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    0
    Views
    3,055

    AS3 AIR 3.2 - Opening a PDF on Android Air

    Hi guys, I do need some help here.

    Well what I'm trying to do is to open an embedded pdf into an android app running on a smartpad. Searching the web I've learned that I cannot use...
  2. Replies
    1
    Views
    19,257

    .mouseWheel non working with magic mouse

    Hi guys,

    just need a small help from you mac users.
    I somehow noticed that the mouseWheel function is not working on the mac magic mouse. On my PC it works fine, but when I tested the site on a...
  3. Replies
    3
    Views
    501

    Thanks dawsonk, just one question that var...

    Thanks dawsonk,

    just one question that var child you set, what would it be? An Object?

    Anyway thank you again
    Giano
  4. Replies
    3
    Views
    501

    [AS3]: Help - switching back button

    Hi guys,

    I'm really new at AS3, I'm going through some resource to catch it with the new language in the meanwhile just want to ask you a simple question.

    I'm bulding a really simple menu to...
  5. Replies
    1
    Views
    3,999

    Create an installer for my application

    Hi guys,
    first of all thanx in advance for your time.

    I've quite a simple question to ask, just hope that what I'm going to say make sense to anyone.
    I've created a flash application (kind of...
  6. Replies
    0
    Views
    1,499

    Anyone knows Sandy 1.2?

    I've some question about it! So anyone can help it'll be appreciated!

    Thanks giano
  7. Thread: Fixing code [F8]

    by Giano
    Replies
    3
    Views
    537

    Thanks a lot man, I've tried using sendAndLoad...

    Thanks a lot man, I've tried using sendAndLoad but with no results obviously I was missing something.

    Anyway thanks a lot

    Giano
  8. Thread: Fixing code [F8]

    by Giano
    Replies
    3
    Views
    537

    Fixing code [F8]

    Hi guys,

    I know that it might appear as a strange request but if you could help me I'll appreciate it.
    Now the point is that I needed a script which would read the content of a folder storing...
  9. Replies
    1
    Views
    1,576

    Reading folder content

    Hi there,

    I'll go straight to the point, I need to read the content of a directory where some images are stored and load them into flash. I've made a quick search through the forum and used the...
  10. Replies
    6
    Views
    17,583

    Hi there callie17 could post your files (.fla...

    Hi there callie17

    could post your files (.fla & .xml) so maybe we could have a look to them!

    giano
  11. Thread: Bullet firing

    by Giano
    Replies
    4
    Views
    672

    hmm you're talking about a trail effect. Well you...

    hmm you're talking about a trail effect. Well you might have a look into the tutorials or movie section of the site. Mainly they're used on mouse movement, but with some modification you can easy...
  12. Replies
    8
    Views
    1,176

    you're welcome!

    you're welcome!
  13. Replies
    8
    Views
    1,176

    well it works for me...have a look to the...

    well it works for me...have a look to the attachment
  14. Replies
    8
    Views
    1,176

    What version of Flash r u using?

    What version of Flash r u using?
  15. Replies
    8
    Views
    1,176

    unloadMovie(this); instead of ...

    unloadMovie(this);

    instead of

    unloadMovie("dog");
  16. Thread: Bullet firing

    by Giano
    Replies
    4
    Views
    672

    Well about your character firing when you press a...

    Well about your character firing when you press a button, I'd use a Mouse.listener, here it is a hint, (it'd probably better if you'll have a look in your flash help as well).


    // Create a mouse...
  17. Replies
    8
    Views
    1,176

    on (release) { unloadMovie(this); } Is it...

    on (release) {
    unloadMovie(this);
    }

    Is it that you mean?

    giano
  18. Replies
    7
    Views
    578

    Hi there Kumba, I've made some tries and I...

    Hi there Kumba,

    I've made some tries and I beliebe I come up with a solution. I didn't go through the whole script you posted (time shortage), so I've just focused on the "playrepeat" &...
  19. Replies
    7
    Views
    578

    Then I believe you need just one variable,but...

    Then I believe you need just one variable,but before everything else like pointed by Robb@exo, did you defined the var continuous? If not, you need to:

    var continuous:Boolean = false;

    Then,...
  20. Replies
    6
    Views
    17,583

    Hi, I suppose you should use cdata tag:...

    Hi,
    I suppose you should use cdata tag: <![CDATA[]]>

    So the xml will look like this:

    <copy><![CDATA[<a href="http://www.test.com/" target="_blank">link</a>]]></copy>

    In this case, however,...
  21. Replies
    7
    Views
    578

    hi there Kumba, I'm not sure if that will...

    hi there Kumba,

    I'm not sure if that will help but anyway I've recreated part of script and made a test, just download the .fla add 3 sounds into your library and link them as audio1, audio2,...
  22. Replies
    2
    Views
    617

    I had a look to your movie, you have you textarea...

    I had a look to your movie, you have you textarea as input text, just select static text or if you choose dynamic just remember to make it unselectable!

    and that's all
  23. Replies
    1
    Views
    379

    I think it's better if you post your .fla.

    I think it's better if you post your .fla.
  24. Thread: [F8] arrays

    by Giano
    Replies
    2
    Views
    674

    Hi soony, I suppose your problem is the way you...

    Hi soony, I suppose your problem is the way you extract your element from the array.
    I mean when you push the button you add the 8 to your array, that 8 will occupy position0 into your array, if...
  25. Replies
    1
    Views
    353

    Hi digibit, I suppose the best way is to use...

    Hi digibit, I suppose the best way is to use listeners.

    If you're using a 'textinput' component, just use this script:


    var my_ti:mx.controls.TextInput;
    // my_ti --> is the name of the text...
Results 1 to 25 of 217
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center