Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 01-05-2002, 04:49 AM   #1
Member (10 bit)
 
Join Date: Sep 2001
Location: New Zealand
Posts: 921
Question Macromedia Flash

Can someone explain how to make my Flash intro to my site play once then load my website

Thanks!

Streams is offline   Reply With Quote
Old 01-05-2002, 10:56 AM   #2
Member (6 bit)
 
MaidenEmpire's Avatar
 
Join Date: Oct 2001
Location: Uk
Posts: 40
Talking HTML code



27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="Movie1" width="650" height="575">



width="650" height="575"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">



Replace filename and name with movie location and movie name!

Rest may be editable, but thats all i could find. If it dont work, reply and i will find u a HTML script that works.

Jordon Evans
MaidenEmpire is offline   Reply With Quote
Old 01-05-2002, 10:57 AM   #3
Member (6 bit)
 
MaidenEmpire's Avatar
 
Join Date: Oct 2001
Location: Uk
Posts: 40
PHP Code:
<center>
<
object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
  
id="Movie1" width="650" height="575">
  <
param name="movie" value="Movie1.swf">
  <
param name="quality" value="high">
  <
param name="bgcolor" value="#000000">
  <
embed name="Movie1" src="Movie1.swf" quality="high" bgcolor="#000000"
    
width="650" height="575"
    
type="application/x-shockwave-flash"
    
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
  </
embed>
</
object
My mistake, forgot pages were wrtitten in HTML!
MaidenEmpire is offline   Reply With Quote
Old 01-05-2002, 11:00 AM   #4
Member (6 bit)
 
MaidenEmpire's Avatar
 
Join Date: Oct 2001
Location: Uk
Posts: 40
PHP Code:
<center>
<
object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
  
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
  
id="Movie1" width="650" height="575">
  <
param name="movie" value="Movie1.swf">
  <
param name="quality" value="high">
  <
param name="bgcolor" value="#000000">
  <
embed name="Movie1" src="Movie1.swf" quality="high" bgcolor="#000000"
    
width="650" height="575"
    
type="application/x-shockwave-flash"
    
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
  </
embed>
</
object
i JUST cant get anything rite today can i? Theres the working one, with nothing added or out of place!
MaidenEmpire is offline   Reply With Quote
Old 01-11-2002, 08:51 AM   #5
Member (9 bit)
 
shecky981's Avatar
 
Join Date: Nov 2001
Location: Northeast USA
Posts: 356
all ya need to do is a getURL on the last frame of the movie, pointing at your main HTML page.
shecky981 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:00 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2