Shtml Page With Flash Loading Problems - anyone have problems with shtml

free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Shtml Page With Flash Loading Problems - anyone have problems with shtml

round
Hey,
I created this site http://www.markus252.com. Had to use .shtml extensions on the pages so I could have included, his server isn't php enabled and for some reason some people aren't seeing the two flash elements on the page. Not all computers are having this problem, just some. The page keeps saying that there 2 elements left to load(the two flash elements). I have no clue why?
I had people download the lastest flash player and they all can see the files when i send them the direct link to them but the flash just won't load on the page.

*Anyone else having problems loading trap17.com in ie on mac os 9, i keep asking but it's like i'm the only one having the problem.

round

Reply

snlildude87
First thing's first: nice site. smile.gif

Second, I think I see your problem. You have two flash files that you are calling: http://markus252.com/logo_round.swf and http://markus252.com/images/logo_round.swf. Well, the former does not exist, so try putting this code on to replace the first logo (top right):
CODE
  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="56" height="52">
   <param name="movie" value="/images/logo_round.swf">
   <param name="quality" value="high">
   <embed src="/images/logo_round.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="56" height="52"></embed>
  </object>


Do the same thing for the second instance of the flash file:
CODE
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="56" height="52">
   <param name="movie" value="/images/biglogo.swf">
   <param name="quality" value="high">
   <embed src="/images/biglogo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="56" height="52"></embed>
  </object>

Remember to change the size of the biglogo.swf file because I forgot to look at its size, so I left it the same size as logo_round.swf

Hope that helps, and good luck!

If you need additional help, feel free to post a reply or PM me. smile.gif

 

 

 


Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
Similar Topics

Keywords : shtml, page, flash, loading, problems, problems, shtml

  1. Flash Wmode(transparent) Pramater In Firefox3(on Linux) - Not Working
    issue with flash transparancy and firefox3( on linux op. sistem) (1)
  2. Website Problems Please Help
    Unwanted gap between the welcome bar and flash. (6)
    I just set up this website, none of the links are in working condition yet. This is mainly because
    im trying to get rid of this anoyying gab in between my flash object and my welcome bar (its the
    small dark grey/brownish gap). Does anyone know exactly how to fix this without messing anything
    else up vis changing the code or possibly even the size of the flash? Thanks. Here is the website:
    http://www.childrenofconan.trap17.com/ Moved to html section in anticipation of that being the
    correct Forum ....
  3. Ie 6 Conditional Statement Problems
    Wont Work (3)
    CODE <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html
    xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>     <title>Home</title>     <meta
    http-equiv="Content-Type" content="text/html; charset=utf-8"/>     <link
    rel="stylesheet" type="text/css" href="style.css" />
        <!--[if IE 6]>     <link rel="styl....
  4. Help With Css/html Layout
    Horizontal List Problems (5)
    I can't figure out why this horizontal list isnt working. Underneath my banner is supposed to
    be a green gradient bar with a list of links in the center of the page. The links are all the way
    to the left and are really small. The banner is also overlapping the list for some reason. This is
    my current layout(don't worry, I'm not trying to advertise).
    http://www.stormgaming.net/stormcreations/ This is my CSS file
    http://www.stormgaming.net/stormcreations/storm.css Thanks in advance for any help.....
  5. Problems With Webpage Positioning In Internet Explorer
    (11)
    Originally this topic was asking for testing of my page in Internet explorer but someone on another
    forum got there first, but I still need help! I've made a page using absolute positioning
    and php, using percentages for positions so that it should suit all screen resolutions. However on
    internet explorer some of the text on the right can't be seen and is off the page, whereas in
    every other browser it's perfect. What can I do to make it show up properly in internet Explorer
    as well as all the other ones? Here's the link so you can see what I mean by....
  6. Website Deployment Problems
    (3)
    Hello, I have developed a website that is specific to IE. The website looks great on my local
    machine. I then move it to my production environment. For some reason, the website now looks
    different when I view it from the production server. The strange thing is... I am using the same
    browser. I always believed that HTML was downloaded to the client and then it was up to the browser
    to render it. Considering I am viewing the webpage using the same browser from my machine... I
    should have received the same thing. Which lead me to believe that I didn't upload it prop....
  7. Div Layout Problems
    table in div not shrinking (5)
    Hey everyone. I am having an issue on one of my pages where the table inside my middle section of my
    layout will not continue to shrink if the browser window is shrunk. AKA, i get a slider bar on the
    bottom instead of things just overlapping. Below is the code for the page along with my style sheet.
    If you want to see for yourself the problem just go here: Final Fantasy Fanatics - FF7 - Armor .
    Armor.php CODE <?php session_start();    include './../db_connect.php';  
     include './../member_class.php'; include './../news_class.php&....
  8. Shtml And Html
    (8)
    This to some may seem like a simple and obvious question, but is there a difference between what you
    can code in shtml and what you code in html or are they the same. Is it just a different extension
    for html programming like htm? ....
  9. Flash Movie Streatch 100% In Div
    (10)
    is there a way to place a flash movie in a div or some other container and make it so that it
    streatches over the whole screen? Right now the flash movie displays the size I exported it, not
    matter what I set the width and height to in the html code. PHP Code: style="width:100%;
    height:100%; z-index:1000000; position:absolute; left:0; top:0;" >
    __________________ ....
  10. W3c Compliant Flash
    anyone know the html code to make flash w3c compliant? (0)
    Recently, I decided to make my entire site W3C compliant . That didn't work too well (or else
    this thread wouldn't be here) because I have flash games on my website. The main purpose of the
    validator is to ensure that your HTML code will run on any computer on any platform, which it does
    because I've tested it, but the validator still insists that my code will not work. So I teamed
    up with Google to help me find a solution. The first result led me to A List Apart who is known
    for their excellent HTML and CSS tutorials/articles. It turns out that there is ....
  11. shtml
    does anyone still use it (18)
    back in myhay days of designnig i saw alot of website doing the shtml format before php and asp came
    into full. if people still use especially in php would it be still higly recommended to drp shtml
    and go stright to php or implement shtml into php or html doc?....

    1. Looking for shtml, page, flash, loading, problems, problems, shtml

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for shtml, page, flash, loading, problems, problems, shtml

*MORE FROM TRAP17.COM*
advertisement



Shtml Page With Flash Loading Problems - anyone have problems with shtml



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE