473,405 Members | 2,141 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,405 software developers and data experts.

ASP + FLASH = possible???

i'm learning asp.net 2.0 and when i want to import a flash movieclip,
what i do is this:

I) First:
a) create the movieclip that i need with Flash;
b) publish the Flash movieclip;

II) Then with ASP.NET
c) open the website in design view with VWD (That i was working on
before creating the MovieClip with Flash);
d) copy and past the HTML code contained in the Flash published
MovieClip in one of the DIV created in
VWD.

I'm not quite sure that this is the right procedure, for i get tons of
errors.

Can anyone help me to understand how to better integrate Flash
MovieClip in ASP?

thanks,
Vinnie

Oct 16 '07 #1
6 1556
Hello Vinnie,
I have many applications like this. Just copy and paste the flash object
part of your code into the asp.net application.

Michael

"Vinnie" wrote:
i'm learning asp.net 2.0 and when i want to import a flash movieclip,
what i do is this:

I) First:
a) create the movieclip that i need with Flash;
b) publish the Flash movieclip;

II) Then with ASP.NET
c) open the website in design view with VWD (That i was working on
before creating the MovieClip with Flash);
d) copy and past the HTML code contained in the Flash published
MovieClip in one of the DIV created in
VWD.

I'm not quite sure that this is the right procedure, for i get tons of
errors.

Can anyone help me to understand how to better integrate Flash
MovieClip in ASP?

thanks,
Vinnie

Oct 16 '07 #2

Due to Internet Explorer's non-user-friendly handling of activex
controls (due to Eolas patent) you should not embed the object tag
directly within the aspx page. Instead use an external JS file and
make a JS call to it to embed the SWF.

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

And if you still get errors then when you post back please be more
specific about exactly what errors you get and where you get them
(compile time or runtime? in only IE or in IE/Firefox/Safari/Opera
too?)

HTH,

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.

On Tue, 16 Oct 2007 08:00:38 -0700, Vinnie <ce**********@gmail.com>
wrote:
>i'm learning asp.net 2.0 and when i want to import a flash movieclip,
what i do is this:

I) First:
a) create the movieclip that i need with Flash;
b) publish the Flash movieclip;

II) Then with ASP.NET
c) open the website in design view with VWD (That i was working on
before creating the MovieClip with Flash);
d) copy and past the HTML code contained in the Flash published
MovieClip in one of the DIV created in
VWD.

I'm not quite sure that this is the right procedure, for i get tons of
errors.

Can anyone help me to understand how to better integrate Flash
MovieClip in ASP?

thanks,
Vinnie
Oct 16 '07 #3
This is true. Most people use FlashObject for this.

"Samuel R. Neff" wrote:
>
Due to Internet Explorer's non-user-friendly handling of activex
controls (due to Eolas patent) you should not embed the object tag
directly within the aspx page. Instead use an external JS file and
make a JS call to it to embed the SWF.

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

And if you still get errors then when you post back please be more
specific about exactly what errors you get and where you get them
(compile time or runtime? in only IE or in IE/Firefox/Safari/Opera
too?)

HTH,

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.

On Tue, 16 Oct 2007 08:00:38 -0700, Vinnie <ce**********@gmail.com>
wrote:
i'm learning asp.net 2.0 and when i want to import a flash movieclip,
what i do is this:

I) First:
a) create the movieclip that i need with Flash;
b) publish the Flash movieclip;

II) Then with ASP.NET
c) open the website in design view with VWD (That i was working on
before creating the MovieClip with Flash);
d) copy and past the HTML code contained in the Flash published
MovieClip in one of the DIV created in
VWD.

I'm not quite sure that this is the right procedure, for i get tons of
errors.

Can anyone help me to understand how to better integrate Flash
MovieClip in ASP?

thanks,
Vinnie

Oct 16 '07 #4
On Oct 16, 12:27 pm, Michael <Mich...@discussions.microsoft.com>
wrote:
Hello Vinnie,
I have many applications like this. Just copy and paste the flash object
part of your code into the asp.net application.

Michael

thanks,
Vinnie
Hi Michael,
thanks a lot for your help.
When you say "Just copy and paste the flash object..." you mean the
part of code contained between what tags?

Thanks
Vinnie

Oct 16 '07 #5
Yes.

"Vinnie" wrote:
On Oct 16, 12:27 pm, Michael <Mich...@discussions.microsoft.com>
wrote:
Hello Vinnie,
I have many applications like this. Just copy and paste the flash object
part of your code into the asp.net application.

Michael

thanks,
Vinnie

Hi Michael,
thanks a lot for your help.
When you say "Just copy and paste the flash object..." you mean the
part of code contained between what tags?

Thanks
Vinnie

Oct 16 '07 #6
These kind of headaches are the exact reason I made this free flash player
control. Enjoy!
http://SteveOrr.net/articles/Flasher.aspx

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Vinnie" <ce**********@gmail.comwrote in message
news:11*********************@i38g2000prf.googlegro ups.com...
i'm learning asp.net 2.0 and when i want to import a flash movieclip,
what i do is this:

I) First:
a) create the movieclip that i need with Flash;
b) publish the Flash movieclip;

II) Then with ASP.NET
c) open the website in design view with VWD (That i was working on
before creating the MovieClip with Flash);
d) copy and past the HTML code contained in the Flash published
MovieClip in one of the DIV created in
VWD.

I'm not quite sure that this is the right procedure, for i get tons of
errors.

Can anyone help me to understand how to better integrate Flash
MovieClip in ASP?

thanks,
Vinnie
Oct 17 '07 #7

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

Similar topics

30
by: Darren Gates | last post by:
hi PHP users, Here's a Flash 7 version of phpMyAdmin: http://www.tufat.com/phpflashmyadmin.php Special features include: drag-and-drop interface for InnoDB table relationships, quick record...
9
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...
31
by: wallster | last post by:
please keep the flaming to a minimum (a bucket of water is next to me) but I have a question someone here might be able to explain in basic terms for a dunce like me. I helped a friend put...
0
by: Amir | last post by:
Hi every one i was wondering if any one knew if this was possible i want to create a login form in flash in asp.net i would like to use a flash moive inside asp.net webpage so imagin...
8
by: Ben Bartsch | last post by:
Looking for opinions on the use of Flash with ASP.NET. Has anyone here seen or conducted any implementations of Flash that are actually useful or otherwise complement ASP.NET?
3
by: sqpost | last post by:
Hi, I have a web-application project which requires interactive User Interfaces. It is more like a web based xml content editor. I have seen a few javascript based text editors but not much flash...
4
by: vivek | last post by:
I am new to flash and want someone to guide me, Is it possible to create a UI entirely in Flash and that will inetract with C# components (backend) and these components will in return interact...
115
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...
2
dream party
by: dream party | last post by:
Inserting a Flash (SWF, FLV) file into HTML web page is already an old and familiar thing to all of us. It is a rather non-flexible thing that just to edit some options in the template. However, I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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?
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.