Hi,
I'm designing a homepage that's wider than 1024x768. To address this, i would probably program the background image in the flash file to scale, allowing content to adjust with the limits of the browser window.
This is a good example of this approach...
Here's the solution!!!
var videos:Array = new Array("a.flv", "b.flv", "c.flv");
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
videoPlayer.attachVideo(ns);
var index:Number = Math.floor(Math.random() * videos.length));
ns.play(videos[index]);
Hi,
I'm using the following code to load an FLV into my flash movie. Does anyone know how to adjust the code to randomly load one of three FLVs? (video_1.flv, video_2.flv, video_3.flv)
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc)...
hi - I have been using DW 8 on my computer (Apple OS 10.5.1) successfully for about a year. Just this week the Find and Replace function stopped working. I can press Apple + F and I get nothing, no popup windows or anything. I can go to Edit>Find and Replace and I get nothing. I have restarted...
great, thanks! I've got that part working now. What I need to do now is create a button that in addition to playing a new FLV, also eliminates the old one.
Here's the code that I'm currently using for my button:
video2Btn.onRelease = function() {
//ns.close();
gotoAndStop(2)...
Hi,
Below is the script I'm using to load my FLV. It works great!
What I don't know how to do is tell the file that when the video is finished, to load a different FLV. (The purpose for this is to load a still image from the beginning of the video just so the user has something to look at. Or...
thanks and I agree!
But as for the front end - does using asp.net make sense? any downside to this? programmers i've worked with in the past hav
e always used php
Hi,
I have a client who wants a CMS-controlled Flash website. They want the CMS to also be in Flash. The site is not huge, but there is a case studies section that will be changing frequently, a news section, etc.
My programmer wants to instead build the site using the following technologies...
Happy 2008!
I have a client who is using Contribute 4.1 on Vista Business OS to update her website. For some reason when she makes a change to a page and uploads the page the Google Tracking code in the body of the page gets corrupted (strange characters get added to the code). Any idea why...
At the end of my timeline I have several buttons that all need to do the same thing: load a movie clip that contains an image.
If I wanted to load them as external swfs, that would be easy (I've done that before). What I want to do instead is load all my images at the same time when my movie...
Hi,
IE7 is driving me crazy! In IE7 my flash movie needs to be double clicked before it will open the specified URL (instead of a single click). It's working fine in Firefox. Any ideas?
thanks in advance.
Hello,
Is anyone having a similar problem? Here's the code I'm using:
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
<a href="#"...
Hello,
I've just created a javascript pop up menu and I'd like to customize it so that the border appears only to the left and bottom. Any ideas on how I would adjust the following in the code:
mm_menu_0221103859_1.menuBorder=1;
Thanks in advance!
Hello,
I've just created a javascript pop up menu and I'd like to customize it so that the border appears only to the left and bottom. Any ideas on how would I adjust the following in the code:
mm_menu_0221103859_1.menuBorder=1;
Thanks in advance.
hello,
I've just created a javascript pop up menu and I'd like to customize it so that the border appears only to the left and bottom. Any ideas on how would I adjust the following in the code:
mm_menu_0221103859_1.menuBorder=1;
Thanks in advance!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.