Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i need to use swffiles in my project.and i need to streach that files in the forms like form background.for other control we can do this:the dock property=fill.but the size of swffile cant be change;
tnx.
Posted
Updated 30-Jul-10 22:15pm
v2

Are you playing the swf file into a web browser control? If so, you should be able to set the following on the web browser:

<WebBrowser HorizontalAlignment="Stretch"<br />
VerticalAlignment="Stretch" >


It *should* cause the swf do grow with it.
 
Share this answer
 
Comments
Abhishek Sur 31-Jul-10 17:07pm    
The most easiest. But need browser flash player.
hi no.i used an axshockwave control.
tnx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900