loading external content

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 24th, 2006, 09:56
New Member
Join Date: Mar 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Question loading external content

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.




Reply With Quote

Reply

Tags
loading, external, content

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 17:13.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43