Author Topic: upload image from another site  (Read 734 times)

petitevero

  • Newbie
  • *
  • Posts: 2
upload image from another site
« on: August 07, 2009, 05:25:53 am »
Hi,
My webhost doesn't allow me to uploap a file bigger than 500k. So i have to put my swf on another site because is larger than 500k.
In html it's easy i just have to write: <IMG SRC="http://anothersite.com/flowers.swf" BORDER=0>. But is it possible to do it in xml file, on a page of the book?

I did this but it doesn't work.

                  <page>
                        <img src="src/page1.jpg" width="500" height="500"/>
                        <img src="http://anothersite.com/flowers.swf"
                        top="350" left="150" />
                  </page>

Thanks