A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Need HELP with CSS in Flash 8......

  1. #1
    Senior Member
    Join Date
    Jan 2006
    Location
    Mount Joy, Pa
    Posts
    117

    Need HELP with CSS in Flash 8......

    Using CSS to style links in blog text is there a way to do this ? I`ve tried with no success "Flash 8" CSS Editor "Style Master"
    I used the following code in the CSS.
    Code:
    p
    {
    	font-family: verdana;
    	font-size: 12pt;
    	color: #cccccc; 
    }
    
    .date
    {
    	font-family: verdana;
    	font-weight: bold;
    	color: #ffffff;
    	text-align: right
    }
    
    .title
    {
     font-family: "Times New Roman";
    	font-size: 14pt;
    	font-weight: bold;
    	text-decoration: underline;
    	color: #0080ff; border: 2px #9ec3c9 dotted; 
    }
    
    a:link
    { 
    color: #0000ff;
    }
    
    a:hover 
    { 
    text-decoration: underline overline; color: #ff0000; 
    }
    goto
    Goto B**chBox

  2. #2
    Senior Member
    Join Date
    Jan 2006
    Location
    Mount Joy, Pa
    Posts
    117
    HMMM This must be a hard one ? Still can`t get it .

  3. #3
    Member
    Join Date
    Aug 2005
    Posts
    79
    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

    http://www.actionscript.org/tutorial...sh/index.shtml
    Last edited by green.apple; 04-16-2006 at 05:16 AM.

  4. #4
    Senior Member
    Join Date
    Jan 2006
    Location
    Mount Joy, Pa
    Posts
    117
    you mean 'AS' for the blogText?

    my .fla is here .
    Last edited by sunReedr; 04-16-2006 at 09:20 AM.

  5. #5
    Wait- what now? tidenburg's Avatar
    Join Date
    Dec 2005
    Posts
    1,471
    not to be rude but that isnt really a noob question and would be better of being asked in places like scripting and backend or the flash 8 sections where youd probably get much better answers
    "I'd only told them the truth. Was that so selfish? Our integrity sells for so little, but it is all we really have. It is the very last inch of us, but within that inch, we are free."

  6. #6
    Senior Member
    Join Date
    Jan 2006
    Location
    Mount Joy, Pa
    Posts
    117
    Well when I ask question in the flash 8 portion of this site seems to that nobody like to answer then so I tried this section for a change. SORRY IF THAT BOTHERED YOU. But I`m a noobie to flash I will ask no more.....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center