ActionScript 2.0 :: Put The Video In The Index.php?

Jan 2, 2004

I want to know, i have a video.swf in a page, and when the video finish, it go to another [url]...

how can i put the video in the index.php, and send 1 variable via post, so when it finish send to the same url that he are but with a varible, and them in php i look this variable and show the page

View 5 Replies


Similar Posts:


ActionScript 1/2 :: How To Get Video Index SWF To Play Frame

May 23, 2009

main.swf has a button that when clicked activated loadMovieNum 1.swf on top of main. I need a button on 1.swf to unloadMovie back to main (works) but when the main.swf is loaded I need it to go to a specific frame. I tried this on the button in swf 1 and the first part works but how can I get the videoindex.swf 0 to play a frame?

on (release) {loadMovie("videoindex.swf",0);}
on (release) {
gotoAndPlay("spaces");
}

View 9 Replies

Flash - How To Show DIV Over YouTube Video (Z-Index)

Aug 10, 2011

I want to show a div over a YouTube video but can't get it to work. I know that if you set the wmode to transparent or opaque it should work, but I've only seen this work when the <embed> or <object> tag is used. YouTube now embeds the video in an <iframe> so when I tried it, it didn't work.

Here's what my code looks like.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL]">
<html xmlns="[URL]"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style type="text/css">@import "reset.css";
[Code] .....

View 1 Replies

ActionScript 3.0 :: Redirect To Index When Video Intro Finishes?

Feb 18, 2009

have a FLV (video) that we'd like to set up as a quickintro before the browser is automatically re-directed to the homepage. Trouble is, the AS written so far opens the new pageimmediately; there's no wait-for-a-trigger written into it, andfrankly, no trigger. The movieclip is a self-starting one-framer;when I select it, I cannot create actions ("Current selectioncannot have actions applied to it"). I can, however, select the keyframe and write actions. Here iswhat I've got so far:

var url:String = "
http://www.mywebsiteurl.com/index2.htm";
var req:URLRequest = new URLRequest(url);

[code]......

View 1 Replies

Flash :: Video Play Onload And Then Redirect To Index.html?

May 20, 2011

How can I have a video (or youtube video) play on loading my website with the option to "skip". If the skip video is clicked then that will redirect to the index.html however how can I set it up so that when the Video finishes playing it automatically loads the index.html in the website.

