A Flash Developer Resource Site

Search:

Type: Posts; User: persist

Page 1 of 10 1 2 3 4

Search: Search took 0.36 seconds.

  1. Replies
    4
    Views
    529

    I htink there is some confusion here. You...

    I htink there is some confusion here.


    You can certainly use the Flash 5 IDE to make a flash 5 swf which points to a dynamic jpg. BUT... but only so long as your audience is using the Flash 6...
  2. why not load the Flash intro in a opaque 100% div...

    why not load the Flash intro in a opaque 100% div over the html page?

    then instead of getURL asking for a url, have it call a javascirpt to kill the div?

    smoother. maybe?
  3. your Hz rate ust be a multiple of 11. 11, 22,...

    your Hz rate ust be a multiple of 11.

    11, 22, 44, etc. or the sound will do exactly what you mention.
  4. Replies
    2
    Views
    458

    best thing is to output as a bmp series and use...

    best thing is to output as a bmp series and use jasc:

    http://www.jasc.com/product.asp?pf%5Fid=003


    to output a highly efficient/high quality animated gif. that jasc animation shop is the best.
  5. Replies
    4
    Views
    1,362

    you;ve forgotten the hash mark. her;es a...

    you;ve forgotten the hash mark.

    her;es a helpful list.

    of course remove the space between the ampersand and hash when in use.


    REFERENCE DESCRIPTION
    -------------- -----------
    & #00; - &...
  6. Replies
    2
    Views
    1,323

    the main node can be referred to as firstChild. ...

    the main node can be referred to as firstChild.

    each child can have children.children of firstChild are referred to as childNodes.
    the number scheme starts with 0.

    assuming "test" is your xml...
  7. Replies
    1
    Views
    315

    you'll needa third party app such as...

    you'll needa third party app such as www.northcode.com
  8. Replies
    2
    Views
    3,948

    url encdoing can as much as triple your data bit...

    url encdoing can as much as triple your data bit size. cdata is a prefered method for large files.


    if you;ve got a simple statement, in a 1k file, I;d just go with encoding.
  9. Replies
    2
    Views
    1,307

    17 minutes. see the attched file. ...

    17 minutes. see the attched file.


    http://www.pixelplay.org/jeff/bookcode.txt
  10. Replies
    3
    Views
    362

    yeah using the flash 5 sub object brackets for...

    yeah using the flash 5 sub object brackets for targeting is so much easier than eval. It just makes more sense to think about the parent child situations.

    goodluck with your project.

    :D
  11. Replies
    3
    Views
    362

    loadMovie("../thumbs/"+_root.category+"/"+_level10...

    loadMovie("../thumbs/"+_root.category+"/"+_level10[_root.category+"List"][0]);
  12. Replies
    3
    Views
    1,050

    theoreticly you could search one xml file. ...

    theoreticly you could search one xml file.


    but searching multiple files is not really possible with flash alone. you could use some sort of server side script but not flash.


    If you can...
  13. Replies
    2
    Views
    793

    I suppose you mean like here: ...

    I suppose you mean like here:


    http://www.pixelplay.org/jeff/weather



    or an emaulator:

    http://www.pixelplay.org/jeff/windemulator/fakeywind.html
  14. Replies
    2
    Views
    412

    Those text fields do not look like 8 point font....

    Those text fields do not look like 8 point font. it looks like you drew your text fields and then rescaed them manually. with system font this would fine, but with embedded font, no good.

    I would...
  15. Replies
    2
    Views
    421

    java and script should be one word, no space.

    java and script should be one word, no space.
  16. Replies
    15
    Views
    2,552

    I know this is an old issue, but I realized why...

    I know this is an old issue, but I realized why its working for some and not others.

    the normal line break works great, as long as the data is in a node.

    if the data is in an attribute, the...
  17. Replies
    1
    Views
    483

    you need to make a onchanged event handler on the...

    you need to make a onchanged event handler on the text field trigger a reassociation of the scroll bar component to the textfield in question.

    there are bunches of threads on it , try a search.
    ...
  18. Replies
    12
    Views
    1,080

    rorozz, your data isn't being loaded, I tested on...

    rorozz, your data isn't being loaded, I tested on IE and Netscpae and mozila. none worked.

    there is a related thread here on parsing:
    ...
  19. Thread: variable text

    by persist
    Replies
    5
    Views
    447

    does the fonbt your using have a bold set? is...

    does the fonbt your using have a bold set?

    is the font your using embeded?
  20. Thread: parsing xml

    by persist
    Replies
    3
    Views
    1,025

    FYI for anyone who's wondering, this ACTION...

    FYI for anyone who's wondering, this ACTION SCRIPT will create Flash objects from the data at

    http://weather.interceptvector

    using slightly modified from above,



    weath = new XML();...
  21. Replies
    4
    Views
    529

    you simply didn't declare the values as strings....

    you simply didn't declare the values as strings. wrapping a line of text in quotes tells flash to read it as a string literal. Otherwise, it tries to read it as a variable or object.


    on...
  22. Thread: parsing xml

    by persist
    Replies
    3
    Views
    1,025

    I dumped your function out of shear...

    I dumped your function out of shear responsibiltiy to you. :p

    access all your vars as you did before. However, the icon query wasn't producing anything, and I'm not sure what your referring to,...
  23. Thread: flash chat ?

    by persist
    Replies
    2
    Views
    890

    got to this link: ...

    got to this link:

    http://www.moock.org/asdg/codedepot/


    and scroll down until you see moockComm basic chat client/server

    click on that link. a working java socket chat. yay.
  24. and you've put the param in bith the object and...

    and you've put the param in bith the object and embed tag?
  25. perhaps the var "dataSource" is a proprietary...

    perhaps the var "dataSource" is a proprietary object of your bar graph.


    name the temp var for the text file name somthing else and see what happens.
Results 1 to 25 of 229
Page 1 of 10 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center