PDA

View Full Version : how to import flash?


BaBa2002
01-15-2003, 05:26 PM
hello
i have a question
i made a new template

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
<meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to http://www.vbulletin.com/ .">
<title>$bbtitle - powered by vBulletin</title>
$headinclude
</head>
<body>
$header

<< here come's the flash movie >>

$footer
</body>
</html>


now here is my question
how can i put a flash movie in here?

TECK
01-16-2003, 05:08 AM
Just add the html code, as usual. Then use a dooutput() function to pull that template from the database.

Erwin
01-16-2003, 10:56 AM
Add the Flash HTML code into the template, and make a PHP file, that points to that template. Alternatively, use my Flash Player hack, which does this automatically. :)

Go here:

https://vborg.vbsupport.ru/showthread.php?s=&threadid=42196

BaBa2002
01-26-2003, 05:38 PM
thx guys