ActionScript 2.0 :: Secuirty Settings Pops Up And Doesn't Allow To Play?

Jun 28, 2005

when i import my flash doc into frontpage and view in IE...a secuirty settings pops up and doesn't allow it to play. i have windows XP

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Window Pops Out, Starts Over From The Beginning And Pops In?

Mar 12, 2010

I'm working on this flash site This is my first time using the loadVars command, so I'm guessing I'm doing something wrong with it.I have a movie clip that acts as a window, it has an animation of popping up, once it does it has a text box in it thats set up to display html. It then loads the html from a txt file, which works fine. The problem is, when the user clicks on another page, the window pops out, starts over from the beginning and pops in, this time loading a different txt file for the html. This also works, however, if you select the text or click on it at all and then switch the page, anywhere you click next will make all the text in the box vanish. You can click and hold onto the scroll bar and scroll down, but the second you let go it vanishes.

Here is the loading code on the frame in _root:

[code]...

I can't think of any reason why this is happening, and all of my debugging attempts have failed.

View 3 Replies

ActionScript 1/2 :: Swf Play Settings And Sizing In Browser Window?

Nov 18, 2011

I am in the beginning of learning DW and FL stuff.I've got a swf that I've converted to fla. The swf is set to loop continuously in playback and when played it appears in full screen mode. I want to adjust the settings to make it play only once (no loop) and open to a specific size on a browser page (such as half the available window size).Sounds pretty basic and need to accomplish this adjustment and have not reached that level in my learning yet

View 3 Replies

Professional :: Changing Play Once / Loop And Single Frame Settings

Apr 22, 2009

I am working is CS3 and am experiencing problems changing the first frame on a graphic symbol. When I type in a new number it jumps back to the old one. When I try to change play once/loop/single frame setting it jumps back to the previous setting. I am trying to simply modify this on a keyframe in the symbol's layer on the main stage. I've experienced this on multiple occasions, but can't get the workaround this time. I know I can do what I am attempting. In fact, I do it at a couple of spots earlier in this symbol's instance without problems.

View 4 Replies

ActionScript 2.0 :: Edit The Flash Export Settings So When Its Exported Disable Play?

Aug 29, 2002

How do you edit the flash export settings so when its exported you can disable Play, Loop, and other stuff like some shockwave and flash animations?

Also how do they make a full screen ad, sometimes seen on yahoo.com, with flash, but everything else is transperent cept for an object.. e.g. a car driving across the screen and you can still see everything around it! Thats really kewl hehe

View 5 Replies

Professional :: Change Settings If Settings Manager Won't Open?

Apr 18, 2011

I am having a problem with Flash.I get the message Movie not loaded if I right clich where the video should be.I may have set the hardware acceleration on/off by mistake, but I cannot get the Settings manager to open to check it.I am running Feroda rc14.If I go to http:[url].... and right click in to white area at the top, I get the message 'Movie not loaded' and the flash version - 10.2.159.1.  This is where I should be able to open the settings window.Where does Flash store that info on my PC? How can I check it/change it without Settings manager?

View 4 Replies

Professional :: Video Doesn't Play In Authoring Player, Does Play In Debug Player

Nov 8, 2010

I just updated to CS5 - I'm working on a custom video player. It works fine embedded in a web page both locally and on the network. It works fine in the debug player. However, when I test it in the authoring player I get a NetStream.Play.StreamNotFound error and no video. I have tried setting the Local Playback Security publish settings to both local and network - doesn't find the video either way.
 
It used to run fine in CS4 in the authoring environment.

View 1 Replies

IDE :: SWF Doesn't Play In Webpage?

Mar 21, 2009

I have an FLV file embeded in a SWF. The file plays when directly opened by Firefox or Internet Explorer. However, it doesn't play when embedded in an HTML page.

View 3 Replies

Flash Sound Doesn't Play

Dec 16, 2009

I have sound playing in my flash file. My index file is a html file which calls the flash file, and when i run the html file, the sound doesn't play. Does anyone know how I can rectify this?

View 5 Replies

ActionScript 3.0 :: GotoAndPlay() Doesn't Play?

Jan 13, 2010

