loadMovie on HTML
- Started
- Last post
- 6 Responses
- ********
i got a flash movie that when its done playing it will load another flash movie on the same level to replace the current one,(simple enough) when i add the first flash file to an html page via DW it plays then when the second is suppose to load nothing happens(they are both on the same directory)
here is the page http://www.dekodedesign.com/lay/… and here is the files and how they should work http://www.dekodedesign.com/xcap… anyclues
- Jnr_Madison0
Post fla's.
- ********0
http://www.dekodedesign.com/xcap… this is the first movie that loads
then this one should load http://www.dekodedesign.com/xcap…
- foRz0
i will only help you if you introduce me to the bartenders
- foRz0
..ok, i'll try and help anyway.. don't load on levels first of all...this always cxauses problems..probably isn't your problem..but its a good idea to always loadMovie in a blank movieclip... loadMovie {("hotBartender.swf", "_root.blankMC");}
-i'm assuming you know that you need a empty mc on the _root timeline called "blankMC.Also, are you loading these movies with relative or absolute paths? this may be your problem to.
- ********0
thanks forz, come on down to El Paso and I will make sure you get your noodle wet....i load them with relative paths cus they are all in the same directory, will try the blank mc approach...
- aplus0
Maybe doublecheck to make sure that the path is relative to the HTML page it is embedded in. Flash security restrictions can be a pain.