hey all,
senocular gave me a GREAT answer to this question i had of how to load multiple jps into one html page as a popup window…now i want to load multiple swfs with quicktimes imbeded into one html page…i tryed using the same method but it doesnt give me the swfs, rather just a blank window…what change do i have to make in the code or html page…
the only thing there to change is currImage That specifies the image name. Its the image.html you have to change the javascript of. In there it writes out the HTML to display the image. You need to change that from displaying the image HTML to displaying the OBJECT and EMBED HTML used for adding Flash movies.
… unless you have a LOT of these movies to add, Id do it by hand.
and for the flash end of the script i changed currImage to currVideos, but my guess is the if…else has to be changed also…not sure though…
thanks for the persistence…my swf is named miasmalow
document.write("<**img src=’" + location.search.slice(1,location.search.length) + “’>”);
is writing to html the img tag which loads the image. Youd have to do that with the flash tags (object and embed) using document write.
its a pain in the *** really, I still think you should be doing it manually… or even since you ARE dealing with flash use loadmovie. Im not sure what it is you are doing exactly, but I would think thered be an easier way around it than trying to convert that image example
Creating engaging and entertaining content for designers and developers since 1998.