Published Files Work On Local Site But Not On Remote Site?

Nov 4, 2009

the flash4 published set of files, with a variety of skins tried, works well on the local drive, even when moved to a different folder structure. when index.html is opened on the remote web site, the browser (firefox3 and ie7) displays the player conrols and a rotating horizontal barber pole, green and black, but no flash video.some of the skins i've used are: SkinOverPlaySeekFullscreen.swf, nOverPlayStopSeekCaptionVol.swf and SkinUnderPlay.swf. all work locally but do not play the .flv file on the web site. no problem playing flv movies on the remote web site if the file set is created by dreamweaver.

View 8 Replies


Similar Posts:


Actionscript 3 :: LocalConnection Working In Local Browser But NOT In Remote Site

Jan 23, 2010

Really puzzled by the flaky behavior of LocalConnection. Using a debug utility(LuminicBox) that uses localConnection to work.

When the page containing the swf is loaded in a browser locally , localConnection works.

When the identical page and swf are viewed 'live' on a remote site, localConnection fails.

View 3 Replies

Load Files To A Flash Site Dynamically From A Remote Server?

May 18, 2009

how to load files to a Flash site Dynamically from a remote server. The first part was showing how to load a .txt file.
 
I have created a dynamic test field and give it an instance name of myTextArea. Then I uploaded the .txt file to my server in a testing folder. At the beginning of the paragraph in the .txt file I put homeText= Then going back to Flash CS3 I made an Action Script layer and entered the following code there;
 
[Code]....
 
But when I go to test the movie I get a "undefined" error (I guess it is an error) where the text should load in the dynamic text field.

View 7 Replies

Flash :: Playing FLV Files On Local Share Drive From Intranet Site?

Jul 1, 2010

We would like to build a flash video player into our corporate intranet site, currently we are evaluating JW Player and have come across and issue accessing the FLV files stored on a mirrored share drive that all users have access to on the local intranet.From what I can tell the Adobe flash plugin will not allow a SWF file hosted 'online' (intranet) to access a shared directory that the user has access to. Is there any way around this?

View 1 Replies

Flash :: Site Different On Remote Server?

Mar 11, 2010

I'm running a template that when I run it on my pc locally it works fine but after uploading most of the dynamic text has dropped a line so becomes unreadable in most cases.

Anyone know whats causing this???

View 1 Replies

ActionScript 2.0 :: Dead Remote Site Flash - None Of The Buttons Get The URL?

Oct 23, 2009

I'm working with an Actionscript 2.0 flash file (though I'm using CS4), trying to determine the cause of the following problem: The client has a flash menu on their own Site A, hosted on their own server. They have some dynamically generated pages on another server, Site B, and that server displays the information and creates a template by pulling the flash menu remotely from the original site's server, Site A.

The flash displays correctly, rollovers animate and work fine, but none of the buttons get the URL. They're just dead when clicked on, whether their supposed to go to a page on Site A OR Site B.

View 2 Replies

Flex :: Android - Mobile Audio Streaming From A Remote Site

Oct 24, 2011

I'm new in the mobile app development and I'm trying to do a simple online radio app using flash builder 4.5, but every time I try to play audio from a remote site (stream) it just not work. I've done different test, and when I use a local audio files everything works flawlessly.

[Code]...

View 2 Replies

ActionScript 2.0 :: Web Banners - Pulling External SWF File From Remote Site

Apr 12, 2007

I made web banners with the intent that the shell being the initial swf, could pull an external swf file from a remote site. View here: [URL]. The main .swf file has to be under 30k, which it is. now the other .swf files load when you rollover the buttons. this method fulfills the 30k requirement on the advertisers side - also allows the creative to have higher res images/swf files hosted on our site/side. In testing it locally, it all works great. But when I moved the .swf file to [URL] to test it - the files hang up when you mouse over the buttons - is there a chance you could check out my source? Here: [URL]. I checked out the security settings.
security.allowDomain,
not sure if I'm using it correctly?

View 13 Replies

ActionScript 2.0 :: Adobe CS4: Uploading Random Image Generator To Remote Site?

Nov 5, 2009

i have a short swf that has two movie clips that act as holders for thumbnails to get loaded in a random fashion. it works fine when i test my movie, and even when i export the swf. the images load in the placeholder - no problems.when i upload the swf to the website, the thumbnails dont load and the holders stay blank.i experimented locally and moved my .swf file into a folder that didn't contain a folder containing all the thumbnails. this gave the same result as the website (blank holders).when i move the folder containing all the images into this new folder with the swf, the images load in the movie and no blank holders are seen.

easy solution i though, i upload the folder to the website in the same directory as the swf file. did that but the images still dont load. is it that the swf is attempting to read the folder that would be on the local drive and not go for the copy in the same containing folder on the remote area?here is my code,

