A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Help with the Final tweeks

  1. #1
    Junior Member
    Join Date
    Sep 2004
    Posts
    15

    Help with the Final tweeks

    Hi,

    I have posted a few times about this site before but still have a few questions.

    site

    Firstly if you look at some of the text it is still a little blurred. I have made sure that it is all sitting directly on top of a pixel which work for most of the text, but not for all of it.

    I am using static text boxes at the moment if that helps?

    Could the problem be something to do with characters?

    Thanks in advance.

    Dave

  2. #2
    Senior Member hum's Avatar
    Join Date
    Sep 2003
    Location
    CloudCuckooland
    Posts
    1,714
    Hi
    Some texts display better with a low quality setting....if you right click on the swf and choose low quality you will see what i mean...... this might help....
    Put on timeline to set quality..
    code:
    _quality = "LOW";


  3. #3
    Junior Member
    Join Date
    Sep 2004
    Posts
    15
    Hiya,

    Cheers thats a great help!

    Just wondred where would i put the action

    _quality = "LOW";

  4. #4
    Junior Member
    Join Date
    Sep 2004
    Posts
    15
    Ahh worked it out!

    Directly on the button of the movie you are loading.

    Cheers

  5. #5
    Junior Member
    Join Date
    Sep 2004
    Posts
    15

    The back button problem

    The other thing i need help with is this...

    When you have opened the site and you press the back button in internet explorer it goes right back to the begining of the site.

    I realise this is because the site is not made up of html pages but instead made up of layers but is there a way of getting around this problem?

    Thanks.

    Dave

  6. #6
    Senior Member hum's Avatar
    Join Date
    Sep 2003
    Location
    CloudCuckooland
    Posts
    1,714
    Hi
    Well one way would be to have a back button in the flash layers...
    code:
    on (press) {
    _root.prevFrame();
    }


  7. #7
    Junior Member
    Join Date
    Sep 2004
    Posts
    15
    Thanks I will try that!

    Cheers

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