problems with flash


Author Message
O Professor

Posted: 2/2/2011
Quote message 

I have this version of Artisteer 3.0.0.32906 is not able to upload the files in the flash header. can someone help me?
 
Endy

Posted: 2/2/2011
Quote message 

Blogger does not support flash files.
The only solution for having a flash on blogger is that you must upload the .swf flash file to another host server (you can use google sites it's free) and then use embed code :

<object width="300" height="250">
<param name="movie" value="link to your flash">
<embed src="link to your flash" width="300" height="250">
</embed>
</object>

http://www.artistutorials.co.cc
 
Garry

Posted: 2/2/2011
Quote message 

You should update your Artisteer installation to updated 3.0.0.35414 beta.
 
O Professor

Posted: 2/3/2011
Quote message 

Thank you so much....
If i update to 3.0.0.35414 can i use the same licence?
 
Tj

Posted: 2/17/2011
Quote message 

Quote Endy:

Blogger does not support flash files.
The only solution for having a flash on blogger is that you must upload the .swf flash file to another host server (you can use google sites it's free) and then use embed code :

<object width="300" height="250">
<param name="movie" value="link to your flash">
<embed src="link to your flash" width="300" height="250">
</embed>
</object>

http://www.artistutorials.co.cc



Endy, the code worked (thanks) now what's the code for centering the flash banner?? Please help.
 
Endy

Posted: 2/17/2011
Quote message 

just put the embed code between : <center>.....</center>

Exemple:

<center><object width="300" height="250">

<param name="movie" value="link to your flash">
<embed src="link to your flash" width="300" height="250">
</embed>
</object> </center>


http://www.artistutorials.co.cc


 
Sam

Posted: 2/22/2011
Quote message 

Where do you embed this code?
 
Jenn

Posted: 2/24/2011
Quote message 

I actually got this to work but just going through the code and finding where it already had the embed codes in it and changed the links to go to where i have the flash file hosted. There's 2 lines about 10 lines down from the start of the <body> code.