A Flash Developer Resource Site

Search:

Type: Posts; User: famousb

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Pepsi.com - is there a pre-fab Flash script similar

    i guess that pretty much sums up what i'm looking for...

    a template/script where i can plug in my own images and have them animate like that in Flash. i can handle the rest, but i'm lazy...
  2. Thanks, i will try this... and yes, the XML...

    Thanks, i will try this...

    and yes, the XML suxors... it's Drupal's idea of an RSS feed...
  3. [f8][as2] Reading an XML doc from an RSS feed

    Greetings all...
    I've worked w/ XML docs before, but only ones i've formatted myself and now i'm trying to read one from an RSS feed... so i'm not a good enough hack to figure it out...

    i've got...
  4. perfect! thanks!

    perfect!
    thanks!
  5. [F8] Loading Random from text list, but eliminating last 10?

    greetings all.

    i have a list of 56 txt items, that are loaded randomly through AS:



    i = Math.floor(Math.random() * (txtArr.length-1));


    everything seems to work fine on that end.
  6. i guess i should proofread what i post...

    i guess i should proofread what i post sometimes... i forgot this board blocks full URLs...
    ***** would replace the ***** :)
  7. Replies
    4
    Views
    1,641

    can you give us the code you are using to embed...

    can you give us the code you are using to embed it?
  8. as a follow-up, while working on a completely...

    as a follow-up, while working on a completely separate project (trying to print variables out to a Word template on my server so the doc would be configured and complete and ready to print...),...
  9. i think they don't work, because i don't think...

    i think they don't work, because i don't think you can get the NASDAQ composite through NASDAQ (why i dunno), they only give you quotes on the stocks actually listed on the NASDAQ from what i can...
  10. i actually had found that one already... but the...

    i actually had found that one already... but the main thing i'm trying to do is get the NASDAQ Composite and S&P 500 numbers - so i can't use a NASDAQ RSS to actually pull the NASDAQ composite...
  11. WOW... both of these could work PERFECTLY for...

    WOW...
    both of these could work PERFECTLY for what i need to accomplish...
    now the only question is do i figure out and make my own Google gadget (which i've been toying w/ for a few weeks now...
  12. Thank you for moving it to the "smart people"...

    Thank you for moving it to the "smart people" area... i definitely need people w/ some knowledge to help out on this one...

    i've been trying to find an RSS/XML feed... no luck so far, only paid...
  13. [CS3] Pulling stock market data and formatting in Flash

    Greetings all,
    i've got kind of a vague question, but can explain what i want to do...

    i see widgets and gadgets out there that provide stock quotes and charts, etc... and was wondering if...
  14. that'll do it... i thought that was what i...

    that'll do it...
    i thought that was what i needed to do, but just had the wrong syntax...
    cusLoad.sendAndLoad("some.php?ck="+Date().time(), cusRet, "POST")


    thank you SOO much!
  15. [RESOLVED] Getting a PHP-generated XML output to refresh

    Greetings All.

    I'm working on a Flash app that uses PHP to connect to a MySQL DB. I'm using the PHP to create an XML page that returns a list of all of the current customers...

    Then, in the...
  16. [RESOLVED] Why won't my LoadVars send() function actually send the variable??

    nevermind...
    i'm going blind from staring at code for too long...

    admins, please delete...
  17. [F8] Dynamically Loading .png images, How to "allow smoothing"

    Greetings all,
    i'm working on a project where i am dynamically loading .png images (getting them from XML, currently using loadMovie), and since i am rotating these images (randomly), i need to find...
  18. [F8] detecting % loaded of FLV's in FLVPlayback

    Greetings All,

    i'm working on an flv player application, where the user can sort through and choose different .flv's to play... everything is working decently, and good and all, but i want to add...
  19. Replies
    1
    Views
    1,008

    Easy? MySQL / PHP query writing question...

    Greetings all...
    i'm trying to write a query in PHP for my MySQL database...

    what i'm trying to do is pull customer_name from the customers table, and user_name from the users table, and they are...
  20. Thread: swf object...

    by famousb
    Replies
    9
    Views
    642

    try getting rid of the "overflow: hidden" line in...

    try getting rid of the "overflow: hidden" line in your style statement...



    html {
    height: 100%;
    overflow: hidden;
    }
  21. [F8] "print" & email .pdf from .swf... possible?

    Greetings all.

    I have a potential project, where i was thinking of using Flash, but i'm not certain if it would work or not.

    Basically, what the client wants, is a way to send (probably via...
  22. Replies
    2
    Views
    4,271

    Allie, do you mean you just have a regular...

    Allie,
    do you mean you just have a regular .jpg, .gif, or .png that you are using in HTML as the background image?

    you should just be able to set width=100% for it.
    if you do not want it to...
  23. Replies
    1
    Views
    1,061

    Loading 5 Random Jpgs from MySQL database...

    Greetings all,

    I'm trying to convert some of my PHP to load 5 random images from a MySQL DB into 5 blank mcs (which are named imgs1, imgs2, imgs3, imgs4, imgs5).

    I can do PHP fine on it's own,...
  24. Replies
    2
    Views
    597

    thanks a_m_d. that's kind of what i was doing...

    thanks a_m_d.
    that's kind of what i was doing before, but everytime i looked at XML for something else, it wasn't like that...
    but i guess as long as it works, it's good, right??


    Thanks...
  25. if i have to do that, i will, but ultimately,...

    if i have to do that, i will, but ultimately, this is all going to be updated and maintained by someone else - so i want to make it as streamlined as possible for them...
    i'm thinking there has to...
Results 1 to 25 of 127
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center