A Flash Developer Resource Site

Search:

Type: Posts; User: adrianrowbotham

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,045

    salign not working in mozilla

    I am using the same preloder swf for many different pages in a flash site.
    The preloader is the same size as the largest page. Some of the pages are smaller, so I am setting the swf HEIGHT in the...
  2. Replies
    3
    Views
    521

    Thanks, but I'm trying to do TRACKING, not...

    Thanks, but I'm trying to do TRACKING, not leading.
    Tracking doesn't seem to work this way either.

    Any more clues?

    Thanks,
    Adrian
  3. Replies
    3
    Views
    521

    dude, if you ever found a way to do this, then...

    dude,
    if you ever found a way to do this, then please let me know!!!
    i can't beieve they didn't put tracking in when they added leading...

    cheers,
    adrian
  4. Replies
    2
    Views
    501

    Of course! I forgot about doing that. It should...

    Of course!
    I forgot about doing that. It should do the trick, cheers mate.

    A.
  5. Replies
    3
    Views
    418

    This might help. The bottom line is that you...

    This might help.
    The bottom line is that you need to understand ActionScript to make an audio player. Work through the help for the Sound object for more info.

    --------------------------------...
  6. I'm pretty sure items are displayed and /or run...

    I'm pretty sure items are displayed and /or run in order of DEPTH if they're on the same frame.

    If they're on the timeline, then it's the layers; if they're dynamically attached, it's the depth at...
  7. Replies
    2
    Views
    501

    Modem compatibility

    I've recently built a Flash 6 site: Superconductor

    All of the content is defined in XML documents, and loaded dynamically when required. This includes JPEGS, MP3 soundtrack and TEXT. This system...
  8. Did the original topic of this thread ever get...

    Did the original topic of this thread ever get solved ?
    It's so long I can't find the answer.

    I.E. How to stop the DOWNLOADING of an mp3 when stopped mid-streaming.

    Thanks,
    Adrian
  9. Replies
    3
    Views
    514

    and me. think it might only support certain mp3...

    and me.
    think it might only support certain mp3 compression bitrates.

    not got it working yet tho'

    a.
  10. Replies
    11
    Views
    478

    Yeah, I don't think it adds much. It's more of a...

    Yeah, I don't think it adds much. It's more of a gimmick really. It looks like it's been rendered from 3D as vectors, but without any optimisation. You're right, it's far too big for the web.

    A.
  11. Replies
    11
    Views
    478

    I've fixed it for you using the hitTest (without...

    I've fixed it for you using the hitTest (without the button).
    The flickering was occuring because the shape changes from frame to frame, so the mouse goes off the shape.

    go to...
  12. Replies
    11
    Views
    478

    you probably haven't the button an instance name....

    you probably haven't the button an instance name.
    call it "homebutton"

    otherwise _root.homebutton doesn't exist.
  13. Replies
    5
    Views
    541

    Absolutely. I always bear in mind the average...

    Absolutely. I always bear in mind the average setup of the likely target audience. My game at www.flashteroids.com was build on a 350Mhz AMD computer, and therefore runs quite well on most machines....
  14. Replies
    11
    Views
    478

    Submit your FLA file and maybe someone can help.

    Submit your FLA file and maybe someone can help.
  15. Replies
    5
    Views
    541

    It seems pretty smooth to me. Maybe you need a...

    It seems pretty smooth to me. Maybe you need a faster computer and / or a better video card.

    Moving large or complex vector graphics around can cause a lowering of frame rate as the computer...
  16. You need to define your variables in the text...

    You need to define your variables in the text file as follows:
    ------------------
    myVar1=Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh...
  17. I could really do with knowing how to do that...

    I could really do with knowing how to do that too... Ideally in the next hour....
  18. Replies
    4
    Views
    1,324

    Bonzer mate. Like your photos BTW.

    Bonzer mate.
    Like your photos BTW.
  19. Replies
    4
    Views
    1,324

    Thanks, I got it working actually by just leaving...

    Thanks, I got it working actually by just leaving the XML as it is, (with the a-link in the text string) and taking the entire Node, instead of just the firstChild in Flash:

    allDJs =...
  20. Replies
    4
    Views
    1,324

    hyperlinks in XML text

    I'm using HTML - enabled text fields in Flash MX, and the data is loaded from an XML file. I am using XML so I can specify which JPEGs to load to accompany the text being shown.

    I previously used...
  21. No, I keep a version of Player 5 installed too on...

    No, I keep a version of Player 5 installed too on some of my 10+ browers, for testing purposes.

    HOWEVER, I realise I was mistaken, and must have used the wrong one because it now DOESN'T WORK any...
  22. It's funny that, because i just tested it with...

    It's funny that, because i just tested it with flash 5 player (on mozilla) and the images DO load...
  23. True. I stand corrected.

    True. I stand corrected.
  24. loadMovie - with JPEGs, F'Player 5

    I'm using the loadMovie command to load JPEGs dynamically. It includes a system where the image fades in once it has fully loaded. To do this, I have to check that it has fully loaded before telling...
  25. You could just as easily have it on-screen and...

    You could just as easily have it on-screen and invisible:

    loadMovieNum("name.swf",1);
    _level1._visible=false;

    ////////////////////
    ////////////////////

    To put it actually offscreen, load...
Results 1 to 25 of 57
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center