Code:
MovieClip.prototype.setRandom = function() {
HIGH = 100;

[code].....

View 5 Replies

ActionScript 2.0 :: Remote SWFs May Not Access Local Files

Feb 4, 2007

I have this situation (simplified):
MC-A.swf opened from local computer (C:/) and loads MC-B.swf which is hosted on a server.
When MC-B.swf is loaded, it tries to access file called "loader.swf" which is also on local computer (C:/).

When it tries to access the "loader.swf" I get the following error message:
*** Security Sandbox Violation ***
Connection to file:///C|/loading.swf halted - not permitted from [URL]
-- Remote SWFs may not access local files.

I read discussions concerning this issue, and as I understood, I could use:
System.security.allowDomain("[URL]");
to solve this problem, but it didn't work.
I wouldn't like to change the loaded file to load it's resources also from the web, since it can find them on the local machine.

View 4 Replies

ActionScript 3.0 :: Remote SWFs May Not Access Local Files?

Aug 18, 2009

lod.load(new URLRequest(str2));how to unload the lod when second time i cal that function.how to over come this (*** Security Sandbox Violation ***SecurityDomain )

View 1 Replies

ActionScript 3.0 :: Flash Loading Remote Files From Local Swf?

Nov 8, 2011

I have a problem when i try to access the internet from a swf that is run localy.I want to load other swf files from diffrent domains into my main file wich works fine when the swf is on some domain but when i download the file and run it localy it doesn't work.

Can i change the sandbox type from actionscript? Mochi Media does it after enctypting your swf but i don't know how.

View 2 Replies

XHTML With SWF Plays On Local Machine But Not On Site

Oct 18, 2009

I have an xml driven swf enbeded in xhtml page that plays fine when tested on local machine through dreamweaver CS4 but once uploaded to site, swf won't load. The music plays however so I know it's not about the linking.

Here's the xhtml code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[URL]" width="500" height="400" id="mymovie" align="middle">
<param name="FlashVars" value="xmlFile=VVsite/robshow/virtual_tour.xml&preloaderBackColor=0x0099ff&prelo aderBorderColor=0xCCCCCC" />
<param name="movie" value="VVsite/robshow/virtual_tour.swf" />
[Code] .....

View 3 Replies

ActionScript 2.0 :: Access Local PC Files From Remote Flash Player?

Feb 7, 2010

I have a flash file located on a web server. When it's loaded, I want it to access the user's PC and display some data (such as file directories, files, etc)I know there are security rules about what a flash player can access, but so far all I can seem to find are rules regarding local flash players accessing the internet, but not much on the other way around, or how do go about doing that.

View 0 Replies

ActionScript 2.0 :: Full Screen Flash Site With Scroll - See The Complete Site

Feb 25, 2012

i have made a site in flash. stage size 955x600 i have exported it as fullscreen with no scale. the problem is that if i browse the site with a resolution of 800x600 (760x420 if i'm not wrong), the browser dont' add scrolls and its impossible to see the complete site. How can i fix this without resizing the site. i want the users to see with the proportions that i have now.. ijust want a scroll on the browser.

View 2 Replies

ActionScript 1/2 :: Coding To Move From One Site To Specific Part Of Another Site?

Jul 28, 2011

Forgive if I am not explaining this very well- here goes. I have one major site with three other gallery sites that are related. From one of the gallery sites I need to create a button that takes you back to a specific page on the major site.

[Code]...

View 7 Replies

Build A Html Site Aswell As Flash Site?

May 20, 2009

I was wondering if its still necessary to build a html site aswell as a Flash Site? Or is there a definitive and failsafe way to incorporate html into my flash site? SEO is a very important factor for me. I read this article: url...by Geoff Sterns in 2006, resulting in the following[code]

View 4 Replies

Professional :: Site Attack In Flash Site

Dec 14, 2010

A client of mine has had 2 sites (both Flash sites) attacked over the last 12 months, so he's been asking: should he go for a static HTML site or stick with a Flash site? Is there ways to make a Flash site more secure?

View 1 Replies

CS3 Combine Many Fla Files In One Site

Apr 29, 2009

I have multiple .fla file (small online invitations etc) and I am trying to combine them as part of an online portfolio.

IS there a quick way of simply placing a .fla movie into another or do I have to use the swf.

And am I being silly - should this be done using Dreamweaver as the 'container"

View 2 Replies

Professional :: Connect Different Swf Files Into One Site?

Jan 17, 2011

I need to make this site like presentation for my next exam. I found a good template for a slide show. The presentation will be structured like this: 
 
MAIN PAGE with sidebar which links to: slide one with slideshow 1slide two with slideshow 2slide three with slideshow 3slide four with slideshow 4 due to the nature of the code thou i cannot put the different slideshows into the same .swf file in different scenes (i copied and pasted them in each scene and modified the actionscript so they would refer to different pictures) because they will create conflict with each other. now they question is can i use the sidebar to link to different swf files but still make it look like it was just one big swf?

View 5 Replies

ActionScript 2.0 :: Downloading Files From Site?

Sep 26, 2005

here is what i am trying to do. i would like to post action script files onto my server space for people to download, which i can do. Question is, is it like a print command for them to download the files to there computer for use? or what is the best way to go about this? The files are inside a folder called action script and then the sub folders depending on the file you are looking for.

View 1 Replies

Preloader Does Not Work As It Should In Full Site

Sep 30, 2009

I am working with Flash MX Professional 2004 on a mac running Tiger. I am near to finishing a fully flash based website.I am fairly new to Flash so experiencing a wee problem with my Preloader. The preloader is an animation in a movieclip that I have placed at the start of each scene that contains only one of my portfolio photos which once downloaded fades in and fades out. The Preloader tested in an isolated test scene on its own works fine, it is placed in frame 1 with the following actionscript 2 and a stop action placed in an actions layer. The downloading photo fade in starts in frame 2. When the user closes the photo it unloads it from the level it is in ready for the user to choose another photo which will go in to the same level.

Yet when the same scene is played back on its own level within the main website FLA it does work as an animation. Rather it stalls, blank to start with then at 50% download it goes straight to the 100% loaded part of the Preloader animation and stays like that until the photo has fully downloaded. It does this at all bandwidth tests and also does this when tested live once uploaded to server. It should animate smoothly up until the photo downloads. Very frustrating problem. I notice that the first frame of the scene has an unusually large size for some reason as the preloader is only 10kb in reality yet shows as 60kb, may be there is something going on here or perhaps it just needs the script changing slightly?[code]

View 2 Replies

ActionScript 3.0 :: Preloading For Site Isn't Work

Jan 11, 2012

I try to use anyone of theese codes for the preloading of my site,but no one works.[code]

View 3 Replies

ActionScript 2.0 :: Can't Get Preloaders To Work Again With The Site?

Nov 13, 2002

I'm not sure why I am so incompatible with preloaders. After so much struggling I got my first one to work, but now I can't get preloaders to work again with the site I'm currently working with. It just either goes straight to the main screen, or ignores the preloader and just loads while having a blank screen.

I also have a question, is a preloader like this

if (_framesloaded>=_totalframes) {
gotoAndPlay (2);
} else {
gotoAndPlay (1);
}

only for animations, and not web navigation purposes? I tried using this for my[URL].. that I'm working on, but it did not do anything. Could my problem be that I'm putting the loader in a separate scene? It seems it should work okay then, though, because on frame two I have it gotoAndPlay the next appropriate scene.

Bah. I don't know why this isn't working now. Even kirupa's show bytes/total bytes preloader isn't working.

View 6 Replies

ActionScript 2.0 :: Prevent Users From Viewing Site And Then Simply Going Into Their "temporary Internet Files" And Stealing Swfs And XML Files

Feb 5, 2009

I am trying to prevent users from viewing my site and then simply going into their "temporary internet files" and stealing my swfs and XML files. I have been using a great .PHP code to stop this but now I am working on a server server that only uses .aspx files. Does anybody know of a way that I can stop files from being stored in the "temporary internet files" folder. I have encrypted the files but this is not good enough.

View 0 Replies

ActionScript 3.0 :: Include PDF Files Within A Flash Site?

Dec 2, 2008

Is it possible to include PDF files within a Flash site that can then subsequently be downloaded by users of the site? Or does this have to be done through dreamweaver or a combination of both?

View 4 Replies

ActionScript 3.0 :: Downloadable Files Within Flash Site?

May 8, 2011

I am building a website for a composer and he wants his users to be able to download a jpg of him for use in programs and a pdf with a short biography for the same use. I thought I could do this by creating a new URLRequest, but when i click it just opens a new window in Firefox. Here is the code I was using.

programPhoto_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseClick);
function mouseClick(event:MouseEvent):void{var request:URLRequest=new URLRequest("pictures/bio_pic.jpg");navigateToURL(request);}

[code].....

View 5 Replies

ActionScript 2.0 :: Put Some Files On Site That Can Be Downloaded By Visitors?

Jun 9, 2010

i would like to put some files on my site that can be downloaded by visitors. what's the code I've to put on my "download" button ?and where do I have to put the file that should be downloaded ?

View 2 Replies

ActionScript 2.0 :: Allow Visitors To Download Some Files On Site?

Oct 14, 2003

I would like to put some files on my site that can be downloaded by visitors... So, what's the code I've to put on my "download" button ? And where do I have to put the file that should be downloaded ?

View 11 Replies

ActionScript 3.0 :: Make New Site Work With Netscape7?

Jul 4, 2011

I have a probleme to make my new site work with netscape7 (the name of the clip is pis=piscine)
 
http:[url]....
 
size of the stagevar largeurScene:uint = stage.stageWidth;var hauteurScene:uint = stage.stageHeight;
/bt01 is a button called clpix01var bt01:clpix01 = new clpix01();bt01.x = 110;bt01.y = 200;// Le curseur de la souris prend la forme d'une main au survol du boutonbt01.buttonMode = true;addChild(bt01);[code].....

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved