PDA

View Full Version : forwarding to website from intro


wingnut977
04-29-2006, 09:37 AM
can someone explain how i get a website to have an flash intro then get it to the normal pages. i dont know what tag to write

sophistikat
04-29-2006, 03:43 PM
1st: embed your flash movie (the values are not always the same: let flash publish the html code for you)<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="100%"
height="80"
id="swf"
align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="register.swf" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="register.swf"
loop="false"
menu="false"
quality="high"
scale="noscale"
salign="lt"
bgcolor="#ffffff"
width="100%"
height="80"
name="swf"
align="middle"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
2nd: at the end of the flash call you next html page// last frame of the timeline
getURL("next_page_please.html");

// on a a 'skip intro' button
skip_btn.onRelease = function() {
getURL("next_page_please.html");
}

wingnut977
04-29-2006, 08:39 PM
thank you. that was a wonderful response. im an artist trying my first time in doing a website and you guys are definately brilliant. i put it all together like you said and i must of done something wrong because the html form of it has not worked, it gets stuck loading. the flash version is amazing. i dont think its in the coding because when i try to view the html version on its own it stays black screened also thanks again. if anyone one has any help i really appreciate it i have a large account with this guy for marketing and he asjked me t bring the marketing campaign i did online for him. thanks-chris

wingnut977
04-30-2006, 12:28 AM
hey thanks man. playing around all night and today i finally got it to work. i rewrote the index page i had. it wasnt recognizing it for some reason. but i used dreamweaver 8 and fixed it. thanks man a ton