Check out this article:

http://livedocs.adobe.com/flex/3/html/help.html?content=wrapper_13.html

The HTML code should look something like this:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" 
height="100" codebase="http://active.macromedia.com/flash7/cabs/ 
swflash.cab#version=9,0,0,0">
    <param name="movie" value="moviename.swf">
    <param name="play" value="true">
    <param name="loop" value="true">
    <param name="quality" value="high">
    <embed src="moviename.swf" width="100" height="100" play="true" loop="true" 
quality="high" 
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash";>
    </embed>
</object>




--- In flexcoders@yahoogroups.com, "markflex2007" <markflex2...@...> wrote:
>
> Hi,
> 
> I am working in a Flex application and compile it to swf.
> 
> I need add the Flex application to a html page in other application.
> 
> I know the default application is a swf cover whole html page when I debug 
> Flex in Flex builder.
> 
> I confuse how to add flex application to a existing html page.
> 
> Thanks
> 
> 
> Mark
>


Reply via email to