How do i start my web page with a swf.file???

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Tarecito
-


Joined: 28 Nov 2003
Posts: 2

PostPosted: Fri Nov 28, 2003 5:37 am    Post subject: How do i start my web page with a swf.file??? Reply with quote

In the MIME section is included the swf file but....i don't know how start with this file type :(
Back to top View user's profile Send private message Send e-mail
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Fri Nov 28, 2003 5:58 am    Post subject: Reply with quote

Are you trying to run a swf (Flash Movie: File)
Back to top View user's profile Send private message Visit poster's website
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Fri Nov 28, 2003 5:17 pm    Post subject: Reply with quote

If you want a flash file to be an "intro", put
the file in your index.

index.html
Code:

<HTML>
<HEAD><TITLE>My website</TITLE></HEAD>
<BODY BACKGROUND="#000000">
<CENTER>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="http://download.macromedia.com/pub/shockwave/
        cabs/flash/swflash.cab#version=5,0,0,0" width=500
        height=400>
  <param name="movie" value="myfile.swf">
  <param name="quality" value="high">
  <param name="bgcolor" value="#000000">
  <embed src="myfile.swf" quality="high" bgcolor="#000000" width=500
         height="400" type="application/x-shockwave-flash"
         pluginspace="http://www.macromedia.com/shockwave/download/
         index.cgi?P1_Prod_Version=ShockwaveFlash">
  </embed>
</object>
</CENTER><br>
<CENTER><a href="main.html">Click Here</a> to skip intro.</CENTER>
</BODY>
</HTML>


Last edited by Moxxnixx on Sat Nov 29, 2003 4:22 am; edited 1 time in total
Back to top View user's profile Send private message Visit poster's website
Tarecito
-


Joined: 28 Nov 2003
Posts: 2

PostPosted: Sat Nov 29, 2003 4:15 am    Post subject: thanks Reply with quote

thanks, i do it!!! :D
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group