A Flash Developer Resource Site

Search:

Type: Posts; User: welling1

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. it's in the library-- just a simple movie clip...

    it's in the library-- just a simple movie clip that I'm moving from one point on the stage to another with a motion tween. I've been playing with the properties and smoothing, but nothing is getting...
  2. [CS3] Png issue - odd ripple effect occuring

    Hi everyone.

    I'm having an issue with an imported transparent png. I have it as a movie clip moving slightly downward in one tween, but I'm getting a strange ripple effect, where sections of the...
  3. of course!!! thank-you!!

    of course!!! thank-you!!
  4. Crap-- posted wrong code above-- this is what I'm...

    Crap-- posted wrong code above-- this is what I'm using---


    var today:Date = new Date();
    today.setUTCHours(today.getUTCHours() + 8);

    var months:Array = new Array("Jan.", "Feb.", "Mar.",...
  5. UTC issue with not displaying hour of only 12 PM?

    I have a clock running off of UTC time that displays another timezone. Everything works and displays fine EXCEPT when it should be 12pm yet will display 12am! When it hits 1-- it displays 1pm (which...
  6. Replies
    8
    Views
    658

    this is what i have:

    Here's what i came up with, but how can I tell if it's working if I'm not in another time zone??




    // month
    var months:Array = new Array("Jan.", "Feb.", "Mar.", "Apr.", "May.", "Jun.",...
  7. Replies
    8
    Views
    658

    I think that is what i'm looking for. I'm trying...

    I think that is what i'm looking for. I'm trying to adopt it to my current code but not making out so good. Thanks for all this help!!!
  8. Replies
    8
    Views
    658

    crap-- i just realized that this only takes into...

    crap-- i just realized that this only takes into account MY timezone (I'm in NYC) So, if I was in LA i wouldn't need the 12 hour difference and it would be something else!

    (I'm banging my head...
  9. Replies
    8
    Views
    658

    I GOT IT!!!!! THANK YOU !!!! You deserve a big...

    I GOT IT!!!!! THANK YOU !!!! You deserve a big cookie!!!!
  10. Replies
    8
    Views
    658

    Thanks for the reply-- I'm trying to adapt it but...

    Thanks for the reply-- I'm trying to adapt it but just can't seem to get it.
  11. Replies
    8
    Views
    658

    Time zone clock that also changes date?

    I've been going nuts over this code--

    I have a standard clock that displays:
    Jul.24,3:14p
    However, I want this to show 12 hours ahead, so the time should be Jul.25,3:14a.

    I tried adding +12...
  12. Replies
    1
    Views
    489

    [CS3] Time zone issue with countup clock

    I've made a count-up clock. However, I'm trying to get it to work off another timezone and am having a few problems.

    Below is the code I've been working with. I need the clock to display 12 hours...
  13. That's what i first thought-- However I need the...

    That's what i first thought-- However I need the date to also reflect the time change.
  14. You're right. I edited the code. The problem is...

    You're right. I edited the code. The problem is that I want it to run off another time zone. So, the date and AM/PM should be ahead of what is currently displaying. (I need it to be 12 hours ahead)
  15. Replies
    0
    Views
    705

    [CS3] Count UP clocks????

    I'm searching for a way to make a count up clock (based in another timezone) that shows a specific day (i.e. Day 1) and when it ends on a specific day an event is triggered which causes the movie to...
  16. [CS3] still having clock time zone issue---and dynamic text box issue

    I'm trying to do a clock that displays another time zone. The problem I'm having is that instead of running on a 12 hour clock, its on a 24hr one.

    any insight as to how I can change the time?...
  17. [CS3] Flash count UP clock based in another timezone

    I've found a few tutorials on count down clocks-- but I'm trying to make a count up clock based on a date in another time zone. Plus, when it reaches the final day, I need it to then play a...
  18. It adds 12 hours to what should be displayed and...

    It adds 12 hours to what should be displayed and is still on a 24 hr clock. Thanks for trying.
  19. [CS3] Clock/date, time zones and activating MC

    Hi all--
    I've made a clock which displays another time zone.
    However I'm having an issue with it displaying 24 hr time and not 12 hr (see code beloww-it's set to 24 hr time but i can't seem to get...
  20. [CS3] using LoadVars, opening website through txt file in another browser window?

    How can I open a NEW browser window when using getURL with LoadVars? This should be easy!

    I have a .txt document with the code: link=http://www.mysite.com

    I have this on my button:

    on...
  21. Replies
    21
    Views
    10,748

    no, its not that. I tried that first thing. If...

    no, its not that. I tried that first thing. If you remember what you did do, please let me know. thanks
  22. [CS3] issue with double click with LoadVars with outside url

    I'm trying to use an outside .txt file which contains a url link that the .swf reads to direct the browser to another page. This code works fine, but i have to double click on the .swf to get the...
  23. Replies
    21
    Views
    10,748

    any work around this dlb click issue?

    Wow this is kind of an old post, but I'm having the same double click issue and am wondering if anyone knows a work-around???
  24. Replies
    2
    Views
    470

    i think i just gave the client a version that I'd...

    i think i just gave the client a version that I'd published as having a white bg (at the time i had a black background shape to keep everything visible) then i went back into the file and deleted the...
  25. Replies
    2
    Views
    470

    [CS3] background issues?

    I recently finished a simple banner ad for a client and when I checked it out on the website where it was placed, noticed that the background (which was set as black in my flash file) was now white....
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center