Flash Question

Discussion in 'HTML & Website Design' started by FireStorM, Dec 29, 2005.

  1. #1
    My sites have much flash in them .. i would like to know if there is a way that if it happens that some of my site visitors do not have macromedia flash player , is there an alternative that they can view the flash part into jpg or gif pictures.

    Like a code so that if the user does not have flash player in his pc , the flash part of the website is seen to him as gif/ jpg image ,.


    Thx
     
    FireStorM, Dec 29, 2005 IP
  2. pratik

    pratik Notable Member

    Messages:
    2,306
    Likes Received:
    114
    Best Answers:
    0
    Trophy Points:
    200
    #2
    hey if ur using macromedia dreamweaver and using flash on ur site.. it automatically enters a flash pulgin code in your site.. so tht if theres no flash on a pc u can a prompt sayin install flash.. and it just take 2-3 seconds... tht it .. :)
     
    pratik, Dec 29, 2005 IP
  3. FireStorM

    FireStorM Well-Known Member

    Messages:
    2,579
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    175
    #3
    no i use cms to build my sites. any solutions plz? :rolleyes:
     
    FireStorM, Dec 29, 2005 IP
  4. tommie

    tommie Guest

    Messages:
    114
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    just add <img src="bla.jpg" width="100" height="100" alt="" />
    in your object tag.

    Just make sure the size is the same, and it under the param taggie things
     
    tommie, Dec 30, 2005 IP
  5. FireStorM

    FireStorM Well-Known Member

    Messages:
    2,579
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    175
    #5
    thx lots , but i am a bit confused where to add it , here is an example of a flash code below , where can i add the img code in it plz?
     
    FireStorM, Dec 30, 2005 IP
  6. tommie

    tommie Guest

    Messages:
    114
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    <PARAM NAME=movie VALUE="bla.swf"><PARAM NAME=quality VALUE=high>
    <EMBED src="bla.swf" quality=high WIDTH="260" HEIGHT="89" NAME="mauritius_game" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    <img src="bla.jpg" width="100" height="100" alt="" />
    </OBJECT>

    that should work
     
    tommie, Dec 30, 2005 IP
  7. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Corey Bryant, Dec 30, 2005 IP
  8. FireStorM

    FireStorM Well-Known Member

    Messages:
    2,579
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    175
    #8
    thx lots guys , this was very helpful for me ... thx again ..
     
    FireStorM, Dec 30, 2005 IP