A Flash Developer Resource Site

Search:

Type: Posts; User: [Luc]

Search: Search took 0.02 seconds.

  1. Thread: GLOBAL clock

    by [Luc]
    Replies
    9
    Views
    699

    ARC-typeDesign - I've attatched mine - it should...

    ARC-typeDesign - I've attatched mine - it should be fairly easy to change for your timezones.
  2. Thread: GLOBAL clock

    by [Luc]
    Replies
    9
    Views
    699

    Nevermind, I figured it out. One other question...

    Nevermind, I figured it out. One other question though, is there a way to round the seconds up to 2 digits always? Currently using getSeconds() it starts from 1,2,3 rather than the 01,02,03 etc.
  3. Thread: GLOBAL clock

    by [Luc]
    Replies
    9
    Views
    699

    Ahh good, thanks. But what do any dynamic text...

    Ahh good, thanks. But what do any dynamic text fields need to be named to display the times individually?
  4. Thread: GLOBAL clock

    by [Luc]
    Replies
    9
    Views
    699

    I'd really like an answer to this too... I need a...

    I'd really like an answer to this too... I need a global timezones display, but using all the flash clocks I've found, they all work by adding/subtracting from the system time. Problem is, where the...
  5. Replies
    13
    Views
    533

    Looks like _root and _level0 are NOT the same...

    Looks like _root and _level0 are NOT the same thing for loading variables. Using



    on (release){
    _root.contentVar = "content.swf";
    _root.contentloader.gotoAndPlay("slideout");
    }
  6. Replies
    13
    Views
    533

    Ah, ok. I've changed it to just use _level0,...

    Ah, ok. I've changed it to just use _level0, although it did work fine with both.
  7. Replies
    13
    Views
    533

    Fixed it - i had actually experimented with...

    Fixed it - i had actually experimented with loadMovie with that syntax, but it didn't work, BECAUSE the loadMovie wasn't referencing the right level, as i thought. Using the below fixed it..


    ...
  8. Replies
    13
    Views
    533

    OK, i'm nearly there now (silly Xmas got in the...

    OK, i'm nearly there now (silly Xmas got in the way), but I've run into a problem which I think i know the source of, but can't fix it.

    I have a root movie in which two blank movieclips sit...
  9. Replies
    13
    Views
    533

    Anyone? :(

    Anyone? :(
  10. Replies
    13
    Views
    533

    Doesn't work unfortunately - if i put the swf...

    Doesn't work unfortunately - if i put the swf name in there in quotes it works fine, so it might be a syntax problem. What can i do to make sure the variable is what i think it is?
  11. Replies
    13
    Views
    533

    Cheers, i'll give it a go.

    Cheers, i'll give it a go.
  12. Replies
    13
    Views
    533

    LoadMove from variable - help

    It's been a while since i've had to do anything much with Flash, so i've forgotten all the variable stuff i once knew, and i'm sure there's now a better way of doing it in MX. Anyway...

    I want to...
  13. Hi, Does anyone know of a way to fake an object...

    Hi,
    Does anyone know of a way to fake an object movie in flash? You know, the QT movies that allow you to rotate objects in a space. I'm not an actionscript genious, but i presume it's just an array...
  14. The movieclip instance (homebottom) is in the...

    The movieclip instance (homebottom) is in the Over frame.
  15. Searched and couldn't find an answer, so i have...

    Searched and couldn't find an answer, so i have to ask..

    I've got a button (menu_item_home) that has a little movieclip instance (homebottom) within it that plays upto a point when the button is...
  16. Replies
    1
    Views
    520

    www.project14.co.uk/hosted/sarababe.net/index.html...

    www.project14.co.uk/hosted/sarababe.net/index.html

    Hey hey.
    I wonder if anyone who knows what their doing, unlike me, can write a little bit of AS for me (or point me to where it's already been...
  17. Replies
    8
    Views
    635

    Moock's is good, but has anyone got one that will...

    Moock's is good, but has anyone got one that will detect if you have Flash 5, then either load the movie or display an alertnative image, ala Flash 4's Flash+image publish option? I don't need to...
  18. Replies
    1
    Views
    399

    In Flash 4 there was an option to publish as a...

    In Flash 4 there was an option to publish as a .swf and an image, and if you didn't have the plugin, the image would appear instead that you could use with an imagemap or whatever. I can't find this...
  19. Replies
    3
    Views
    460

    You need to set the z-axis of the Flash layer to...

    You need to set the z-axis of the Flash layer to be lower than that of the database. As standard, the layering in DHTML puts the last bit of code ontop of what came before it. So... either put the...
  20. Replies
    2
    Views
    1,441

    Thanx, that's what i was looking for. I realised...

    Thanx, that's what i was looking for. I realised that they'd still be called if the relative path was the same, but it's a bit messy trying to distribute 5 files instead of one.

    ...
  21. Replies
    2
    Views
    1,441

    Hey ppl, I have a problem - i've got a swf that...

    Hey ppl,
    I have a problem - i've got a swf that calls other external swfs from the LoadMovie command at 4 points, but when i turn the main swf into a projector, those 4 external movies are missing....
  22. Thread: Pull down menu?

    by [Luc]
    Replies
    2
    Views
    435

    ...or get a handy DHTML menu from somewhere like...

    ...or get a handy DHTML menu from somewhere like brainjar.com or dynamicdrive.com

    [Luc]
  23. Thread: Widescreen movie

    by [Luc]
    Replies
    1
    Views
    498

    Hi ppl, I'm about to start a new project for a...

    Hi ppl,

    I'm about to start a new project for a kinda promo movie to run on our company 16:9 plasma screen at trade shows and the like, but i need a bit of info/advice before i start.

    Firstly,...
  24. Replies
    3
    Views
    873

    http://www.nasa20.com Damn.

    http://www.nasa20.com

    Damn.
  25. Replies
    3
    Views
    768

    There's more to put in the body that just that...

    There's more to put in the body that just that one tag. There's 2 for NS and 2 for IE:

    <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
Results 1 to 25 of 25




Click Here to Expand Forum to Full Width

HTML5 Development Center