(If the video has to be embedded in the index.html so that the rest of the website is elsewhere that's fine too).

View 1 Replies

Flash :: Which Video Player Can Give Exact Position (timestamp / Frame Index) Information

Dec 18, 2011

I'm looking for a Flash Video Player (something like JWPlayer) that I can embed in an html page, that provides a JavaScript API with a method to get the exact timestamp (aka position, or frame-count) for the current frame.

View 1 Replies

Flash :: Get The Specific Array Index Based On Value Inside The Index's Object?

Jun 22, 2011

So, for sending to individual streams we have to reference the connected netStream we want to send to in some way like this:

sendStream.peerStreams[0].send("MyFunction",param1,param2);

and I have to determine which peer I'm sending to by their ID such as "peerID1234"

I know that you can check the peerID of the stream by doing:

sendStream.peerStreams[0]["farID"]

how can I make my send stream function know to use the array index where the peerID is?

so basically it could be like:

sendStream.peerStreams[where peerStreams[]["farID"] == peerID].send("MyFunction",param1,param2);

View 1 Replies

Actionscript 3 :: After Shuffling Array - Variable = Array[index] Gives 0, Trace(array[index]) Gives Correct Number

Aug 16, 2011

I think it would be simplest to explain it like this:

[Code]...

View 1 Replies

ActionScript 3.0 :: Flash Video Sites - Add Video And Resize The Video Acoording To The Page Size

Aug 18, 2011

Recently i have visited so many video enriched flash site like this one [URL] Most of them shows video in full size. I downloaded the video using FF plugin. Video framesize is very small compared to the stage size. When i tried to add video and resize the video acoording to the page size , it slows the browser. I tried to embed the flv inside an swf and loaded the swf using normal loader and plyed it.. but the quallity and performance comapred to these site is very low..

View 3 Replies

ActionScript 3.0 :: Video Loop - Made A Video In After Effect And Export It To Flash As A FLV Video

Dec 18, 2010

I made a video in After Effect and export it to flash as a FLV video.. and write de code to load it into flash.. but I need it to loop.. Here is the code

[Code]...

View 1 Replies

ActionScript 3.0 :: Make A Video Class So Can Put In Src And Video Dimensions To Load Up A Video

Oct 13, 2011

Im trying to make a video class so I can put in my src and video dimensions to load up a video .. I am wishing to implement this in the following way

[Code]...

View 2 Replies

Load A Video Into A Video At Certain Cue Points Along The Main Video?

May 31, 2009

I would like to load a video into a video at certain cue points along the main video.  Does anyone know how to do that?

View 20 Replies

ActionScript 3.0 :: Go To Next Index?

Apr 5, 2010

Ive copied some code for an xml image viewer that contains a thumbnail scrollbar which loads an enlarged image on click.  I want to change the code to go to the next image when I click on the big image.  I cant seem to figure out how to find the current index number and add 1 to go to the next one in the onClickBack function.

function fileLoaded(event:Event):void {
myXML = XML(event.target.data);
xmlList = myXML.children();

[code].....

View 32 Replies

Way To Get Array Index

Sep 25, 2009

Is there a way to get the index of an array?

For instance, if I have an array:

buttons = Array("abc","def","ghi");

If I wanted to get the index dynamically of the string "ghi", could I do that with a certain function or piece of code?

View 1 Replies

Flash :: Get Tab Index With It's Id?

Mar 22, 2012

I want to get tab Index with it's id. My tabs are in a tabNavigator.

this.tabid.instanceIndex returns -1

this.tabid.tabIndex returns -1

Do I have enable order or any property in tab Navigator to get the index of a tab?

View 1 Replies

IDE :: Tab Index Green Box?

Mar 13, 2007

I've set the tabIndex for three input boxes in a flash form. When tabbing through the boxes I get a green highlight. Is there a way to change the color or eliminate the highlight all together?

View 1 Replies

IDE :: For Statement - Get The Index From The Name

Mar 17, 2009

I'm using a for-statement to add a series of movieclips.

for (var i:Number = 0; i<10; i++) {
attachMovie("myMC", "myMC"+i, this.getNextHighestDepth());
}

Inside the movieclips I have some code. In this code I need the index-number of the movieclip. I'm staring the code off with: var indexr:Number = _root.i; The for-statement is so fast that all the movieclips get number 9 in the index-variable! Is there any trick to manage this, like can I get the index from the name in some way? Or do I have to work around it in some more or less complicated way?

View 2 Replies

Flash Overlap With Z Index?

Oct 25, 2007

I have a flash drop down menu that overlaps a separate flash piece in an HTML page. The example of what I am talking about can be found here: [URL]

When you hover over product types, you'll notice that the drop down falls under the 'water banner'. I have set the z-index of that specific banner to be lower than the flash header but it still did not work. When I change the 'water banner' to a static image instead of a flash file, the menu overlaps without a problem.

This is the style that I have applied to the navigation bar

#flash_piece {
z-index: 1;
position:relative;
top:0px;
}

View 8 Replies

AS3 :: Way To Array Index Naming

Mar 11, 2010

I thought that there was a way to be able to name array indexes. Like instead of myArray[0], it could be myArray["tileFour"]. I thought that instead of using index numbers one could use index words.

View 1 Replies

ActionScript 3.0 :: Arrays Get The Next Available Index?

Jan 9, 2011

I'm just fooling around making an inventory system and I was wondering if there is a way to work out the next available index in an array without pushing the item into the array.So for instance

var array:Array = new Array();
array[0] = new Object();
array[1] = new Object();

[code]....

View 3 Replies

ActionScript 3.0 :: Set Index Of An External Swf In A Mc?

Apr 23, 2010

a main movie clip (photo_group) which call an external movieclip from xml which call another movieclip which load a video... but the video is placed at the bottom of my main stage and i would like to have it at the top of everything.

main clip :
function loadClip():void {   var Clip_request:URLRequest = new URLRequest( folderswf + photo_list[swf_no].swf); var Clip_loader:Loader = new

[code].....

View 8 Replies

Professional :: Internet Tab Says Index?

Sep 17, 2010

I have used flash for several sites. I am using CS5. I'am use to publishing Flash files to the server, naming the HTML file as index, I also name my SWF file as index. But When I go to the web and look at my site, the tab syas index. I tried changing the SWF file to the name of the site, but this does not work. I also tried and renamed both files and indexnameofsite.HTML, but this also does not work. I tried looking at the script file (open it in notepad) but its mumbo jumbo to me.

View 5 Replies

ActionScript 1/2 :: ActiveCarton Contain The Name Of The Mc Or The Index?

Mar 15, 2011

This assignmentis returning undefined:
 
var str=activeCarton.toString.substr(0,2);
 
where activeCarton is a variable referencing an array of movie clips. Does activeCarton contain the name of the mc or the index. How can I get the mc name string?

View 1 Replies

ActionScript 3.0 :: Tab Index At TLF Text?

Oct 25, 2011

I created some classic text boxes and assign to each of them a tab index using the syntax: "fNameInput.tabIndex = 0; fNameInput.tabIndex = 1; fNameInput.tabIndex = 2;" etc.
 
afterwards, I decided to turn them into TLF boxes but after I did so, the tab index feature stopped to work.
 
What's wrong in my code and what should I do in order to turn on the tab index attribute?

View 4 Replies

Place Div Over Flash With Z-index?

Feb 23, 2012

Can I have a flash movie in a div under a another div file w/ content? I want to have this flash movie.[url]... and have a jquery slider over the top.

View 1 Replies

ActionScript 2.0 :: Get The Index Of An Array?

Sep 25, 2009

Is there a way to get the index of an array?

For instance, if I have an array:

buttons = Array("abc","def","ghi");

If I wanted to get the index dynamically of the string "ghi", could I do that with a certain function or piece of code?

View 0 Replies

ActionScript 3.0 :: Getting An Array's Index?

Jan 18, 2011

I have a game map made of tiles, each tile is stored in an array called _tiles.The very each tile has a "plantable" parameter, which determines whether or not something can be placed on it.Then i loop through the array and check the position of each its elements against the mosue cursor, so I know which tile am I hovering with my mouse.

And it works pretty good. The problem is that even though I know what is the position of the tile I'm having the cursor on, I still lack the knowledge of what index is that tile. I simply can't tell where exactly in the array is placed this tile. I just know its position. The reason why I want to know the index of it, is because it's the only way for me to set a proper flag, namely whether it's plantable or not. Here's the code:

ActionScript Code:
for(var j:int = 0; j < _tiles.length; j++)
{

[code]...

View 1 Replies

Actionscript 3.0 :: How To Open Index.swf

May 15, 2011

I made a flash website in AS3. Normally, when an user enters a webaddress, the index.html is opened. Now I want to open the index.swf file INSTEAD of the index.html. I DONT want to create a html document that includes the swf file, I just want the swf file to play on its own. A long time ago I red an article about creating an index.php file, with a little piece of code that does this for me, but I cannot find this code anymore. Someone knows what to do?

View 1 Replies

ActionScript 2.0 :: Way To Specify Index Of Array

May 18, 2005

Is there a way I could specify the index of a array using this short code:[code]How would I go about giving a custom index name instead of it being myArray[0]? I could do it the long way like posted below, but I was wondering the there was a way to shorten this:[code]

View 2 Replies

ActionScript 2.0 :: Go To The Next Index Of The Array?

Jan 18, 2007

i have an array of names that looks like this. var aNames:Array =new Array("jack","mike","Scott")

i have a text field called names which displays index 1 of the array.

and i have a button,when the button is pressed i want it to go to the next index of the array.

View 6 Replies







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