ActionScript 2.0 :: Play .flv Dynamically By Providing Its Path

Apr 3, 2009

[Code]....

I'd like to play .flv dynamically, providing its path in action script. So, I've tryied something like this:

[Code]...

View 15 Replies


Similar Posts:


ActionScript 2.0 :: Dynamically Targeting A Path From A MC?

Jun 23, 2009

I have a function and some textfields within a movieclip, and I need to reference those textfields dynamically. This worked when I'd had the TFs on the stage, but not since I've placed them in an MC.The TF naming convention works out to this:

Code:
t_t1c1r1
t_t1c2r1
t_t1c1r2

[code]....

So, to access them dynamically, I combine the letters with index numbers to be gotten through the function's arguments.

Code:
this['t_t1c'+i+'r'+ii].text;
Object(this)['t_t1c'+i+'r'+ii].text;

The numbers represented by "i" and "ii" are coming through fine in trace, but the path is still wrong. I've tried different combinations of _level0, etc., but it only works in my testing when I make an absolute reference to the field (e.g. Object(_level0.mc_instance)['t_t1c'+i+'r'+ii].text which is not a viable solution).

View 1 Replies

ActionScript 2.0 :: Path Containing Dynamically Created MC?

Sep 14, 2010

how should the path to the MC look like in case when his "parent" is dynamically created? i want to target my_FLVPlybk, which can be found in every duplicated "movie".

