to integrate HTML

V

vinnie

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
 
F

Frankie

You continue to post ASP.NET and web application-specific questions to the
C# news group - even though you have been repeatedly told that you should
post such questions to the following group:

microsoft.public.dotnet.framework.aspnet

The fact that you may be writing a Web app using C# doesn't change the fact
that such qeustions should be posted to the appropriate news group.
 
F

Frankie

In addition to what I said earlier, you should not post the same question
independently to two different news groups. If you feel that a question
should really go to two groups, then one post to all groups (you may be
unaware that you can send one message to multiple groups - just like an
email message can have multiple recipients). Figure it out man!
 
N

Nicholas Paldino [.NET/C# MVP]

Vinnie,

I wouldn't paste the HTML into the design view of your page. I would
look at the source view and paste the HTML there. Then, assuming that the
flash movie is in the correct location on the server specified by the player
in the page, it should work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top