C1 Community
ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Loading simple Flash Files

rated by 0 users
This post has 1 Reply | 1 Follower

Not Ranked
Posts 1
necro-1000 Posted: Thu, May 7 2009 8:40 PM

 Hi, I have been trying to experiment using the Flash component for ASP.NET.

I would like to add a Flash movie I created externally, to my web page. Is this possible with ComponentOne? If so, how can I achiecve this result?

 Thanks & regards

A

Top 25 Contributor
Posts 456
Hello,
 
What I can understand that you are looking to add an externally created flash movie to the web page. If this is the said scenario, then please note that Flash control is required to be used when you are creating a flash movie for an ASP application, however to add an external flash movie you do not require any control.
 
There are a two basic steps when placing Flash application to web page:
 
- First, declare and initiate a Flash object
- Second, set properties of object according to your needs.
 
You can do this on two different ways, with static HTML tags <OBJECT > and <EMBED>, or by using a JavaScript. With static HTML your code could look something like this:
<object width="640" height="480">
<param name="movie" value="player.swf" />
<embed src="player.swf" width="640" height="480" />
</embed>
</object>
 
Regards,
James Smith
<necro-1000> wrote in message news:217606@10.0.1.98...

 Hi, I have been trying to experiment using the Flash component for ASP.NET.

I would like to add a Flash movie I created externally, to my web page. Is this possible with ComponentOne? If so, how can I achiecve this result?

 Thanks & regards

A



http://helpcentral.componentone.com/cs/forums/p/79170/217606.aspx#217606

Page 1 of 1 (2 items) | RSS
Contact ComponentOne: 1.800.858.2739 ©1987-2010 ComponentOne LLC All Rights Reserved.