ActionScript Code:
for (i=2;i<21;i++) {
duplicateMovieClip ("movie1", "movie"+i, i);
newclip = _root.container.multimovie["movie"+i];

[code]....

View 1 Replies

ActionScript 2.0 :: Dynamically Targeting A Path From An MC

Jun 23, 2009

I have a function and some textfields within a movieclip, and I need to reference those textfields dynamically. This worked when I'd had the TFs on the stage, but not since I've placed them in an MC.The TF naming convention works out to this:[code]The numbers represented by "i" and "ii" are coming through fine in trace, but the path is still wrong. I've tried different combinations of _level0, etc., but it only works in my testing when I make an absolute reference to the field (e.g. Object(_level0.mc_instance)['t_t1c'+i+'r'+ii].text which is not a viable solution).

View 1 Replies

ActionScript 3.0 :: Set The Path Dynamically In Embed Source?

Oct 30, 2009

how to declare the path dynamically in Embed source

Code:
Ex:
[Embed(source ='../lib/Fonts/Arial.TTF', fontName = 'Sathiy Normal')]

but i need Like this

URL='../lib/Fonts/Arial.TTF'
[Embed(source =URL, fontName = 'Sathiy Normal')]

if i give like this Error is coming..How to set the path dynamically to Embed source

View 2 Replies

ActionScript 3.0 :: Place Text On A Path Or A Circle Dynamically?

Jun 18, 2009

I want to place dynamic text, enteed by user, on an arc of a circle. I have written a code for it but not able to get exactly what i want. The text is rotated and placed on an arc but the rotation and placement is not that accurate. Anyone who can point me to some example or tutorial where it has already been implemented?I came across a flash component but it is paid : [URL]..

View 1 Replies

ActionScript 3.0 :: External XML Not Providing Data?

Feb 18, 2009

I have been pulling my hair out over the past hour into why my code will not work and i really don't see why not but it clearly isn't so i require help on two things:

#1 Flash trace call will not show data i ask for.

My Script

Code:
var xmlLoader:URLLoader = new URLLoader();
var xmlData:XML = new XML();
xmlLoader.addEventListener(Event.COMPLETE, LoadXML);

[code]....

#2 How do i add this data (once it works!) to a dynamic text box called tTOTD?

View 10 Replies

ActionScript 3.0 :: Providing FLA With Required Libraries?

Nov 1, 2009

I'd like to give someone else the FLA to recompile SWF's, but the libraries I'm using are spread out in many places (Tween libraries, custom libraries, etc), and would be somewhat arduous to package cleanly to include with the FLA. compile the imported libraries into the FLA somehow?

View 3 Replies

Php :: Flex : Providing Data With A PHP Class?

Apr 25, 2010

i'm a very new user to flex (never use flex, nor flashbuilder, nor action script before), but i want to learn this langage because of the beautiful RIA and chart it can do.I watched the video on adobe : 1 hour to build your first program but i'm stuck :

On the video it says that we have to provide a PHP class for accessing data and i used the example that flash builder gave (with zend framework and mysqli). I never used those ones and it makes a lot to learn if i count zen + mysqli.My question is : can i use a PHP class like this one ? What does flash builder except in return ? i hear that was automatic.example it may be wrong, i'm not very familiar with classes when acessing to database :

<?php
class DBConnection {
protected $server = "localhost";[code]..........

View 1 Replies

Actionscript 3 :: Find Y Value By Providing Only X Value In A LineSeries

Feb 2, 2012

I have a chart in Flex 4 with a LineSeries with a curve form. Is there a way to get a corresponding y value (along the curve) by providing an x value?

View 1 Replies

Media Server :: Path To FLV On FMS To Play In FLVPLayback?

Mar 24, 2011

I have FMS 4 and using AS3, no matter what I do I can't get any of my recorded FLVs to play in FLVPlayback.

Is there somethign I'm supposed to install on FMS to get it to play properly?
 
WHat should  my path be? I've been told that the flv are living in the fms/applications/storyvideos/streams/videos folder.

I've tried every combination of paths I can think of.

View 2 Replies

Flex :: Providing Values To Components In A DataGrid?

Jul 11, 2009

I have the follwoing. :

mx:DataGridColumn width="125" headerText="Time" editable="false"
mx:itemRenderer
mx:Component
mx:HBox

[Code]....

How do I provide values from the dataprovider (which is an array of objects) to these individual numeric steppers. dataField cannot be mentioned in the NumericStepper tag it seems.

View 2 Replies

ActionScript 3.0 :: Providing Source Files To Client?

Feb 9, 2009

It is fully finished and before the site was finished we discussed charges for updates. They just requested the source files. We had never discussed this, and I do not want to give away my source files and all of my code. What is standard? Am I wrong to have them go through me for updates since this is what was discussed?

View 8 Replies

ActionScript 2.0 :: Make A Movie Clip Move Dynamically Following A Path Given By A Line?

Jun 25, 2005

How can I make a Movie Clip move dynamically following a path given by a line?? Like.... the user can draw a line and the movlieclip moves following it ? how ?

View 1 Replies

Flash :: Providing A JavaScript Link To Embed Content

Feb 8, 2010

We can obviously provide embed code to users such as.[code]which is what every (ok, so not every, but the vast majority) video sharing site does (YouTube, Break, Vimeo etc).However, somebody's pointed out that we could also provide a JavaScript embed link as follows:[code]What's the disadvantage of the JS embed option? The advantage is obvious, it's a nicer URL for the user, less characters to place in their site. I'm worried about security here, as somebody who doesn't know JavaScript; is this an inherently insecure way of doing things? And if the JavaScript URL is fine, how come none of the well-known sites do it?

View 2 Replies

ActionScript 2.0 :: Providing Dynamic Content Within A Flash Site?

Jan 19, 2007

What are the best practices for providing dynamic content within a flash site? I am trying to get my head around the idea and I am not sure how to think about this. Are there sites that use a graphic frontend for updating flash content? If so, what is the common way of doing this? XML? PHP+XML+SQL? etc. I am relatively new to all of this but I have been messing with Flash and XML. I can update stuff on my site by just modifying the XML but I want to go a step further now and create a frontend on the web where people could do this.

View 3 Replies

ActionScript 3.0 :: Path Movement - Mc To Follow The Path Drawn Out By The Player's Mouse And When The Player Clicks Again, It Erases All Of The Path?

Jul 18, 2010

So I've created a script where a mc is clicked on and the player can draw a path using the mouse. I'm trying to figure out how I can get the mc to follow the path drawn out by the player's mouse and when the player clicks again, it erases all of the path.my code is below

Code:
import flash.display.Sprite;
import flash.events.MouseEvent;[code].....

View 14 Replies

ActionScript 3.0 :: Path Resolving In Conjunction With BASE Embed Param And NetStream.play()?

Sep 11, 2011

"When  using progressive download (FLV), NetStream's .play(url) method is  not  resolving relative URLs in the expected way. Instead of being based   off the HTML's embed location and reading the "base" param, it uses the   location of the SWF file trying to load it." I have found  it on the web while searching for a solution to exactly the same  problem. Unfortunately no one provided an answer. If it is a bug it is  in fp ever since and no one has done anything with it. Does anybody know  any solution/workaround? I assume it is not possible to read base param  value from inside of the swf in order to resolve paths manually?

View 6 Replies

Flash :: Mxmlc Compiler - Source-path Preferred Over Library-path?

Nov 9, 2011

the same class is passed to the mxmlc compiler in SWF library as a symbol linkage class and again in a source-path. But the compiler uses the definition from the source-path so creating new instance of that class won't create new instance of the library symbol. How do I tell the compiler to prefer the definition linked to the symbol (the one dfrom SWC)?

I have my design assets in an FLA file and they are linked to classes (e.g. [URL]. Then I export those assets to a SWC library and pass it to the compiler. Now when I create an instance of the class (new MyAsset();) it will be a new instance of the library object.

But there are other classes too in the source folder (e.g. "com.myproject.model.*" so I need to pass the source folder to the compiler too. And that is the problem, now the compiler will use the MyAsset.as definition from the source path, not from the SWC where it is assigned to the library object so if I create new instance of MyAsset now it won't duplicate the library object.

View 1 Replies

ActionScript 2.0 :: String To _level (path) - Hide A MC Depending On The Path Variable?

Nov 24, 2004

Here's what i'm trying to do: Hide a MC depending on the path variable as:

[Code]...

Well that doesn't work, for some reason, i can't use a string as a multiple level path..

View 5 Replies

ActionScript 2.0 :: Dynamically Flv Cannot Play?

Oct 13, 2009

public function loadVideo_fun(videoFile) {

var my_nc:NetConnection = new NetConnection();
my_nc.connect(null);
var my_ns:NetStream = new NetStream(my_nc);
myVideo_video.attachVideo(my_ns);
my_ns.setBufferTime(5);
my_ns.play(videoFile);
}

the flv pause in the first frame cannot play

View 1 Replies

ActionScript 3.0 :: Senocular's Path Class - Take Line Paths - Drawn And Convert Them Into A Path Object?

Feb 15, 2010

I was wondering if it possible to write up some AS that will take line paths that you have drawn and convert them into a Path object? For example say you drew a jagged line from left to write, would there be a way to have AS convert that into a Path object.

View 11 Replies

ActionScript 3.0 :: Draw A Curved Path In Flash - Use Path Data

Aug 31, 2011

Is it possible to draw out a path in the flash editor, set its visibility to hidden, and use this path data to animate objects in AS3?

View 1 Replies

ActionScript 2.0 :: Root. - Use Parameters To Define A Path Inside A Path?

Aug 27, 2004

i have a quick question what is the syntax if u want to use parametrs to define a path inside a path? i mean:

[CODE]...

does anyone know.... it's very important!

View 6 Replies

IDE :: Debug Mode No Longer Providing Debug Info?

Dec 21, 2009

When I first downloaded Flash CS3 Professional, I was able to enter an exceedingly useful debug mode by compiling using ctrl+shift+enter instead of ctrl+enter. I could toggle break points, step in, step over and view values stored in variables at a whim.

I must have accidentally toggled some option somewhere, because this interface no longer shows up. Instead, the only extra interface I get is the output menu with the following text "Attemping to launch and connect to Player using URL <file path> [SWF] <file path> - 71984 bytes after decompression" and while the swf does halt if the as3 code reaches a break point, it doesn't tell me which break point nor give me any options to progress the flow (not even through the pull down menu I have to utilize in order to end the so called debug session).

View 2 Replies

Actionscript 3.0 :: FLVPLayback Can't Play Dynamically

Aug 8, 2009

I am building a faq page with flvs for each of the 10 questions. But for some reason the flvs will not load dynamically (with Actionscript). When I load the source from AS and write play(); I can only hear the sound but no video.

The weird thing is that the flvs play ok when i specify the source in the component inspector and don't load them from the AS.

Even weirder, i tried replicating my project on a smaller version to show the problem, just with two buttons and two FLVPlaybacks and this time it worked. But will not work on my page! I am going nuts cause i dont know why it does that! I Mean it should work but it just doesnt![code]...

View 1 Replies

ActionScript 3.0 :: Root Relative Path Vs Absolute Path?

Nov 9, 2011

This is a head scratcher. Why would a root relative path cause a Security Sandbox error.. but an absolute path to the exact same path work fine..

[Code]...

View 0 Replies

ActionScript 3.0 :: Pause / Play Dynamically Loaded Swf

Dec 6, 2009

I have a movie, called box.swf that I'm loading into controller.swf.I have two buttons on the stage called pause_btn and play_btn that I'd like to use to control the timeline of box.swf.[code]

View 4 Replies

ActionScript 3.0 :: Play Nested MC In Dynamically Loaded MC?

Jun 17, 2011

I have a dynamically loaded movieclip. Inside of that, I have a movieclip (with a menu in it) that I want to play when the user clicks a button. I can't seem to get it to work.

View 5 Replies

Xml :: Difference Between Fixed Path And Relative Path?

Apr 8, 2011

I am displaying some flash content on a fairly standard page. This works really well when the flash, xml file and html page are sitting together in the same directory.url...However, I want to display that same content in another page which is deeper inside the site but outside of the directory that houses the .swf and .xml files as well as the assets.[code]The js files are loading properly but the flash content is not, so I could use a little help getting that sorted out.

View 1 Replies







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