HTML - Flash/xhtml Don't Know How To Change
Similar TutorialsHi, i am getting some problems on the page as locally on my computer, both flash appear perfectly. However, it doesnt display when i have uploaded to server. This is the what appears on server: This is what appear locally Some information: The advertising has a link on it so you can click it and it takes you to a website. Secondly, when ever i open it up in local, this is what i get: Maybe this is the problem as when i click OK, i can click on the link normally. Code: (Flash Generated) place in header (sorry file to big to paste here) Code: http://pastebin.com/fqMmr5tA HTML Bit for not appearing on server (ADVERTISING) Code: <div id="twitter_box"> <script language="JavaScript" type="text/javascript"> AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0', 'width', '290', 'height', '290', 'src', 'advertising', 'quality', 'high', 'pluginspage', 'http://www.adobe.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'devicefont', 'false', 'id', 'advertising', 'bgcolor', '#ffffff', 'name', 'advertising', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'advertising', 'salign', '' ); //end AC code </script> <noscript> <object type="application/x-shockwave-flash" data="advertising.swf" width="290" height="290"><param name="movie" value="advertising.swf" /></object> </noscript> </div> HTML BIT for video appearing on server and locally: Code: <div id="lower_left_content"> <h2>Video</h2> <script language="JavaScript" type="text/javascript"> AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0', 'width', '282', 'height', '232', 'src', 'vids', 'quality', 'high', 'pluginspage', 'http://www.adobe.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'devicefont', 'false', 'id', 'vids', 'bgcolor', '#ffffff', 'name', 'vids', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'vids', 'salign', '' ); //end AC code </script> <noscript> <object type="application/x-shockwave-flash" data="vids.swf" width="282" height="232"><param name="movie" value="vids.swf" /></object> </noscript> </div> Where am i going wrong?? Hi people, I just built a web site with a design made in photoshop, so when I saved it as gift and html everything fine, but when I made the code over the <head> for Xhtml all my images and stuff were distorted. Thanks for your help Regards Paul Weinstock I have a jailbroken iPhone 4 and I am trying to get a flash embed to display on it but I am having a lot of trouble. i have successfully used and enabled different flash objects elsewhere but this is the only one that wont run. so I know it will work. HTML Code: <head> <title>iSwim</title> </head> <body> <div style="width: 320px; height: 356px; margin-top: 80px; margin-bottom: 44px;"> <object width="320" height="356"> <param name="movie" value="http://listen.grooveshark.com/widget.swf" /> <param name="wmode" value="opaque" /> <param name="allowScriptAccess" value="always" /> <param name="flashvars" value="hostname=cowbell.grooveshark.com&widgetID=22770693&style=metal&bbg=000000&bfg=046cc7&bt=FFFFFF&bth=000000&pbg=FFFFFF&pbgh=046cc7&pfg=000000&pfgh=FFFFFF&si=FFFFFF&lbg=FFFFFF&lbgh=046cc7&lfg=000000&lfgh=FFFFFF&sb=FFFFFF&sbh=046cc7&p=0" /> <embed src="http://listen.grooveshark.com/widget.swf" type="application/x-shockwave-flash" width="320" height="356" flashvars="hostname=cowbell.grooveshark.com&widgetID=22770693&style=metal&bbg=000000&bfg=046cc7&bt=FFFFFF&bth=000000&pbg=FFFFFF&pbgh=046cc7&pfg=000000&pfgh=FFFFFF&si=FFFFFF&lbg=FFFFFF&lbgh=046cc7&lfg=000000&lfgh=FFFFFF&sb=FFFFFF&sbh=046cc7&p=0" allowScriptAccess="always" wmode="opaque" /></object> </div> </body> Can anyone help me to make sure the flash displays right? what happens is the player loader displays at the top instead of the center and the control buttons are present before it loads. then after the loader fails it shows a "cannot connect" error. so I think the flash object is resizing inside its self. can anyone help me clean up this script so it will display correctly in iPhone safari (with flash enabled)? website is he smalldotdesign.zxq.net/iSwim.html that is where the HTML file is located that I am trying to get corrected. thanks in advance. i have a feeling this is going to be a tough fix. Which one is better? XHTML STRICT 1.0 or XHTML 1.1 hi; i want to create something like this http://www.microsoft.com/en/us/default.aspx need to do exactly as in this site how can i do that.... ; any script (when mouse is over needs to change the iframe....) Highlights Latest releases Using your computer Please anybody tell me about the XHTML. Hi. I *hate* I.E. I'm usually browsing websites in Google Chrome - & sometimes Mozilla / Opera. Ive designed a website (not public as yet), & it does validate for XHTML - it looks perfect on Opera / Mozilla & Chrome. But IE messes it up. Basically it uses Divs, & has a left menu, & the main content is a Google map. Also, top menu / banner & a footer at the bottom.. on IE7, the google map is UNDER the list of cities etc (left menu), instead of in the middle / right of the left menu.. Can anyone advise a website listing common IE problems & how web designers can fix it.. so xhtml elements should always be in lowercase how does this extend to the case in css. for example if im using a xhtml doctype should i be using lower case color values like color:#ffffff vs color:#FFFFFF. I know as per a hexidecimal value "ffffff" is the same as "FFFFFF" and the same as "fFfFfF". they are all equal to the same value so it really doesn't matter but does the xhtml doctype dictate that these values should be in lowercase? What is the difference between HTML and XHTML? What are the benefits and is it worth learning? Thanx 4 the help! what is xhtml? hello friends , I want to know that what is what is XHTML ? plz anybody help me . I want to know about this . Thankx ==== Tell me..... I am reading about XHTML now and noticed that it is really no different than HTML. The only difference(s) are, correct me if I'm wrong, that XHTML is more strict with the rules. Lowered-cased letters, properly closed tags, etc, all that mumbo jumbo. If I'm already doing that with HTML, must I need to worry about XHTML? hi and goodafternoon i run wapsites and i want to convert the wml scripts to xhtml all my scripts are php based which i know will work in xhtml too. i also use mysql coding for database side of things . here is one of my smaller scripts . <?php <wml> <card title="sitename"> <p align="center"> <img src="logo.gif" alt="logo"/><br/> Welcome!!<br/><br/><a href="login.php"><img src="login.gif" alt="Login"/></a><br/><a href="terms.php"><img src="register.gif" alt="Register"/></a><br/> <br/> <big><b><a href="terms.php">Terms of use!</a></b></big> <br/> You are here with<br/> END; print 'Browser:'; $browser = explode ('/', $HTTP_USER_AGENT); print $browser[0]; print '<br/>'; print "IP-Adress: $REMOTE_ADDR<br/>\n"; print <<<END ---<br/> </p> </card> </wml> END; ?> how would i convert that to xhtml . and if its just a case of changing the tags then would it work on the rest of the scripts with sql coding in too . nclemale@hotmail.com or post your replies here thanks in advance I'm pretty new to XHTML and I see that to properly close a br tag (and others), you usually put a space, then a slash, then a closing chevron, a la <br />. But I was wondering if there is anything fundamentally wrong with eliminating the space before the slash. It seems to work in my browser either way, and I think it makes the code a little easier to read and type. Thanks! can make dynamic website in xhtml Can any one direct me to a tutorial on coding xhtml editable templates. ( or give me advice) I used to use dreamweaver to build templates but I haven't bothered to up date it instead I am using HTML-kit. What I liked about dreamweaver was that you could build a template and apply it to every page so you only had to alter the template not every page. I am fine using css for style. its building a template for the repeating elements of each page like links etc and then adding editable regions. I would would like the freedom to build my own rather than use pre made ones. Thanks Hello all, I'm having some minor problems in terms of getting my website validated as XHTML, and although I do understand the errors, I don't really understand what the option will be. I guess most of the errors are caused by my flash header that is embeded at the top.. Page in question: http://multitec.php5.sysedata.no/wordpress/ Validation output: http://validator.w3.org/check?uri=ht...Inline&group=0 Hope anyone can help me clarify this. Hi, I'm new to webdesign - the website pages im working on looks strange when viewed in the "cached page" of search engine results for a search on "EcBiz". Here's an example page featuring wii games consoles if you want to go directly to the source. http://www.ecbiz.co.uk/wii-console.htm All comments welcome! A Hey, So its another on of them questions So i want to know what would be best for me? ive never built a website and i havent learnt HMTL or XHTML or the many languages that there are. i know its going to be a long process and i am happy to learn it as i want my company to have a really good site. Thats the thing i run a production company and when someone checks out my site i want them to see how professional it is and also that they want my company to work for them!!! So what would be better to start off with? HTML or XHTML? ive read a little about both and have a little understanding. so as a novice would i need to learn HTML before i could even start to use XHTML? i read this thread and the last post says use whatever? so the question that i have is which one would be better for me and better for my site? considering i dont know any languages! http://www.htmlforums.com/html-xhtml...-10-93928.html Thanks! |