A Flash Developer Resource Site

Search:

Type: Posts; User: green.apple

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. hi, i tried working with your .fla a bit. ...

    hi,

    i tried working with your .fla a bit.

    i went to frame 122 of the main timeline and opened the instance of the instance of your "symbol 143" movie clip with the instance name of...
  2. were you able to see the text after changing the...

    were you able to see the text after changing the content in the .txt files to something simpler as well as changing the font size and text color (in the properties panel) for all the dynamic text...
  3. a couple things that may be causing your text not...

    a couple things that may be causing your text not to show could be because for the dynamic text field (the square-shaped one for the "variable" variable): (1) the text (fill) color is transparent and...
  4. you're right, it's an ID, not class btw,...

    you're right, it's an ID, not class



    btw, your closing marquee tag appears to have a backward slash in it that shouldn't be there:
    <\/MARQUEE>
  5. thank you for the clarification :) do you mean...

    thank you for the clarification :)

    do you mean how would one include both javascript and css in the head section of an html document?

    something like:


    <DOCTYPE html PUBLIC "-//W3C//DTD...
  6. Replies
    2
    Views
    435

    tested it in ie6 (with the KB912945 update...

    tested it in ie6 (with the KB912945 update installed) and your site (http://www.pcprominence.com/) worked without needing to click on it to activate it

    hth
  7. Replies
    5
    Views
    652

    your css code looks OK (ran it through the W3C's...

    your css code looks OK (ran it through the W3C's CSS validator)

    just out of curiosity, what does the actionscript in your .fla look like?

    btw, actionscript.org has some info about flash and css...
  8. Replies
    2
    Views
    2,459

    according to their external css file, it's...

    according to their external css file, it's "Verdana" & "Georgia" (or "Times")

    hth
  9. Replies
    2
    Views
    360

    able to see your site in IE, but when using...

    able to see your site in IE, but when using firefox... :confused:



    i'm wondering if the reason why i can't see your index.html page in FireFox is because of the errors in the code, for...
  10. cool, i wasn't aware of that until now :) ...

    cool, i wasn't aware of that until now :)


    for XHTML ("a reformulation of HTML 4 as an XML 1.0 application"), all one-sided tags (like BR, HR, IMG, FRAME, etc...) should have end with a /> (<br...
  11. i think that if you have the name of a frame...

    i think that if you have the name of a frame (framename1) and you want your A element (i.e. your link) to open a document (let's say the flashkit index page) inside that frame, then you can use code...
  12. Replies
    2
    Views
    2,378

    the font they're using in their .swf movie looks...

    the font they're using in their .swf movie looks kind of like the font they're using on their http://www.asymptote.net/# .html page, and according to their html source code, they're using verdana (or...
  13. Replies
    3
    Views
    629

    in this particular example, there is no external...

    in this particular example, there is no external .html page. sorry, the content was misleading and i'm a moron. the content is actually from the code in the first frame of the actions layer of the...
  14. Replies
    2
    Views
    421

    hi dtfnet, not sure exactly what is the reason...

    hi dtfnet,

    not sure exactly what is the reason for the error. for your button action, you can use an event handler like on(release) or on(press), then your gotoAndPlay action, for example:


    ...
  15. Replies
    5
    Views
    497

    i guess since you're specifically trying to get...

    i guess since you're specifically trying to get to frame 130 of the "home" scene, then perhaps the code could be modified as


    on(release){
    _root.gotoAndPlay("home", 130);
    }


    but i...
  16. Replies
    5
    Views
    497

    are you trying to go to frame 130 of the main...

    are you trying to go to frame 130 of the main timeline from the timeline inside the movieclip that has the button in it?

    i think you need to target the main timeline with _parent. to jump up one...
  17. Replies
    3
    Views
    629

    hi Heirattic, i think you're right about using a...

    hi Heirattic, i think you're right about using a dynamic text field.

    you can create dynamic text field, and give it a name in the properties panel (for example, "content")

    then, in the actions...
  18. Replies
    3
    Views
    480

    just out of curiosity, should the acronym in the...

    just out of curiosity, should the acronym in the copyright info at the bottom of the page be "2006 WTFU, LLC", instead of "2006, WFTU, LLC" ??

    agreed with estudioworks, works on FF v1.5 as well as...
  19. Replies
    2
    Views
    661

    hi mark, so, what happens when you change the...

    hi mark,

    so, what happens when you change the code on your news page from

    <td width="537" valign="top"><p class="titles">News Archive<br>

    <br>
    </p>

    to something like . . .
  20. Replies
    8
    Views
    665

    cool, glad you got it. it's not necessary

    cool, glad you got it.

    it's not necessary
  21. Replies
    8
    Views
    665

    sorry, i don't know if i can explain this any...

    sorry, i don't know if i can explain this any better but ...
    in the preloader movie clip, in that one frame, it's checking to see if the number of bytes for your movie that have been loaded have...
  22. Replies
    8
    Views
    665

    ah, you are using flash mx ok, flash mx...

    ah, you are using flash mx

    ok, flash mx version should now be attached
  23. Replies
    8
    Views
    665

    you probably need to have a preloader that shows...

    you probably need to have a preloader that shows the text "preloader", and this text will be showing until the the number of bytes loaded for your movie have equaled or exceeded the total number of...
  24. Replies
    7
    Views
    617

    thank you :)

    thank you :)
  25. Replies
    7
    Views
    617

    could you describe a little bit more how this...

    could you describe a little bit more how this would be done?

    i tried to google this, and found some info, but would appreciate more info

    tia
    ...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center