This is a discussion on "loading external content" within the Flash & Multimedia Forum section. This forum, and the thread "loading external content are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
loading external content
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
I currently run a flash driven muesum tour on a PDA will all the content stored on the PDAs SD Card. Following the installation of a wireless network, I am attempting to run the tour from a web server.
All the links within the flash files have been changed to the url on the web server. for example station = "intro"; section = "none"; loadMovieNum("); loadMovieNum("counter.swf", 300); loadMovieNum("totalmask.swf", 400); has become station = "intro"; section = "none"; loadMovieNum("); loadMovieNum("http://webservername/directoryname/counter.swf", 300); loadMovieNum("http://webservername/directoryname/totalmask.swf", 400); (the red text represents the actual path names) the loader swf which controls everthing is still on the PDA and calls successfully the first swf file (intro), however when intro has completed all it actions and the user clicks the flash button on the screen the following error appears when I test the loader swf. *** Security Sandbox Violation *** SecurityDomain 'http://webservername/directoryname/intro.swf' tried to access incompatible context 'file:///driveletter|/directoryname/loader.swf' Actionscript within intro.swf does not specfically call loader.swf but calls a value to a variable called station as below on (release) { _level0.gotoAndPlay("one"); } Within loader.swf is the follow actionscript associated with Station "one" station = "one"; section = "none"; unloadMovieNum(100); unloadMovieNum(120); unloadMovieNum(110); unloadMovieNum(101); loadMovieNum("http://webservername/directoryname/map.swf", 100); Any help would be appreciated especially with the error. |
|
|
![]() |
| Tags |
| loading, external, content |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| loading external swf | crazytyler34 | Flash & Multimedia Forum | 3 | Nov 15th, 2007 21:38 |
| Loading external movies | typeofdoug | Flash & Multimedia Forum | 4 | Mar 7th, 2007 19:43 |
| loading external swf | worldheadja | Flash & Multimedia Forum | 3 | Feb 7th, 2007 19:06 |
| Help needed in Loading external swf | goodboy | Flash & Multimedia Forum | 4 | Apr 11th, 2006 08:35 |
| loading external swf | razor | Flash & Multimedia Forum | 1 | Nov 30th, 2005 15:40 |