Donate SIGN UP

Website design

Avatar Image
Hustle | 18:08 Wed 17th Dec 2008 | Internet
5 Answers
I have a flash website. Since I have had this website I can't use google analytics. So to get around this I would to make a html page and insert my flash site into it. Problem solved.
emample:

<html>

<body>

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"

codebase="http://download.macromedia.com/pub/shockwave/
cabs/flash/swflash.cab#version=6,0,40,0"

width="800" height="700"
id="mymoviename">

<param name="movie"

value="example.swf" />

<param name="quality" value="high" />

<param name="bgcolor" value="#ffffff" />

<embed src="example.swf" quality="high" bgcolor="#ffffff"

width="800" height="700"

name="mymoviename" align="" type="application/x-shockwave-flash"

pluginspage="http://www.macromedia.com/go/getflashplayer">


</embed>

</object>

</body>

</html>

This does work but it only shows 1 frame of the flash site. I think I'm missing something. I think it is because i'm trying to do it as a movie but a can't think what else to do it as.

Thank you
Gravatar

Answers

1 to 5 of 5rss feed

Best Answer

No best answer has yet been selected by Hustle. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
Question Author
I've sorted it.

Just incase anyone would like to know how i have don't.
I have used an Iframe in the HTML website to the flash site I actually want to use this way I can use all the great HTML trick for seo and get the benfit of an enriched user experience by using a flash website.

Cheers anyway.
Well done - when you posted this one before, I assumed you had a reason why you did not want to embed your flash in html.
Question Author
Why thank you Lil O'lady. Do you think I have gone about it the correct way. To be honast I have decided to build a full XHTML compliant website for SEO perposes and keep the flach website for marketing. I do think it is about time google and adoble got their fingure out thought. I'm sure there is alot of great content rich websites not appearing on google because it is on a flash website. The only loser is the user.
Well done mate!

I know a bit about web-design, but after that i didnt think i knew so much, haha!
Its good knowing it. I don't have mush issues on my website, because I hired a service provider for my web related business http://www.xnynz.com/ who has been doing SEO and site analytic s for my site since 2011. Since i started dealing with the service provider i stopped thinking of my web business because of my service provider efficiency.

1 to 5 of 5rss feed

Do you know the answer?

Website design

Answer Question >>