marswebcreations
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adding javascriptWere you able to get it to work?
Forum: Fixing WordPress
In reply to: adding javascriptI entered it into a new page in html mode and got it to come up fine. No plugins. It is a fresh install. Here’s the example page: http://tutorialstuff.com/demo/?page_id=14
Also, you said you want this on your home page right? Can you just paste in the code in the index.php file within the theme folder you are using for the website?
Forum: Fixing WordPress
In reply to: adding javascriptHey Oscar,
I got the following code to work. You can see live at (http://www.marswebcreations.com/test/omoriginals.html)
<script type=”text/javascript” src=”http://omoriginals.com/flash/swfobject.js”></script>
<script type=”text/javascript” src=”http://omoriginals.com/flash/bz.js”></script>
<noscript><p style=”background-color:#ffffff;color:#000000;padding:1em;”>Your browser doesn’t support JavaScript or you have disabled JavaScript.</p></noscript>
<div id=”BZD12B187180F648C1BF00ED47A102A898″></div>If you were testing this on a local server you may be getting the “Your browser doesn’t support JavaScript or you have disabled” error because of security settings in Flash. So try uploading your test file and let me know how that works.
-Mike
Forum: Fixing WordPress
In reply to: adding javascriptIf you want to email me a copy of what you are trying to put online I will see if I can get something working for you. (mike@marswebcreations.com)
Forum: Fixing WordPress
In reply to: adding javascriptHey Oscar!
I’ve always used flvplayer when I want to embed flash videos on my site. Here’s a very good and detailed set of instructions on how to do this. How To Put Flash Videos On Your Blog In Many Easy Steps.
The best thing about doing it this way is that you can brand the video with a pre-loaded image that sits atop the video so that even if you didn’t create the video it still looks like it’s yours.
If you still need help after this, let me know!