I hope I am posting this question right!! I have a website with a flash banner but the banner isnt loading.
These are the scripts and CSS I am putting in the html above the head - <script src="js/AC_RunActiveContent.js" type="text/javascript"></script>
-
<link rel="stylesheet" type="text/css" href="css/sado.css" media="screen"/>
-
<script type="text/javascript">
-
function loadFlash(flashWidth,flashHeight,flashName)
-
{
-
AC_RunActiveContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab -
#version=7,0,19,0',
-
'width',flashWidth,
-
'height',flashHeight,
-
'align','middle',
-
'src',flashName,
-
'quality','high',
-
'bgcolor','#fffff',
-
'name','foo',
-
'allowscriptaccess','always',
-
'wmode','transparent',
-
'pluginspage','http://www.macromedia.com/go/getflashplayer',
-
'movie',flashName);
} -
-
-
</script>
-
This is the HTML where I am calling the function: - <a href="default.aspx" style="border:0px;"><img style="border:0px;" src="images/logo.gif" alt="SADO CO Ltd."/></a><img src="images/spacer.gif" alt="spacer" width="10" height="140"/><script type="text/javascript" language="javascript">loadFlash(730,140,'/images/flash')</script>
Can you please help??? Thanks
3 1169
have you tried loading it with out the javascript? I mean pure html.
Also it apears that the reference to your flash file may be wrong, i can't see an extension. http://validator.w3.org/docs/help.html#faq-flash
Yes i tried and it worls fine. How can i solve it please?
Also it apears that the reference to your flash file may be wrong, i can't see an extension.
The code you have is... - LoadFlash(200,200,'images/flash')
changes that to... - LoadFlash(200,200,'path/to/flash.swf')
NOTE: the extension
Sign in to post your reply or Sign up for a free account.
Similar topics
by: Gustav Medler |
last post by:
Hello,
there is a known problem with Opera and the execution of content shown
in <NOSCRIPT> tag.
Everythings works fine, if there is only one simple script like:...
|
by: Keith Rowe |
last post by:
Hello,
I am trying to reference a Shockwave Flash Object on a vb code behind page
in an ASP.NET project and I receive the following error:
Guid should contain 32 digits with 4 dashes...
|
by: JIM.H. |
last post by:
Hello,
Our web site is developed by someone else and I see they used macromedia
flash player. Now sometimes on some computers the text in the flash do not
show up, and sometime it asks to download...
|
by: dscriv |
last post by:
Hello,
I have Netscape 8.0.4 (in Firefox mode) and Flash 8.0.24.0.
I also have IE and Firefox installed.
If I go to this page, which contains a Flash detection movie:...
|
by: post2google |
last post by:
I was thinking about where to go for lunch the other day, so I went to
hardees.com to see what the menu looked like these days. What
comes up is a big note that my flash version is not new enough...
|
by: JJ |
last post by:
Although this question involves Flash, I suspect the actual issue is an asp
one..
I am trying to open the web.sitemap file in an .swf file enbedded in an asp
page (I'm working in VS 2005).
I...
|
by: Neo Geshel |
last post by:
Greetings.
BACKGROUND:
My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are
delivered as application/xhtml+xml for all non-MS web clients, and as
text/xml for all MS web...
|
by: bdbeames |
last post by:
I have a menu on the right side of my page and a flash object in the center. When a certain option in the menu is select a sub menu pops and floats left. The problem is, depending on the browser...
|
by: patronise |
last post by:
My problem is that I'm wrestling to make the LoadMovie and UnloadMovie functions work for me. Here is the layout of my flash file: I've got several seperate flash files and I can jump to any one of...
|
by: vijaypatidar |
last post by:
hi
i am using flash action script 3 for streaming video and audio via web cam and mice to flash media server.as all know that flash uses nellymoser audio codec for recording audio. i want to convert...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: nia12 |
last post by:
Hi there,
I am very new to Access so apologies if any of this is obvious/not clear.
I am creating a data collection tool for health care employees to complete. It consists of a number of...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
| |