Results 1 to 5 of 5

Thread: Problem Loading Flash in HTML

  1. #1
    Join Date
    Jan 2009
    Posts
    69

    Problem Loading Flash in HTML

    I am having a small query regarding the html language.
    I have programmed a html page with html buttons inside that page for navigation feature.
    When I try to button, it gets me loaded into the main content area. And if I tryt o click on the other button, it gets me loaded in the same area, without opening a new html page.

    Can anyone please help or advise me regarding this problem

    Any help will be appreciated

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Problem Loading Flash in HTML

    To embed the Flash movie you just made into an HTML page, you should go back to your Flash program and do the following steps:

    Step 1
    Choose File > Open. Open a Flash movie you have created.

    Step 2
    Choose File > Export Movie.

    Step 3
    Name the file "somefilename.swf". Choose the location where the file is to be stored (in your Web folder). Click OK.

    Step 4
    Open the HTML page where you want to insert your Flash movie.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Problem Loading Flash in HTML

    HTML Code:
    <object width="550" height="400">
    <param name="movie" value="somefilename.swf">
    <embed src="somefilename.swf" width="550" height="400">
    </embed>
    </object>

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Problem Loading Flash in HTML

    Step 1
    Choose File > Publish. Flash will now create the <object>, <param>, and <embed> tags for you. It will also create the classid and pluginspage attributes.

    Step 2
    Open the HTML document that Flash created, view the HTML source and copy the code into your HTML page where you want your Flash movie.

    Step 3
    Be sure that you have the "somefilename.swf" in your Web folder.

    Step 4
    Type in the address of the HTML file in your browser and look at your first Flash movie.

  5. #5
    Join Date
    Mar 2009
    Posts
    1

    blush tattoos

    all tattoos copy with my mails

Similar Threads

  1. Issues Using Flash into HTML
    By Abhibhava in forum Software Development
    Replies: 3
    Last Post: 23-01-2010, 05:55 PM
  2. How can i add HTML on top of Flash
    By Gannon in forum Software Development
    Replies: 4
    Last Post: 23-12-2009, 07:16 PM
  3. How to Render xml text as html in Flash
    By Abraham.J in forum Software Development
    Replies: 3
    Last Post: 15-09-2009, 08:16 PM
  4. Flash as HTML background
    By Gap meer in forum Software Development
    Replies: 3
    Last Post: 23-04-2009, 10:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,936,038.85342 seconds with 17 queries