A Flash Developer Resource Site

Results 1 to 15 of 15

Thread: Flash Player

  1. #1
    Senior Member
    Join Date
    May 2002
    Posts
    132

    Flash Player

    Hi all,

    I need some help with flash player detection.

    Do I build some code into my flash movie that checks what player the user has and if it is not sufficient they are taken to the download page or do I build it into the html part of the page.

    Can anyone shed some light on what sort if code I need.

    Thankx in advance

    Pixel Magik

  2. #2
    Junior Member
    Join Date
    Apr 2002
    Posts
    17
    hey, can u please help me! sorry to bust in ur thread but i have to have this .fla converted into .swf and on a disk in a few hours to bring to school. i dont have flash over here and i cant go home. can u please convert it for me?
    -debris

  3. #3
    Junior Member
    Join Date
    Apr 2002
    Posts
    17
    i have the code for what u need if u can help me, i have flash mx action script for designers and ihave the code
    -debris

  4. #4
    Senior Member
    Join Date
    May 2002
    Posts
    132
    YEah if you send me the file I could possibly do it for you. Its just exporting the swf from the .fla document is it.

  5. #5
    Junior Member
    Join Date
    Apr 2002
    Posts
    17
    yes, i just need u to export my .fla to .swf

    and i will scan the pages of the book and send it to u
    -debris

  6. #6
    Senior Member
    Join Date
    May 2002
    Posts
    132
    So can anyone actually help me with my orioginal request of how to check if the rtight flash player is installed.

    Pixel magik

  7. #7
    Junior Member
    Join Date
    Apr 2002
    Posts
    17
    Version = getVersion();
    if (_root.Version.charAt(4)==6) {
    loadMovieNum("Flash6.swf:. 0);
    } else if (_root.Version.charAt(4)==5 {
    loadMovieNum("Flash5.swf". 0);
    } else {
    getURL("nonFlash.html");
    }

    this is the code

    please convert the file for me. download the bottom file on this page and convert it to .swf please
    right here
    -debris

  8. #8
    Junior Member
    Join Date
    Apr 2002
    Posts
    17
    so can u convert it? i really need it... sooon
    -debris

  9. #9
    Senior Member
    Join Date
    May 2002
    Posts
    132
    Are you talking about the coaster file

  10. #10
    Junior Member
    Join Date
    Apr 2002
    Posts
    17
    yes
    -debris

  11. #11
    Junior Member
    Join Date
    Apr 2002
    Posts
    17
    my friends made a movie, and at the movie theatres down here the introduction is sort of like a rollar coaster, so we're adding that.
    -debris

  12. #12
    Senior Member
    Join Date
    May 2002
    Posts
    132
    Can I have an email address as it is not letting me send it via this forum

  13. #13

  14. #14
    Junior Member
    Join Date
    Apr 2002
    Posts
    17
    its perfect! thanks a lot man, u have no idea! ur a life saver
    -debris

  15. #15
    Senior Member
    Join Date
    May 2002
    Posts
    132
    Thanx for your code help also,

    Just out of curiosity whats the movie you are adding the content too.

    Pixelmagik

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