A Flash Developer Resource Site

Search:

Type: Posts; User: cmcclain

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. bump

    bump
  2. bump

    bump
  3. [F8] AOL and loading dynamic .JPGs question

    hi all.

    having some trouble here with AOL and loading dynamic JPGs. i have researched and discovered that AOL converts JPGs to ART files and this leaves flash continually "looking" for dynamically...
  4. Replies
    7
    Views
    586

    thanks again! i didn't think of putting the...

    thanks again! i didn't think of putting the sequenced numbers into a new array....

    cheers.

    :)
  5. Replies
    7
    Views
    586

    awesome! thanks so much! now if i can only...

    awesome! thanks so much!

    now if i can only figure out how to access each number....

    cheers.
  6. Replies
    7
    Views
    586

    randomly create sequence of numbers

    hello.

    anyway of generating a random sequence of numbers from 1-50 and have the set be complete? (ie containing all 50 numbers) and then repeat the process producing a completely different...
  7. Replies
    3
    Views
    765

    hmmmm... tried your suggestion, but track doesn't...

    hmmmm... tried your suggestion, but track doesn't play at all now... ?

    :(
  8. Replies
    3
    Views
    765

    setVolume question

    hello.

    i have a background track playing in my site and want the volume of the track to fade out when an .flv is playing. i've got that, BUT the volume of my .flvs are also affected.... ?

    i...
  9. sorry. meant: text.toUpperCase();

    sorry. meant:

    text.toUpperCase();
  10. test.toUpperCase() got it. thanks.

    test.toUpperCase()

    got it. thanks.
  11. Replies
    4
    Views
    412

    check this link: ...

    check this link:

    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14201
  12. hallelujah! .toUppderCase() worked like a...

    hallelujah!

    .toUppderCase() worked like a charm! thanks a bunch!!!!!!
  13. Replies
    4
    Views
    412

    transparent to what?

    transparent to what?
  14. any way to change dynamic text to all caps with AS?

    hello.

    wondering if i can change dynamic text to all caps? i have text that is being used twice, one case i want upper and lower, and the other i want all caps... is this possible through AS?
    ...
  15. any way to change dynamic text to all caps with AS?

    hello.

    wondering if i can change dynamic text to all caps? i have text that is being used twice, one case i want upper and lower, and the other i want all caps... is this possible through AS?
    ...
  16. Replies
    2
    Views
    283

    hi. you have to let flash know where the label...

    hi.

    you have to let flash know where the label "MENU1" is located. with your current setup you have 2 options:

    1. _root.gotoAndPlay("MENU1");
    since that label is on the root level

    or

    2....
  17. both buttons were on the root level (_level0)......

    both buttons were on the root level (_level0)... both were put into a new MC and the first test worked. this was when the newly attached MC was being named "tester"... so, i then changed the newly...
  18. yes the eval(this._target) even tells me the...

    yes

    the eval(this._target) even tells me the direct path: _level0.tester

    [sigh]

    :(
  19. having trouble targeting an attached or duplicated MC

    hello there, been wrestling with this problem for 2 days now....


    button1:
    on(release){
    myDepth = _level0.getNextHighestDepth();
    _level0.attachMovie("portfolioHolder", this._name, myDepth);...
  20. Replies
    0
    Views
    2,182

    scaling background image.

    hi guys.

    will try to explain this as best possible. i a m trying to have my background image scale with the browser, but retain it's proportions. at all times i want the background image to fill...
  21. thanks man. i guess i can do it that way.... just...

    thanks man. i guess i can do it that way.... just used to using it through flashIDE.

    cheers.
  22. actionscript dictionary causes app to crash.

    anybody else have this problem? i've deleted and reinstalled the app 4 times now. everytime i try to open the actionscript dictionary it causes flash mx 2004 to crash.

    any help would be greatly...
  23. Replies
    4
    Views
    487

    i c. well, just found out from client that this...

    i c. well, just found out from client that this particular feature has been dropped... YEAH... [whew]

    thanks for the help!
  24. Replies
    4
    Views
    487

    heya. yeah, the data only needs to be stored...

    heya.

    yeah, the data only needs to be stored on the hosting kiosk pc.

    ....SharedObject... ? not familiar with this. could you shed a little more light no what this does?

    greatly appreciated.
  25. Replies
    4
    Views
    487

    writing to external file

    hello.

    i'm currently working on a kiosk project that is entirely built with flash and will run directly form a projector file. is there a way to write to an external file from this projector file...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center