After my MovieClip has finished playing once (and ended on the last frame with stop()), I can't get it to play again with gotoAndPlay(x). It will go the specified frame, but will not play from then on. Is there anything else I have to add to actually make it play?my attached sample file which contains a menu that, for testing purposes, is supposed to play someMovieClips when the initial loading process is done.

View 6 Replies

Professional :: Swf File Doesn't Play On The Web?

May 4, 2010

im having problems with my swf file,its not playing on the web,my video is a flv i save it a swf when i export it and it wont play. it plays pefect on my desktop though.

View 8 Replies

Actionscript 2.0 :: FLV Doesn't Load / Play

Aug 24, 2009

The main problem is that the FLV doesn't load/play, which most likely causes the secondary problems, such as the bufferClip always visible and no way to test the video and audio scrubbers.[Code]...

View 2 Replies

IDE :: FLVPlayback Doesn't Play At At (only On Browser)?

Jul 17, 2009

If I double click on the published SWF file (thus opening it with the FlashPlayer 10 executable), the video plays correctly. Nonetheless, if I double click on the published HTML file, there isn't any video played at all. This doesn't happen if I put the files on a webserver, the video plays correctly on the browser.I checked the "source" property of the component, which doesn't have any absolut path (the video file resides on the same folder as the FLA/SWF folder, so the "source" property only has the FLV filename).

View 3 Replies

ActionScript 2.0 :: MP3 Preload But Then Doesn't Play

Jan 24, 2004

I've been playin around with loading MP3's externally ... and I finially managed to get a preloader working ... however, now at the end of the preload function it doesn't play the file!?If the mp3 is in the browser cache ... it will play the file!? How weird.wanna see? The Site Click the top right button for the player to slide out.

My code:

Code:
mySounda = new Sound();
preloadNow = 1;
mySounda.loadSound("Track2.mp3",false);

[code]....

I discovered that my preloader wasn't working before becoz I had two "onEnterFrame" events on the same frame. Obviously a no-no.

View 14 Replies

ActionScript 3.0 :: Video Doesn't Play Online

Aug 6, 2009

If I open the swf on my computer, it plays with no problem at all. When I upload and try to open the file in my browser, I click the initial image that takes you to frame 2 to play the video, and it just sits there blank and does nothing. Could anyone take a look at it for me? [URL]

View 1 Replies

ActionScript 2.0 :: CS3 - Netstream - FLV Doesn't Load / Play

Aug 24, 2009

The main problem is that the FLV doesn't load/play, which most likely causes the secondary problems, such as the bufferClip always visible and no way to test the video and audio scrubbers.

[Code].....

View 5 Replies

Safari Doesn't Play Flash Site

Apr 8, 2010

[URL]Currently, it doesn't not come up on any version of the Safari browser. What am I doing wrong?

View 4 Replies

ActionScript 1/2 :: Loading An External SWF But Doesn't Play

Apr 7, 2009

I'm trying to load an external SWF with the following code:

[Code]...

It loads the SWF, but doesn't play it correctly when I test it. Here's how the loaded movie is supposed to look: [URL] But instead, it plays without the transitions, like this:[URL] I've been trying to figure this out for a few days and have tried adding "this._lockroot = true;" to the SWF I'm trying to load, but I can't get it to play correctly. Can anyone tell me what I'm doing wrong?

View 2 Replies

Preloader Not Working - Next Scene Doesn't Play It

Jun 30, 2009

Using CS4 Actionscript 2.0


[Code]...

Check out what happens after percentage loaded. It just goes to Frame 1 of next scene but doesn't play it.... although if you right click and click PLAY it will indeed play it.. How to get it to start upon 100% loaded?? I SHOULD NOTE that the scene that won't play has an embedded FLV in timeline

View 2 Replies

Video Doesn't Automatically Play When Swf Loads

Jul 5, 2009

I'm using Flash CS4 and have linked to a video that hosted on a web server with one of the preloaded flash video skins (ArcticExternalAll). When the page loads the video plays without any problems, but I would like to make it so the user decides when the video starts rather than it automatically starting when the page loads. Is there any way to do this?

View 3 Replies

.mov File Doesn't Play In Flvplayer Component

Aug 19, 2009

One of the .mov video file doesn't play in my flvplayer component. While other play as desired. Any clue what may be the reason and how to play that .mov file without conversion to .flv

View 2 Replies

Flashplayer 10 Doesn't Play Flash 8 Apps?

