A Flash Developer Resource Site

Search:

Type: Posts; User: howardroarklives

Search: Search took 0.03 seconds.

  1. Replies
    19
    Views
    1,732

    video object can only be seen 'locally'...

    i too was pumped up about this feature......only to be disappointed to read the following page:
    http://www.macromedia.com/support/flash/ts/documents/local_imbedded_video.htm

    basically it says - ...
  2. Replies
    1
    Views
    439

    clipName = this._name

    clipName = this._name
  3. i stumbled into a little puzzler...... i am...

    i stumbled into a little puzzler......
    i am using the following actionscript:

    _root.num_04="violet"
    colorName = eval("_root.num_" + _root.menusArray[4][1] ) ;
    _root.array1 = colorName;...
  4. Replies
    14
    Views
    1,216

    netspyder- a little extra code in your post........

    netspyder-
    a little extra code in your post.....
    try this:


    mineArray = [];

    for (countY = 0;countY < 20;countY++)
    mineArray[count] = [];
    for (countX = 0;countX < 20;countX++)
  5. dynamically producing shapes

    i am also looking at a way to do this
    i want to have the user click on points in a movie
    maybe 4 to 6 points
    then i want to connect the points and fill it
    essentially creating a 'polygon' tool in...
  6. thanks

    thanks.....i will check it out
  7. get url

    i think i understand your question......

    to get the dynamic text loaded:
    you should try loadVariables action
    URL should be: loadVar.asp
    if you need to send variable do it like this...
  8. you are designating the variables to be loaded...

    you are designating the variables to be loaded into level '0' in your action statement......
    unless your loaded movie in _level1 refers to the variable as _level0.variableName then the variable wont...
  9. Replies
    2
    Views
    717

    how do you know?

    your question is not so much an issue of counting as it is one of who it is you are counting......

    if the same person returns, as you say, with a different ip address......how do you know it is...
  10. Replies
    6
    Views
    1,040

    thought

    in your case you might try this:

    do not select the "GET" option for the loadVariables action
    just type the URL as this:

    aspfile.asp?variable_in_swf=1200
    for a literal value

    or
  11. i am using html dynamic text loaded via .asp url...

    i am using html dynamic text loaded via .asp url to create content in a flash movie
    [this is quite nifty]

    i got no problem creating a link to open a new window with html content from within the...
  12. Replies
    2
    Views
    463

    also......

    the post above is correct
    another option is to use html tags in your .txt file

    variable=<html><body><p><font color="#FFFFFF"><a href="http://www.thewebsite.com" target="_blank"><u>Link</u></a>...
  13. Replies
    11
    Views
    857

    Re: also, note...

    fyi:
    you CAN override color of EMBEDDED fonts in with html

    but i am having trouble with BOLD tag
    text disappears with this tag
  14. device fonts cannot be tweened or masked...

    device fonts cannot be tweened or masked
    .......and they also do not displayed antialiased
  15. Replies
    3
    Views
    1,970

    embed fonts in html........

    check out this site for a whats brewing regarding this topic:

    http://www.microsoft.com/typography/web/embedding/weft2/default.htm?fname=%20&fsize=
  16. dyn font

    i am not aware of any way to 'download' fonts dynamically or why you would want to interrupt you flash movie to do so.........

    ...seems like you would need to create a different variable name for...
  17. Replies
    3
    Views
    1,586

    this is a known issue with FLASH and sound cards

    the problem is SB sound card
    see tech notes at macromedia:

    http://www.macromedia.com/bin/tech_note_echo.cgi?url=http://www.macromedia.com/support/flash/ts/documents/soundclick.htm
  18. Replies
    14
    Views
    1,037

    this is a known issue with FLASH and sound cards

    flash tech notes identify sound cards as problem:

    http://www.macromedia.com/bin/tech_note_echo.cgi?url=http://www.macromedia.com/support/flash/ts/documents/soundclick.htm
  19. Replies
    14
    Views
    1,037

    got same problem

    i have the problem too
    i am using flash 5
    but i noticed it in flash 4 too
    its not a sound forge or audio editor problem
    i have a gateway pc with SB AudioPCI Legacy
    i got a friend with a gateway...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center