473,382 Members | 1,420 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

swfobject error

115 100+
hi friend

this is my code

Expand|Select|Wrap|Line Numbers
  1. <script type="text/javascript">
  2.         // <![CDATA[
  3.         var so = new SWFObject("./yoga/so_tester.swf", "sotester", "100%", "100%", "8", "#FF6600");
  4.         so.addVariable("flashVarText", "this is passed in via FlashVars for example only");
  5.         so.addParam("scale", "noscale");
  6.         so.write("flashcontent");
  7.         // ]]>
  8.     </script>
it is working fine for (open file)
file:///D:/WebSite4/swfobject/swfobject1-5/fullpage.html

if i connect to the IIS (http://localhost/TEST/FULLPAGE.HTML)
it is also working fine

asp.net code
Expand|Select|Wrap|Line Numbers
  1. filepath="file:///D:/WebSite4/swfobject/swfobject1-5/fullpage.html";
  2. Response.WriteFile(filepath);
it not working


it gives error 'You need to upgrade your Flash Player '

why?
pls help me
Jul 24 '09 #1
3 3131
acoder
16,027 Expert Mod 8TB
Perhaps the JavaScript file has not been properly included.
Jul 24 '09 #2
yogarajan
115 100+
Hi
No i am include properly
pls check my code
Nov 13 '09 #3
gopan
41
Where is your asp.net code located?? is that in the same directory of the HTML??
Nov 16 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
1
by: dragze | last post by:
Hi, On one of the pages of my site i use two javascripts, one makes transparency of png's work in IE, and the other embeds a flash player. Now use one of the scripts it works fine, use both and...
3
by: K. | last post by:
Hello! I have a problem with javascript script called: SWFObject. I have a web page which displays on IE 7.0. i Firefox in a good way. All flash objects are displayed on a web page. The problem...
49
anfetienne
by: anfetienne | last post by:
is it possible to add php array to vars in the swfobject code?
0
by: jay11 | last post by:
Hello peeps I am trying to run a banner with SWFObject from within PHP/Mambo. I have two others SWF in the same page, so I know it works. Also checked the Developer tool in Chrome and saw that...
2
mikek12004
by: mikek12004 | last post by:
Trying to build a flash rotator which takes some swf from a db and rotates them. In the head I have <script type="text/javascript"> clock_ads(1); function clock_ads(i) { <?php...
0
by: jeddiki | last post by:
I am reading up on this swfobject which uses javascript to embed the swf files. They say that I need to have adobe flash player 9.0 Well I was going to use Flowplayer. Does this mean that...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.