LeeSmithG Posted September 9, 2014 Share Posted September 9, 2014 Suuuupppp.Now I spent hours tying in Artisteer to get this rude boy to work.This is the sight view it in I.E. please first.http://www.kingshillcricketclub.co.uk/games.htmlI did all the Jigs myself.Here is a copy of the code I wrote and entered.1) Chair<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"></object></p>2) Team<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf"></object></p>3) Group<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf"></object></p>4) Scoreboard<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquad5) Squad<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf"></object></p>></p>Of course each variable goes into each frame embedded on the page, 1->5So the video code to be entered is e.g.<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquadProblem is it works fine in IE but not in any other browser.Any ideas why and I am an amateur, if we have a better qualified person could they edit the embed code so it will work in all browsers and paste it into a reply.Thanks in advance. Link to comment Share on other sites More sharing options...
knowledge-Spammer Posted September 9, 2014 Share Posted September 9, 2014 may not be easy Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 9, 2014 Author Share Posted September 9, 2014 may not be easy Would you like to elaborate or are you after a high post rating? Link to comment Share on other sites More sharing options...
knowledge-Spammer Posted September 9, 2014 Share Posted September 9, 2014 may not be easyWould you like to elaborate or are you after a high post rating?post rating? mean sh*t to me i just like to test things out and try to help Link to comment Share on other sites More sharing options...
masterupc Posted September 9, 2014 Share Posted September 9, 2014 Your links are pointing to files in YOUR computer ("file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf").That's a newbie error... they must point to a file in your web hosting and make it relative to the document which loads it.That's how it works.Luck! Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 9, 2014 Author Share Posted September 9, 2014 Your links are pointing to files in YOUR computer ("file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"). That's a newbie error... they must point to a file in your web hosting and make it relative to the document which loads it. That's how it works. Luck! Yes, I thought this is the case, however, it works on IE. I will edit them again, and use IE as a starter. Link to comment Share on other sites More sharing options...
masterupc Posted September 9, 2014 Share Posted September 9, 2014 Your links are pointing to files in YOUR computer ("file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf").That's a newbie error... they must point to a file in your web hosting and make it relative to the document which loads it.That's how it works.Luck!Yes, I thought this is the case, however, it works on IE.I will edit them again, and use IE as a starter.I won't use IE, it's deeply attached to the OS, so, it can handle things like local files as nothing.When building a website, use FF or GC, at least, to test.Luck! Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 9, 2014 Author Share Posted September 9, 2014 Your links are pointing to files in YOUR computer ("file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"). That's a newbie error... they must point to a file in your web hosting and make it relative to the document which loads it. That's how it works. Luck! Well an example, ftp://[email protected]/public_html/games/squad.swf is substituted into the equation to make it direct. So I will see if this works. Odd as when I create a banner and save it to my H.D.D. then upload I to my web folder(s) there is no problem. However adding a direct link, does not work, leave IE blank, which was full before. Link to comment Share on other sites More sharing options...
masterupc Posted September 9, 2014 Share Posted September 9, 2014 Your links are pointing to files in YOUR computer ("file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf").That's a newbie error... they must point to a file in your web hosting and make it relative to the document which loads it.That's how it works.Luck!Well an example, ftp://[email protected]/public_html/games/squad.swf is substituted into the equation to make it direct.So I will see if this works.Odd as when I create a banner and save it to my H.D.D. then upload I to my web folder(s) there is no problem.However adding a direct link, does not work, leave IE blank, which was full before.It should be (for example):<div class="art-content-layout layout-item-0"><div class="art-content-layout-row"><div class="art-layout-cell layout-item-1" style="width: 100%" ><table class="art-article" style="width: 100%; "><tbody><tr><td style="width: 100%; text-align: center; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; "><object id="flash1" data="games/chair.swf" height="1000" type="application/x-shockwave-flash" width="1050"><param name="movie" value="games/chair.swf"></object><br></td></tr></tbody></table></div></div></div>You must point to the file in the hosting (if it's located there).And the size of the swf's are a little too big...The best option to handle videos that size is to upload it to your youtube (or whathever) account and link it in yor code... so it consumes less bandwidth and it loads faster.Good Luck! Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 9, 2014 Author Share Posted September 9, 2014 Your links are pointing to files in YOUR computer ("file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"). That's a newbie error... they must point to a file in your web hosting and make it relative to the document which loads it. That's how it works. Luck! Well an example, ftp://[email protected]/public_html/games/squad.swf is substituted into the equation to make it direct. So I will see if this works. Odd as when I create a banner and save it to my H.D.D. then upload I to my web folder(s) there is no problem. However adding a direct link, does not work, leave IE blank, which was full before. It should be (for example): <div class="art-content-layout layout-item-0"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-1" style="width: 100%" > <table class="art-article" style="width: 100%; "><tbody><tr><td style="width: 100%; text-align: center; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; "><object id="flash1" data="games/chair.swf" height="1000" type="application/x-shockwave-flash" width="1050"> <param name="movie" value="games/chair.swf"> </object><br></td></tr></tbody></table> </div> </div> </div> You must point to the file in the hosting (if it's located there). And the size of the swf's are a little too big... The best option to handle videos that size is to upload it to your youtube (or whathever) account and link it in yor code... so it consumes less bandwidth and it loads faster. Good Luck! O.k. thanks for your help. Link to comment Share on other sites More sharing options...
Kalju Posted September 9, 2014 Share Posted September 9, 2014 Suuuupppp.Now I spent hours tying in Artisteer to get this rude boy to work.This is the sight view it in I.E. please first.http://www.kingshillcricketclub.co.uk/games.htmlI did all the Jigs myself.Here is a copy of the code I wrote and entered.1) Chair<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"></object></p>2) Team<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf"></object></p>3) Group<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf"></object></p>4) Scoreboard<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquad5) Squad<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf"></object></p>></p>Of course each variable goes into each frame embedded on the page, 1->5So the video code to be entered is e.g.<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquadProblem is it works fine in IE but not in any other browser.Any ideas why and I am an amateur, if we have a better qualified person could they edit the embed code so it will work in all browsers and paste it into a reply.Thanks in advance.I can help you if I know what you want to do. It should be added that all the codes on this page are full of faults and they will never work. Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 9, 2014 Author Share Posted September 9, 2014 Suuuupppp. Now I spent hours tying in Artisteer to get this rude boy to work. This is the sight view it in I.E. please first. http://www.kingshillcricketclub.co.uk/games.html I did all the Jigs myself. Here is a copy of the code I wrote and entered. 1) Chair <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"> </object></p> 2) Team <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf"> </object></p> 3) Group <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf"> </object></p> 4) Scoreboard <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"> </objectquad 5) Squad <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf"> </object></p> ></p> Of course each variable goes into each frame embedded on the page, 1->5 So the video code to be entered is e.g. <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"> </objectquad Problem is it works fine in IE but not in any other browser. Any ideas why and I am an amateur, if we have a better qualified person could they edit the embed code so it will work in all browsers and paste it into a reply. Thanks in advance. I can help you if I know what you want to do. It should be added that all the codes on this page are full of faults and they will never work. YouTube don't support ,swf All I want to do is make sure the links in the code go to the right folder. I thought I had sorted out that fact, however, not working. If you have any ideas, I am all ears. I will read in the morning as past bed time for me. I found a site that does take them, swf cabin. Her is one I uploaded, code is http://swfcabin.com/open/1410279121, so shall I use that? If you can put it in a tidy piece of script I can then test it. Thanks Lee Link to comment Share on other sites More sharing options...
Kalju Posted September 9, 2014 Share Posted September 9, 2014 If you want to get real help, please send me the raw data, ie, what you have there ie source data.Then what exactly do you want to do and where and how you want it to be uploaded.I'm willing to do this for you, but can not do anything without I have these data. Link to comment Share on other sites More sharing options...
masterupc Posted September 9, 2014 Share Posted September 9, 2014 Suuuupppp.Now I spent hours tying in Artisteer to get this rude boy to work.This is the sight view it in I.E. please first.http://www.kingshillcricketclub.co.uk/games.htmlI did all the Jigs myself.Here is a copy of the code I wrote and entered.1) Chair<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"></object></p>2) Team<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf"></object></p>3) Group<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf"></object></p>4) Scoreboard<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquad5) Squad<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf"></object></p>></p>Of course each variable goes into each frame embedded on the page, 1->5So the video code to be entered is e.g.<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquadProblem is it works fine in IE but not in any other browser.Any ideas why and I am an amateur, if we have a better qualified person could they edit the embed code so it will work in all browsers and paste it into a reply.Thanks in advance. I can help you if I know what you want to do. It should be added that all the codes on this page are full of faults and they will never work.YouTube don't support ,swfAll I want to do is make sure the links in the code go to the right folder.I thought I had sorted out that fact, however, not working.If you have any ideas, I am all ears.I will read in the morning as past bed time for me.I found a site that does take them, swf cabin.Her is one I uploaded, code is http://swfcabin.com/open/1410279121, so shall I use that?If you can put it in a tidy piece of script I can then test it.ThanksLeeOk I see your swf's are not videos, but other stuff.Then there's no problem hosting them in your website. I recommend you to create a folder to save all the swf's and then modify your links so that points to those files.Your folder structure could be like this<public_html> |_ <images> |_ <scripts> |_ <flash>So your games.html (I assume that the games.html is located in the <public_html> folder) can point to the flash like this<div class="art-content-layout layout-item-0"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-1" style="width: 100%" > <table class="art-article" style="width: 100%; "> <tbody> <tr> <td style="width: 100%; text-align: center; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; "> <object id="flash1" data="flash/chair.swf" height="1000" type="application/x-shockwave-flash" width="1050"> <param name="movie" value="flash/chair.swf"> </object> <br> </td> </tr> </tbody> </table> </div> </div></div>Good Luck! Link to comment Share on other sites More sharing options...
masterupc Posted September 9, 2014 Share Posted September 9, 2014 Suuuupppp.Now I spent hours tying in Artisteer to get this rude boy to work.This is the sight view it in I.E. please first.http://www.kingshillcricketclub.co.uk/games.htmlI did all the Jigs myself.Here is a copy of the code I wrote and entered.1) Chair<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"></object></p>2) Team<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf"></object></p>3) Group<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf"></object></p>4) Scoreboard<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquad5) Squad<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf"></object></p>></p>Of course each variable goes into each frame embedded on the page, 1->5So the video code to be entered is e.g.<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquadProblem is it works fine in IE but not in any other browser.Any ideas why and I am an amateur, if we have a better qualified person could they edit the embed code so it will work in all browsers and paste it into a reply.Thanks in advance.I can help you if I know what you want to do. It should be added that all the codes on this page are full of faults and they will never work.That's not the way to help someone who's starting to learn how to build a website by himself (If I remember well, in one of his posts he said he has no deep knowledge in web coding)... it's discouraging.Yes, it has errors but they're generated by Artisteer. You want to help? Give some advise. Doing his work won't help him in learning anything. Link to comment Share on other sites More sharing options...
Kalju Posted September 9, 2014 Share Posted September 9, 2014 Suuuupppp.Now I spent hours tying in Artisteer to get this rude boy to work.This is the sight view it in I.E. please first.http://www.kingshillcricketclub.co.uk/games.htmlI did all the Jigs myself.Here is a copy of the code I wrote and entered.1) Chair<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"></object></p>2) Team<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf"></object></p>3) Group<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf"></object></p>4) Scoreboard<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquad5) Squad<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf"></object></p>></p>Of course each variable goes into each frame embedded on the page, 1->5So the video code to be entered is e.g.<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquadProblem is it works fine in IE but not in any other browser.Any ideas why and I am an amateur, if we have a better qualified person could they edit the embed code so it will work in all browsers and paste it into a reply.Thanks in advance. I can help you if I know what you want to do. It should be added that all the codes on this page are full of faults and they will never work.YouTube don't support ,swfAll I want to do is make sure the links in the code go to the right folder.I thought I had sorted out that fact, however, not working.If you have any ideas, I am all ears.I will read in the morning as past bed time for me.I found a site that does take them, swf cabin.Her is one I uploaded, code is http://swfcabin.com/open/1410279121, so shall I use that?If you can put it in a tidy piece of script I can then test it.ThanksLeeOk I see your swf's are not videos, but other stuff.Then there's no problem hosting them in your website. I recommend you to create a folder to save all the swf's and then modify your links so that points to those files.Your folder structure could be like this<public_html> |_ <images> |_ <scripts> |_ <flash>So your games.html (I assume that the games.html is located in the <public_html> folder) can point to the flash like this<div class="art-content-layout layout-item-0"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-1" style="width: 100%" > <table class="art-article" style="width: 100%; "> <tbody> <tr> <td style="width: 100%; text-align: center; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; "> <object id="flash1" data="flash/chair.swf" height="1000" type="application/x-shockwave-flash" width="1050"> <param name="movie" value="flash/chair.swf"> </object> <br> </td> </tr> </tbody> </table> </div> </div></div>Good Luck!You have a brain like a diamond. Link to comment Share on other sites More sharing options...
masterupc Posted September 10, 2014 Share Posted September 10, 2014 Suuuupppp.Now I spent hours tying in Artisteer to get this rude boy to work.This is the sight view it in I.E. please first.http://www.kingshillcricketclub.co.uk/games.htmlI did all the Jigs myself.Here is a copy of the code I wrote and entered.1) Chair<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"></object></p>2) Team<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf"></object></p>3) Group<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf"></object></p>4) Scoreboard<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquad5) Squad<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf"></object></p>></p>Of course each variable goes into each frame embedded on the page, 1->5So the video code to be entered is e.g.<p><object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"><param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"></objectquadProblem is it works fine in IE but not in any other browser.Any ideas why and I am an amateur, if we have a better qualified person could they edit the embed code so it will work in all browsers and paste it into a reply.Thanks in advance. I can help you if I know what you want to do. It should be added that all the codes on this page are full of faults and they will never work.YouTube don't support ,swfAll I want to do is make sure the links in the code go to the right folder.I thought I had sorted out that fact, however, not working.If you have any ideas, I am all ears.I will read in the morning as past bed time for me.I found a site that does take them, swf cabin.Her is one I uploaded, code is http://swfcabin.com/open/1410279121, so shall I use that?If you can put it in a tidy piece of script I can then test it.ThanksLee Ok I see your swf's are not videos, but other stuff.Then there's no problem hosting them in your website. I recommend you to create a folder to save all the swf's and then modify your links so that points to those files.Your folder structure could be like this<public_html> |_ <images> |_ <scripts> |_ <flash>So your games.html (I assume that the games.html is located in the <public_html> folder) can point to the flash like this<div class="art-content-layout layout-item-0"> <div class="art-content-layout-row"> <div class="art-layout-cell layout-item-1" style="width: 100%" > <table class="art-article" style="width: 100%; "> <tbody> <tr> <td style="width: 100%; text-align: center; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; "> <object id="flash1" data="flash/chair.swf" height="1000" type="application/x-shockwave-flash" width="1050"> <param name="movie" value="flash/chair.swf"> </object> <br> </td> </tr> </tbody> </table> </div> </div></div>Good Luck!You have a brain like a diamond.No, my brain is like... a brain.I don't have anything against you but it seems you have something against me... say it clearly.I'm not here to pick a fight with anyone, I don't waste my time in things like that.Lee is asking for advice. Is so hard to understand? Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 10, 2014 Author Share Posted September 10, 2014 Suuuupppp. Now I spent hours tying in Artisteer to get this rude boy to work. This is the sight view it in I.E. please first. http://www.kingshillcricketclub.co.uk/games.html I did all the Jigs myself. Here is a copy of the code I wrote and entered. 1) Chair <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/chair.swf"> </object></p> 2) Team <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/team.swf"> </object></p> 3) Group <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/group.swf"> </object></p> 4) Scoreboard <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"> </objectquad 5) Squad <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/squad.swf"> </object></p> ></p> Of course each variable goes into each frame embedded on the page, 1->5 So the video code to be entered is e.g. <p> <object id="flash1" data="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf" height="700" type="application/x-shockwave-flash" width="530"> <param name="movie" value="file:///I:/Kings%20Hill%20Cricket%20Club/Word%20Press%20Website/games/scoreboard.swf"> </objectquad Problem is it works fine in IE but not in any other browser. Any ideas why and I am an amateur, if we have a better qualified person could they edit the embed code so it will work in all browsers and paste it into a reply. Thanks in advance. I can help you if I know what you want to do. It should be added that all the codes on this page are full of faults and they will never work. That's not the way to help someone who's starting to learn how to build a website by himself (If I remember well, in one of his posts he said he has no deep knowledge in web coding)... it's discouraging. Yes, it has errors but they're generated by Artisteer. You want to help? Give some advise. Doing his work won't help him in learning anything. I do have some knowledge but what I know came simply, as opening notepad, typing in commands, to produce banner, text, font, style and rollover buttons. Then saving as htm or html. Never entered in a .swf file before and that is the problem. I learn things backwards, so as it's easier to give me one and then I can work out the rest for myself. Link to comment Share on other sites More sharing options...
Kalju Posted September 10, 2014 Share Posted September 10, 2014 I do have some knowledge but what I know came simply, as opening notepad, typing in commands, to produce banner, text, font, style and rollover buttons.Then saving as htm or html.Never entered in a .swf file before and that is the problem.I learn things backwards, so as it's easier to give me one and then I can work out the rest for myself.And I still do not understand, do you want to do or change swf files,or you have already some.swf fileand you want to know, how to put it on your website? Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 10, 2014 Author Share Posted September 10, 2014 I do have some knowledge but what I know came simply, as opening notepad, typing in commands, to produce banner, text, font, style and rollover buttons. Then saving as htm or html. Never entered in a .swf file before and that is the problem. I learn things backwards, so as it's easier to give me one and then I can work out the rest for myself.And I still do not understand, do you want to do or change swf files, or you have already some.swf file and you want to know, how to put it on your website? I want to create code, which when inserted into artisteer, wll display the flash puzzles I made on every browser. <embed src="ftp://[email protected]/public_html/games/team.swf" width="1000" height="1000" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> w(w)w stops display of page. Is what I am using now. It seems to work on-line with IE. Other browsers it asks for username and password. There has to be something I am missing. The host gives me this advice: https://my.justhost.com/cgi/help/107 Still not working. I think the point that has been missed is the server tells me the src direction is ftp, however it should be e.g. http://w(w)w.kingshillcricketclub.co.uk/games/chair.swf So I will try that. Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 10, 2014 Author Share Posted September 10, 2014 This is what I am using for the embed code.<object width="1000" height="1000"> <param name="movie" value="team.swf"> <embed src="http://www.kingshillcricketclub.co.uk/games/team.swf" width="1000" height="1000"> </embed> </object> Link to comment Share on other sites More sharing options...
Kalju Posted September 10, 2014 Share Posted September 10, 2014 You can not use the address which is password protected server address. You'll need to use the http address in the form: http://your_domain_name.extension/folder/file.swfFor example, my file address is http://kaljuinfo.ml/media/welcome.swfSee mailbox, I send something...Now please send to me this team.swf file real URL, and everything will done. Link to comment Share on other sites More sharing options...
Kalju Posted September 10, 2014 Share Posted September 10, 2014 This is what I am using for the embed code.<object width="1000" height="1000"> <param name="movie" value="team.swf"> <embed src="http://www.kingshillcricketclub.co.uk/games/team.swf" width="1000" height="1000"> </embed> </object> Here's the corrected code. This works in most of used browsers.Tested in IE, Chrome, Firefox, Cyberfox and Maxthon. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width= "1000" height="1000"> <param name="movie" value="team.swf"> <embed src="http://www.kingshillcricketclub.co.uk/games/team.swf" width="1000" height="1000"> </object>In live => http://kaljuinfo.ml/puzzle.html Link to comment Share on other sites More sharing options...
LeeSmithG Posted September 10, 2014 Author Share Posted September 10, 2014 Solved by super star Kalju Thanks It was one thing that had slipped my mind, all I needed was /folder/object.suffix I just had a mental block, then I thought, but a few yeas ago I had a Xara graphic running encoded as an .avi So after reading what Kalju had written, I was, yes! So I kind of knew, just could not get an even number from the addition of 2+2. Link to comment Share on other sites More sharing options...
Kalju Posted September 15, 2014 Share Posted September 15, 2014 Here and elsewhere have been issues from time to time in order to learn how to make a simple website. I took make one example. Take a look, if you might be interested.Click here or use this URLhttp://kaljuinfo.ml/template_untitled1.htmlUsed code is here:<!DOCTYPE html><html><head> <title>Simple web page</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <link rel="stylesheet" href=""> <link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> <style type="text/css"><!-- body { background: #EEEFFF url(http://kaljuweb.cu.cc/patterns/pattern_014.png)} .header { background: #7496b1 url(http://www.forogratis.es/images/bg.gif) repeat-x fixed; width: 101%; height: 60px; position: fixed; left: 0px; top: 0px; z-index: 10; } .wrapper { background: #FFFFFF; border: #1A0000 1px solid; border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; margin-left: auto !important; margin-right: auto !important; width: 1024px; min-height: 850px !important; padding: 65px 30px 20px 30px !important; font-family: "Trebuchet MS", Helvetica, sans-serif; } .logo { position: fixed; left: 10%; top: 2px; } a:link, a:visited { color: #3366CC; text-decoration: none; } a:active, a:hover { color: #336600; text-decoration: underline; } .sitename { position: fixed; left: 35%; top: 2px !important; color: #000000; font-variant: normal; text-shadow: -2px 1px 1px #ffffff; font-family: Impact, Charcoal, sans-serif; font-size: 40px; } --> </style><!-- logo and another images style --> <style type="text/css"><!-- img.c1 {border: 0; float: left; vertical-align: top; margin-left: 10px;} img.c2 {border: 0; float: left; vertical-align: top} --> </style><!-- Style for added widgets --> <style type="text/css"> <!-- div.c4 {width: 700px !important;} a.c3 {font-weight: bold} span.c2 {float: right;color: #C20000; font-weight: bold} div.c1 {float: right} --> </style></head><body> <div class=""> <div class="wrapper"> <div class="header"> <div class="logo"> <a href="#" target= "_top"><img width="260" height="52" src="../pictures/logo_b.png" class="c1" alt="logo" title="Your Logo Goes here"></a> <div class="sitename"> Here Goes Website Name </div> </div> </div>⇑Your site or firm logo goes here ⇑ <div> <div id="google_translate_element" class="c1"></div><br> <script type="text/javascript">function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element'); } </script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"> </script> </div><br> <div> <span>Example: Text and other website content goes here.</span> <span class="c2">This is example</span><br> <span>Can be added to the appropriate menu and many of any other gadgets ....<br> and make so many pages, how many is needed.</span><br> <span>Recommended browsers are Firefox and Chrome, or on those basis made browsers. For example, Opera, Coovon, FlashPeak Slimjet, Waterfox, Cyberfox etc.</span> <br> <a href="#" target="_self">Link looks like this</a> </div><br> <br> <div class="c4"> <a href="http://i.imgur.com/jfVVBO1.jpg" target="_blank"><img src= "http://i.imgur.com/jfVVBO1.jpg" class="c2" alt="AVG IS 4 Years License" title= "AVG IS 4 Years License"></a><br> <br> <a class="c3" href= "http://www.nsaneforums.com/topic/229089-avg-internet-security-2015-4-year-license/" target="_blank" title="AVG Internet Security 2015 4 Year License">Read more...</a> </div><!-- <div style="min-width: 900px !important; position: absolute; top: 600px;" > </div> --> </div> </div> <br> </body></html> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.