473,387 Members | 1,579 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,387 software developers and data experts.

ASP.NET & *.swf(Flash files)

how to show *swf files on *.aspx pages? which control to use? any example?
Thx
Nov 18 '05 #1
2 3476
Try using the 'OBJECT' tag.

Sample:
<OBJECT id=""
codeBase="http://download.macromedia.com/pub/shockwave/cab
s/flash/swflash.cab#version=6,0,0,0" height="" width=""
classid="" VIEWASTEXT><PARAM NAME="Movie"
VALUE=".swf"><PARAM NAME="Src" VALUE=".swf"><EMBED
src=".swf" quality="high" bgcolor="" WIDTH="" HEIGHT=""
ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"
name="" swLiveConnect="true"></EMBED></OBJECT>
-----Original Message-----
how to show *swf files on *.aspx pages? which control to use? any example?Thx
.

Nov 18 '05 #2
Hi There,

Why to have a break on this point
Just go with

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-
444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs
/flash/swflash.cab#version=6,0,0,0" WIDTH="780"
HEIGHT="101" id="TOP" ALIGN="LEFT" VIEWASTEXT>
<param NAME="movie" VALUE="<%=localpath%
IMAGES/SCA.swf"><param NAME="MENU" VALUE="FALSE"> <param

NAME="quality" VALUE="high"> <param NAME="bgcolor"
VALUE="#FFFFFF"> <embed src="TOP.swf" quality="high"
bgcolor="#FFFFFF" WIDTH="780" HEIGHT="101" NAME="TOP"
ALIGN TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</object>

May go with the Response.write statement

If it doesnt works mail me

Regards
udai.m

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: jmdeschamps | last post by:
I have yet to find a way to compile the source of Ming (a library to produce SWF files (Flash), http://ming.sourceforge.net/) to run from Python under Windows XP Even with some help (from a C++...
1
by: Raed Sawalha | last post by:
Hello: In my aspx page I need to check the HTTP_REFERER for (images swf ) file, so when I request the server variable (HTTP_REFERER) like this Request.ServerVariables within (page.aspx) . if the...
0
by: fblake | last post by:
Active Flash V1.0 http://www.activeup.com/products/components/activeflash Price - $295 Evaluation - http://dl.filekicker.com/send/file/184524-5045/ActiveFlash1.zip
1
by: rocha14 | last post by:
Hi! I am trying to build a portfolio site. I am calling up external swf files with my images. The problem is that when the images come up they are still there when a user goes to a new page. Is...
3
jrtox
by: jrtox | last post by:
hello, can i ask for a simple swf files, its for my design.. tnx
3
by: JJ | last post by:
How do I embed a swf (flash) file as a resource in my custom web control? And, if thats possible, how would I access it when I am (presumably) overriding the RenderContents method? Thanks in...
2
mageswar005
by: mageswar005 | last post by:
How can i open doc,xls,html,swf files directly using php (without asking open,save,close options)? Regards, M.Mageswaran
3
by: divyakgowda | last post by:
Hello everyone, My problem is, i am uploading a zipped file and extracting the contents and saving in a directory.How can i check whether the uploading zipped file contains only .swf files...
0
by: premMS143 | last post by:
Hi Everyone, Wish u a Happy new year. I'm new to Flash. However know it lightly. I've 10 SWF files which was converted from powerpoint using 3rd party software. Now I want to create a Main...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.