answersLogoWhite

0

How do you place Fla files into aspx page coding?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

You can't really place FLA files into aspx coding. FLA files are the source of flash videos. You can, however, place an FLA file on a server and use aspx to display a link to it on a web page. You can also display a flash video (swf file) on a web page by outputting the proper HTML via aspx.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you place Fla files into aspx page coding?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the full form of aspx page?

full form of aspx page


Hoew to conect one page to another page in aspnet code?

page1.aspx page2.aspx page3.aspx Inside the <head> of page1.aspx you would put HTML Code: <link rel="next" href="page2.aspx"> , inside the <head> of page2.aspx you would put HTML Code: <link rel="next" href="page3.aspx"> and HTML Code: <link rel="previous" href="page1.aspx"> and in page3.html you would put HTML Code: <link rel="previous" href="page2.aspx">


Why we use aspx as aspnet extention?

B'cos this is the extension of a page in .net


What program opens aspx files on a mac?

Adobe Acrobat 9 will open .aspx files on Mac OS 10. When prompted to "save" or "open" the file, choose Adobe Acrobat to open. Alternatively, after saving, open the file in Adobe or drag and drop.


What does aspx stand for?

In terms of computing, ASPX stands for Active Server Page Extended File. This type of file was developed by Microsoft and is often used on .Net web forms.


How many kilobytes does a typical page use?

If your asking how big a web page is, it varies greatly. Depending on the content of the page, the source coding, and size of the page.


When does an aspx page compile Why does it compile?

If something that is meant to be compiled actually compiles, it means that there are no errors of the types detected by the compiler.


What is the code displayed on the web page?

The code displayed on the web page is probably incomplete coding. Double check the HTML.


What is the Procedure for creating website?

The website development task can be classified into 5 stages. 1) Defining the objective of the site 2) Determining the layout of the page 3) Collecting the required files and software 4) Coding and testing 5) Hosting the website


What is static HTML pages?

A static page is one that has nothing but straight HTML coding (maybe with CSS, but not necessary) and does not depend on the server to build the page.


Who makes TAG?

A developer uses a tag in coding. He uses it to make something interesting on the web page.


What is the full form of Asmx in asp.net?

ASMX - Active Server Method Extended ASPX - Active Server Page Extended ASCX - Active Server Control Extended