Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / September 2007

Tip: Looking for answers? Try searching our database.

Flash in aspx

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Vinnie - 28 Sep 2007 15:06 GMT
let's say that i have a table on my masterpage, a 4x4. Now, in one of
those cells, i one insert a movieclip that i did with Flash? can i do
that? how?

Thanks
TarTar - 28 Sep 2007 15:52 GMT
Hi Vinnie,

You do this the same way as in HTML. What's a problem with ASP.NET?

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width="100" height="100">
                                   <param name="quality" value="high">
                                   <param name="wmode" value="transparent">
                                   <param name="src" value="myclip.swf" />
                                   <param name="scale" value="noborder">
                                   <param name="bgcolor" value="#FFFFFF">
                                   <embed src="myclip.swf" quality="high"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="100" height="100"
wmode="transparent" scale="noborder"></embed>
</object>

TarTar

> let's say that i have a table on my masterpage, a 4x4. Now, in one of
> those cells, i one insert a movieclip that i did with Flash? can i do
> that? how?
>
> Thanks
Samuel R. Neff - 28 Sep 2007 16:21 GMT
It's not advisable to put an object tag directly inside HTML any more
due to eolas patent issues and Microsoft's "click to activate"
resolution.  Instead the content should be instantiated through an
external javascript function.

http://www.adobe.com/devnet/activecontent/

Sam

------------------------------------------------------------
We're hiring!  B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC.  Work with a variety of technologies
in a relaxed team environment.  See ads on Dice.com.

>Hi Vinnie,
>
[quoted text clipped - 21 lines]
>>
>> Thanks
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] - 28 Sep 2007 16:10 GMT
You could drop this free flash player control into that cell:
http://SteveOrr.net/articles/Flasher.aspx

Signature

I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net

> let's say that i have a table on my masterpage, a 4x4. Now, in one of
> those cells, i one insert a movieclip that i did with Flash? can i do
> that? how?
>
> Thanks

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.