Hybrid Website build advice

Out of context: Reply #27

  • Started
  • Last post
  • 33 Responses
  • Fariska0

    Dancer, you can use this approach:
    Do the index html with all the content, nav etc etc, structured as a proper hml (after all xhtml is xml)

    then on the top of the page flash embedded via swf object. That flash will read the html file in which is emebedded (or you can pass it to it via a varible, your choice)
    then, you'll have to write a robust parser to parse all what you need.
    Then, once you have all the data inside flash.. is pretty simple.

    the big plus is: totally semantical indexable html content
    with a flash interface.

    Drop me a line if you need more info on this.

View thread