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


Similar Posts:


ActionScript 2.0 :: Make My New Site Work With Netscape7?

Oct 17, 2004

thought I would start to make my new site work with netscape7.

FSCommand - works fine but cant get the following to work

window.open to call a popup or SetVariable - to return a value to flash.

Now if this really is a problem - why are flash developers still using netscape when it is so full of bugs..

I donloaded it 3 days ago and it didnt even have the most uptodate player..

I new there was a reason I like IE. everything works the way it is supposed to.

Anyway any AS Developers have an answere please help so I can make my new site cross browser compatible.

View 1 Replies

ActionScript 2.0 :: Make My New Site Work With Netscape7?

Oct 17, 2004

I would start to make my new site work with netscape7.FSCommand - works fine but cant get the following to work

window.open to call a popup

or

SetVariable - to return a value to flash.why are flash developers still using netscape when it is so full of bugs..

View 1 Replies

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

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

Windows :: Site Does Not Work In Firefox And Chrome On Pc's?

Aug 14, 2010

In firefox and chrome on my macbook the video plays full screen in the background.However, my client is complaining about it not working at all on windows computers. While I thought that most browser compatibility issues were mostly browser based and not OS based, apparently the same site does not work in firefox and chrome on pc's.I'm not 100% sure, but it might be some sort of a z-index problem? I heard that the video would show up, but none of the content would.

View 1 Replies

JPlayer Does Not Work Into Site (Old Flash Plugin)

Dec 14, 2011

I have insert jPlayer [URL] into my site [URL] and I've got a lot of feedback that it doesn't work. I suppose that it's because of old version of flash-plugin, but no one browser show block whith class .jp-no-solution. I've checked all browsers at home and at work - everywhere it works. But there are too many feedbacks that jplayer doesn't play music.

View 2 Replies

Existing Flash Site Work In IPhone And IPads?

Apr 11, 2012

My current HTML4 transitional website has several flash videos. How could I make them play in Apple devices with minimal changes? I've seen numerous threads but I've got confused. Some possible ways suggested in these threads:Identify device from request and serve another format video. Which format should be served here? I need to maintain all videos in 2 format? H.264 encoding was suggested here.HTML 5 options.

View 1 Replies

