A Flash Developer Resource Site

Search:

Type: Posts; User: mrchason

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    766

    Solved

    rssText+=post["yweather:astronomy"].attrs.sunrise
    Does the trick nicely.
  2. Replies
    1
    Views
    766

    Importing RSS - Colons in element names

    I'm using Cybozu Labs' RSS Parser
    http://sunouchi.31tools.com/ASRssParser/

    To attempt to display weather information from Yahoo! weather
    http://developer.yahoo.com/weather/


    // import...
  3. Replies
    4
    Views
    624

    Thanks! We did 2-4 takes for each action. As you...

    Thanks! We did 2-4 takes for each action. As you can see, some of them do not match up quite so well and I'd like things to be speedier in places but overall I'm pleased with the results.
  4. Replies
    2
    Views
    488

    What is the point of this?

    What is the point of this?
  5. Replies
    4
    Views
    624

    HUMMER.com/itsnotmagic

    Launched today.

    http://www.hummer.com/itsnotmagic/
  6. Replies
    0
    Views
    1,152

    Stage.align and JavaScript Window Resize

    I've embedded my SWF at 100% of the window and set the following Stage properties.

    Stage.scaleMode = "noScale";
    Stage.align = "B";

    I'm resizing the window with Javascript ( Neonix Window Tools...
  7. Replies
    2
    Views
    726

    1x1 is all I know. I assume it's like some kind...

    1x1 is all I know. I assume it's like some kind of tracking pixel but I have no idea what to do.
  8. Replies
    2
    Views
    726

    1x1 pixel banner?

    I'm doing a banner campaign and need to provide a 1x1 banner.

    Does anyone know what it is? Is it even flash? What do I do? HELP!! :]
  9. Replies
    5
    Views
    883

    Awesome! Thanks deadbeat!

    Awesome! Thanks deadbeat!
  10. Replies
    5
    Views
    883

    Thanks silentweed. That may be useful to me in...

    Thanks silentweed. That may be useful to me in other ways but not in this respect. I need to load one FLV, not four, then either play it in four instances at once or grab keyframes for "thumbnails"...
  11. Replies
    5
    Views
    883

    Streaming 4 Instances of 1 FLV?

    As the subject states, I am trying to play four instances of the same FLV at once.

    The following code:


    var stream_ns1:NetStream = new NetStream(conn_nc);
    var stream_ns2:NetStream = new...
  12. Replies
    0
    Views
    457

    Banner display tool?

    Does anyone know if a PHP tool exists that will list swfs in a directory and dynamically embed them for display on the web?

    I'm sick of making my own HTML every time I need to display some banners...
  13. Replies
    3
    Views
    715

    Yeah that would be under the category of "working...

    Yeah that would be under the category of "working with the fact that Stage.height isn't defined before my actionscript starts"

    Any way I can fix it?
  14. Replies
    3
    Views
    715

    Stage.height = 0???

    I'm making a 728x90 banner in Flash MX 2004 - publishing as Flash 6 AS 1.0

    trace(Stage.width) yields an output of 728 at all times

    I put trace(Stage.height) in an onEnterFrame function - the...
  15. Replies
    3
    Views
    665

    Thanks guys - looks like for my purposes I'll be...

    Thanks guys - looks like for my purposes I'll be using an SMS Gateway like simplewire or clickatell
  16. Replies
    3
    Views
    665

    Sending Ringtones???

    I want to create some ringtones and wallpapers and send them my web site visitors' mobile phones. I'm not trying to make any money so I don't need them to pay me. Can anyone point me in the right...
  17. I'm not an expert in HTML or PHP/MySQL but you...

    I'm not an expert in HTML or PHP/MySQL but you can either pass the info through the query string (e.g. http://mydomain.com/page.php?variable=Your_Information) and then load the variable in to flash...
  18. Replies
    0
    Views
    377

    localToGlobal() problem

    I can't seem to get localToGlobal to work. Basically, I have a MC (beanMC) on the stage that I'd like to tie to the position of a nested MC (vine1.tip1) .

    I am trying to write a function that will...
  19. Replies
    6
    Views
    613

    neato - exacly what I was looking for. Thanks...

    neato - exacly what I was looking for. Thanks madzigian!
  20. Replies
    6
    Views
    613

    BIT-101 (http://www.bit-101.com) Early October...

    BIT-101 Early October 2001

    Unfortunately I am getting some bugs reading in his menu so I can't access FLAs
  21. Replies
    6
    Views
    613

    Already did - I thought I had seen something...

    Already did - I thought I had seen something similar there before. Can't seem to find anything.
  22. Replies
    6
    Views
    613

    Looking for an Example FLA...

    of an arm or tentacle with joints that moves with actionscript.

    Basically a number of MCs linked together that move based on the position of the MCs it is linked to. I can build it but I'm just...
  23. Musicman. I'm on a Mac and my solution was...

    Musicman. I'm on a Mac and my solution was working on Safari 1.3.1

    But I checked it and it does not work on Firefox 1.0 OR IE 5.2

    Embedding a holder swf as a gif works on all! Thanks!

    Can...
  24. Embedding flash in a restricted environment...

    I'm setting up shop at spreadshirt and customizing my HTML, but the system they have set up is very restrictive.

    They have 150 kb of storage on the site for your own images, but they won't allow...
  25. Replies
    2
    Views
    350

    Fixed

    The variable, elasticClip.xp was starting out computing itself using itself.

    In Flash 6, apparently, the undefined variable defaulted to a numerical value of 0 when used in an equation. But Flash...
Results 1 to 25 of 117
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center