Results 1 to 8 of 8

Thread: [Resolved] swf to html

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,086

    Resolved [Resolved] swf to html

    I have swf file and i need to convert this into website, what are the steps ?

    thanks
    Last edited by Pirate; Jul 14th, 2010 at 12:46 PM.

  2. #2
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Re: swf to html

    Do you mean that you need to put a SWF file on a website? If so, there are numerous instructional pages; here's one.

    If you indeed mean that you need to convert a SWF into a functional website, then there are no concrete "steps" to follow. You may be able to salvage some graphics and text content from the SWF, but you'll essentially be making new web pages from scratch.

  3. #3

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,086

    Re: swf to html

    Alright..thanks

  4. #4

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,086
    Ok , it's working but i have two questions:
    1.How to make the flash run without have IE warning me ?
    2.How can I play the movie in full screen inside the webpage ?

    I'm using this code :

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head>
        <title>Untitled Page</title>
    </head>
    <body>
    <object width="550" height="400">
    <param name="movie" value="test.swf">
    <embed src="test.swf" width="550" height="400">
    </embed>
    </object>
    </body>
    </html>

  5. #5
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: swf to html

    What is the warning you receive?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  6. #6

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,086

    Re: swf to html

    The warning says : "to help protect your security internet explorer has restricted this webpage from running scripts...etc" , so my question is :

    If the user has the default values for I.E , would he get this when user browse my site online , or do i have to include some code in the html page ?

  7. #7
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: swf to html

    you only get that warning if you're loading that HTML file/SWF file from a local drive (C:/.../...); you should instead setup a local webserver and serve your files from it.

  8. #8

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,086

    Resolved

    It's online and it's working great !...Thanks all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width