Php :: Site Allaboutrajni Work Only When Offline(disconnect From Internet?

Apr 2, 2012

The following site only works if you are offline.[URL].. So how do they do this. I have even seen YouTube do something similar. just open YouTube and disconnect net and refresh. You will see the page below.

View 4 Replies

ActionScript 2.0 :: Flash Site Doesn't Work In IE (edited)

Nov 1, 2006

ive created a flash site for a client and it runs very smoothly on Fire Fox, but when it is opened in IE, come elements crapped!! what should i do, should i plce a splash screen that will tell them that "this site is best viewed on fox!", IE has many bugs!! esp in flash. above is the link to the site. all are fine in fox, except for IE. the links are on the products section are all popups because thats what the client told me, he doesnt want it to be external swfs. notice on the products section: Firefox: all product links are functional IE: Some are functional and some are not, and theres a ! sign on the lower left saying error loading page.

View 4 Replies

ActionScript 2.0 :: How Dynamic Event Handlers Work On Site

Sep 26, 2002

I read this tutorial on dynamic event handlers on this site. I am still LOST as to how they work [URL]. Things like :
onClipEvent (enterFrame) {
if (this._x<300) this._x+=5;

View 3 Replies

ActionScript 3.0 :: Width Doesn't Work - How To Make It Work

Apr 21, 2010

I have a button object that I need to scale to align with the variable width of an array of images.However, when I set the width in code, the button does not actually become that width. Tracing out the width gives me the correct value, but on screen.. it's off.

I've proved it to myself by scaling the same button object manually in the properties pane and visually comparing. Both of the buttons below have a width of 410.

Code:
navigatorDown_btn.width = 410;
navigatorDown_btn.x = (stage.stageWidth/2)-(navigatorDown_btn.width/2);
trace(navigatorDown_btn.width); // output: 410

View 4 Replies

ActionScript 3.0 :: Flash Form Doesnt Work When Uploaded To Site

Oct 18, 2009

i've created a basic flash form which uses the following script for the send button:[code]it works well when i test it locally in the flash IDE.. it also works when i upload the SWF and the corresponding HTML file that holds it to url...but when i upload it to a subdomain (ex. url..), it doesnt work anymore.. after pressing the "send" button, my "sending input" animation shows up as expected, but then it gets stuck there and never proceeds to the "input sent" animation.. the message never gets sent to my email..

View 1 Replies

ActionScript 3.0 :: Button Does Not Work When Site Is Uploaded To Linux Server

Jun 27, 2010

I am building a flash intro page, but when I publish the file on my computer and even run for errors, everything works and comes clean... But when I load it onto the server, the ENTER button, no longer works...

If someone could check the actionscript for the button... I checked and double checked my code, and it seems to be right

View 2 Replies

Professional :: Why Do Links Inside My Flash Site Not Work Properly In Firefox 3.6.1 And Safari 5.0.2?

Nov 17, 2010

The latest versions of firefox and Safari both cannot display email links. For some reason they don't parse ou the "mailto:".

View 5 Replies

ActionScript 3.0 :: Make A Sprite Button With Graphics And Can't Make It Work?

Aug 22, 2011

* I have a flash project called contact

* The document class is ContactClass

I am trying to make a sprite button with graphics and can't make it work. I have successfully added text fields so I know the path is correct. I suspected my code was correct and confirmed it should be, after reading several tutorials showing the process for creating sprite buttons with graphics. Anyway, I imported nearly every class on Earth, but certainly everything which needs to be. Stage is gray and 800x600.The graphics code by itself with appear, but not when linked to the sprite. Also, the sprite won't appear no matter what. Another interesting piece of the puzzle: nothing will trace, not even objects such as textfields which actually appear and function on the stage when I text the code.

public class ContactClass extends Sprite {
public function ContactClass() {
var home_btn:Sprite = new Sprite();[code]....

View 3 Replies

Make A Customization Site?

May 9, 2010

I would like to design a customization site like one of this:http:[url]....or https:[url]....how to even begin.What should I use Flash or Flex?How it works? Is the customization done by changing any values in something like an XML file? how to create something like that?

View 2 Replies

ActionScript 2.0 :: Make A Bar Preloader For Site?

Feb 23, 2002

I must be the stupidest person on the face of the earth! I don't know how to make a bar preloader for my site!

View 1 Replies

ActionScript 3.0 :: Make The Site Resize According To The Browser?

Nov 4, 2010

I'm having a lot of trouble with a website a friend asked me to make her.For the longest time, I couldn't figure out how to make the site resize according to the browser. (Any help with how to have the background/stage expand while keeping the movieclip containing the content centered and the same size would be a great bonus.)Now, with the code I found after weeks of searching, I'm recieving error 1046. What is this, and how do I fix it? Or, how do I implement the changes to resize background/keep movieclip constant?

[Code]...

View 5 Replies

ActionScript 3.0 :: Make A Preloader For A Site Have Built?

Dec 15, 2009

I am trying make a preloader for a site I've bulit.I did this site via the displaylist the whole thing and I have every pages linked togther as actionscript files

View 0 Replies

ActionScript 3.0 :: Make All Site Is Full Screen?

Apr 23, 2010

I'm working on a flash site. my boss want it is full screen for all screen resolution .... and i don`t know any thing about how i do it ..

View 7 Replies

ActionScript 2.0 :: Make A Navigation Bar For Flash Site

Sep 5, 2010

im trying to make a navigation bar for my flash site. The idea is that all the content is displayed in small vertical lines, like this - and when you scroll over a line it opens out to a thumbnail. At the same time the other lines move outwards to accommodate the space taken up by the thumbnail. I wanted only the line your scrolling over to show but its kinda similar to the mac osx dock. Ive tried using examples of mac docks and none seem to do what i want them too.

View 0 Replies

ActionScript 2.0 :: How To Make A Panning Navigated Site

Apr 24, 2011

I am trying to make a site similar to [URL] or [URL] (i think that with these two examples you get the point) I have already done something concerning the menu (see attachment) but I have no idea what to do to make it like the examples mentioned before..

View 9 Replies

ActionScript 2.0 :: Make A New Portfolio Site In Flash?

Jun 3, 2004

i want to make a new portfolio site in flash... i was thinking on using as much server-side scripting as possible, to make in easier to update and add some features like flash guestbook/mail form and some other stuff... I was wondering... is it possible using php and mysql to add content to the portfolio without modifying the flash itself? Is there a tutorial regarding this? WHat i want, exactly is to be able to add photos, sites, prints and other stuff to my portfolio like i would add a post to this forum... the title being the title, the message being the description of the project and the pic i can attach being the photo itself..

View 14 Replies

ActionScript 2.0 :: Make A Panoramatic View For My Site?

Jul 20, 2005

I'm trying to make a panoramatic view for my site but I can't find any good tut or .fla for it.

View 4 Replies

ActionScript 2.0 :: Make A Great Flash-only Site?

Apr 29, 2006

Does one have to learn actionscripting in order to make a great flash-only site?

View 1 Replies

ActionScript 2.0 :: Make A Web Site With Menu [renamed]?

Dec 5, 2006

I'm designing a site that has 4 parts (for the sake of explanation)Part 1 is the menu which will be it's own .swf, which I would like to have align to the top center of the browser even if you resize the browser. Part 2 is the content which I'd like to align to the center of the page, even when you resize the browser. This is also an .swf which corresponds with the menu.swf Part 3 and 4 don't have to be .swf's, but are just graphics in the top right corner and the other in the bottom left that stay in the corner even when the browser is resized.

View 1 Replies

ActionScript 2.0 :: Make The Site Nav Like Dane Cooks?

Oct 9, 2004

I have a client that wants a site that functions just like Dane Cooks' site (www.danecook.com).

I'm not sure how to script it, but I've started by building movie clip objects of each page (homeContainer, bioContainer, mediaContainer, and calendarContainer). Each page is comprised of a button (verticle bar, like on Cooks' site) and then the background image (i'll load the actual content from another SWF file).

View 4 Replies







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