Oct 11, 2009

I have apps in flash8  AS2 and flash10 AS3. When I open the AS2 apps in flash CS4 they don't work. This is a massive problem as I put them in a visual basic app with the flash 10 ocx. So the damn thing doesn't open them properly. I thought these things were backward compatible.

View 6 Replies

Professional :: Flash File Doesn't Play In IE?

Jun 7, 2010

I have a 3,5 MB .swf file on my webpage it works perfectly well in firefox. But in internet explorer it doesnt seem to play. My guess is that IE uploads the whole .swf file before playing it. Can anyone here tell me how to let it work in IE as well?

View 6 Replies

Professional :: Movie Doesn't Play - CS5 Web Premium

Jun 11, 2010

I just installed CS5 Web Premium and took a movie, imported and exported with skin and html. [URL] It doesn't play, there is no skin. Everything is in the root directory - the SkinOverAll.swf, RooftopRites.swf. I don't see an embed statement in the HTML. Shouldn't there be one?

View 19 Replies

Professional :: The Play Works But The Test Doesn't?

Oct 16, 2010

I've made a file in photoshop with layer. I brought it into flash. I created the movie and it plays but when I want to use the "test movie" feat. it does nothing. The graphics come up but no movement. I exported it as an .swf file but still no luck.

View 8 Replies

Professional :: Exporting SWF From FLV Movie But It Doesn't Play?

Mar 30, 2011

Im working between Dreamweaver & Flash cs4
 
Now i have a FLV video clip that i want play on a webpage with a full screen option so this is what im doing:
 
File > Import > Video
 
On my computer > Browse > (Found my file 17.8mb) > Load external video with playback component  > continue
 
Skin: SkinOverPlayStopSeekFullVol.swf   
 
Now its been imported i export it into my directory that im upload to my server (the swf file is now 59kb)
 
In dreamweaver drag the file onto my webpage and upload.  When i view the page online it gives me an empty white box.  Meaning its not playing.

View 1 Replies

ActionScript 3.0 :: Video Doesn't Play On Internet?

May 18, 2011

why this Flash video doesn't play.  I checked to make sure it is in the correct format. I've tried FLV and H.264 neither of which plays.  The custom play button appears and the alpha goes to 0 when clicked but the video doesn't play.  It works in the flash environment and on my desktop when I dropped it into an html shell. 

[URL]

View 2 Replies

ActionScript 1/2 :: (Flash CS5) - 1st And 3rd Song Doesn't Play

Sep 11, 2011

I am loading mp3's externally as to not bloat the swf. However, only 1 out of 3 songs play (2nd song plays) for this jukebox I'm having to create for an assignment. I would think if one song played, they all would. I've checked the AS2 code and it all seems right to me; the song names and button instance names. I sure could use some insight as to why the 1st and 3rd song doesn't play. My jukebox is at: [URL] and here is my simple code in the first Actions frame. This is the only code I used for the jukebox.

[Code]...

View 3 Replies

Professional :: Articulate Doesn't Play Well With References

Dec 31, 2011

I got a flash file (.fla) from an acquaintance who was trying to help me with a project. It's just 4 checkboxes that I'm using with Articulate Presenter for an e-Learning program I'm creating The issue is that Articulate doesn't play well with references to either _level0 or _root.The acquaintance isn't available to help me unfortunately, so I was wondering if someone could point me in the right direction to changing those references to something that Articulate won't freak out about.I'm only a couple of days into my Adobe trial for Flash, and the classes I'm intending on taking don't start for another two months.

View 5 Replies

ActionScript 3.0 :: Why Doesn't UILoader Play Swf On Remote Pc

Jun 19, 2009

I have an swf movie which contains a UILoader (which should load an external swf (star.swf) on click of a button). My problem is that the swf movie will only load the external swf when it is played on the pc on which it was created(with the original flash cs4 files). When the main movie is played on a remote pc, the external swf does not load.

my code is:

Code:
invBtn01.addEventListener(MouseEvent.CLICK, showStar1);
function showStar1(e:Event):void{
introLoader01.load(new URLRequest("star.swf"));

[code]....

in the frame where I want the swf to display. It still doesn't work on the remote pc - it only works on the pc with the original flash Cs4 files.

View 1 Replies







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