Professional :: Run Project (main Container SWF And Child SWFs) Into Another Container File Which Place On A Website?

Jun 17, 2010

I am facing a issue in Flash container. I am having a project which has main container which call different SWFs into it. Now I call this main container file into another container, and their problem starts. Many option doesn't work properly which generally have _root, _parent etc...
 
If I want to run project (main container SWF and child SWFs) into another container file which place on a website. I want to show whole project from this container file so what I need to do?

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Loading External SWFs From Another External Swf Into The Main SWF Container?

May 4, 2011

I have created a main "site.swf" file that loads a "default.swf" file into a container after a preloader. On this default.swf file I have buttons that needs to load new external SWF files in its place in the container. All of the external SWFs contain buttons and navigations that will also call up other external SWFs into this container. So, I would like to know how to program each button (some are movieclips as buttons) to unload itself and load the respective SWF into the container (eg. AboutUsButton to call up aboutus.swf into the container). I do not have a main navigation on the site.swf file bacause the navigation changes on each SWF that needs to be loaded into the container.

View 2 Replies

Professional :: Flash File Out Of Container In Firefox

Feb 6, 2010

Firefox throws the flash file out of it's container? The page behaves correctly in IE8 (32bit). I posted in DW forums who suggested it was a flash issue and not DW. [URL]

View 10 Replies

ActionScript 3.0 :: Swfobject: Place Swf Inside A Container?

Oct 13, 2009

how I can use SWFobject to place a SWF inside a container?

I am using SWFobject to make the width and height 100% so that it takes the entire browser screen. However, I want my swf to stay within a horizontal border (so that it takes up say 100% height and 90% width). But, even if I place the flashcontent div (that I target with SWFobject) within another container div (which I only target with CSS, with 90% width and center it). The SWF file will take up the whole page, going over the margins of the container div.

View 2 Replies

Flex :: Prevent Container In ItemRenderer From Exceeding Width Of List Container?

Jul 2, 2011

In a Flex Mobile project I have a simple itemRenderer where I'm trying to create an "bubble" texting effect, similar to ichat or iphone (just so you get what im going for). But if the text is longer than the screen it runs off, rather than just going down a line.

If I set Group thats holding the rectangle(to create the bubble effect) and the label to 100% it works and keeps it from exceeding the list containers bounds, BUT the group is always at 100% and looks bad, I'm trying to keep the "bubble" JUST AROUND the text.

Anyway so, at the top of my itemRenderer I tried specifying:

<s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" width="100%" height="100%">

And here's my layout I figured since msg_container has a width of 100% I was hoping bubble_lable_group would just not exceed that but...it doesnt...it just runs off. I tried setting a max width but that does not allow you to input percents. And just to say it 1 more time. I know if i set bubble_lable_group width to 100% it works, and keeps it from going off the edge, but then the rectangle "bubble" stretches all the way across and just looks bad.

<s:VGroup id="main_container" horizontalAlign="left" paddingBottom="10" paddingTop="10"
verticalAlign="top" width="100%">

[Code]....

View 1 Replies

ActionScript 3.0 :: Place Two Or More Instances Of The Same Loaded From A Loader Bitmap In One Container??

Nov 29, 2009

Is it possible to place two or more instances of the same loaded from a loader Bitmap in one container?

View 1 Replies

Flex :: Dynamically Adding Container To A Dynamic Container

Sep 21, 2011

I have a loop that goes through data from a book and displays it. The book is not consistent in it's layout so I am trying to display it in two different ways. First way(works fine) is to load the text from that section in to a panel and display it. The second way is to create a new panel (panel creates fine) and then add collapsable panels(nested) to that panel. Here is the code from the else loop.

else if (newPanel == false){
// simpleData is just for the title bar of the new panel
// otherwise the panel has no content

[Code]....

The error I get is: ReferenceError: Error #1069: Property panel4.4 not found on components.readTest and there is no default value.

I have tried setting the "name" property instead of the "id" property.

View 1 Replies

ActionScript 3.0 :: Loading Different SWFs In The Same Container?

Mar 1, 2009

i have main swf that loads external swf, here is the main FLA. the animation begins and stop at frame 71:

frame 71: there is empty movie clip with instance name container, this code in frame 1:
ActionScript Code:
var currMovie:String = "section1";

[Code].....

at this point, it loads sec1.swf, but when i click to load other swf, it will not respond.

View 3 Replies

Javascript :: Dynamically Loading SWFs Into A Container?

Aug 19, 2011

I'm writing a preview site that will load SWFs/images from a URL into a preview pane. However, the primary problem I'm running into is actually loading these SWFs. It seems that the object/embed tags require width/height attributes. I will not know the exact size of these SWFs; in fact, I will know absolutely nothing about them.

What I'm asking is, what is the best way to load in these SWFs? Is there a library that exists to do this? Or do I need to do it myself?

View 2 Replies

ActionScript 3.0 :: Loading Container To Swap .swfs?

Nov 11, 2009

I have been trying endlessly to find a solution for a problem. All I want to do is to be able to load a loader container on to the stage and swap out each swf by hitting the corresponding btn. I found a code to do this and it works on static swfs but when I link xml photogallery swfs to it I get all kinds of output errors but the functions work in a browser. I know it is the code as I have tried 4 different kinds of xml photo galleries and all return similar output errors.

I know this is a bit of a pain in the @#$ but if someone could have a look at the zip file in the link below which contains a main.swf, an swf folder and one swf inside including all the xml. You will see what I mean. What I really need to acomplish is to have a set AS3 code for doing this, I'm sure a seasoned AS3 pro could look at the code in the file and see why I get the errors or I'll even settle for a code that works. I'm the kind of person that likes to know why something doesn't work and when it works I like to know how as well. This is one of the reasons I've been knocking myself out for days as you will see posts of mine about this.

zip file link is here

[URL]

View 0 Replies

ActionScript 2.0 :: Loading / Unloading Of Several SWFs In Container

Apr 23, 2010

I am creating a course that requires loading/unloading of several swfs in a container. My course structure is something like :
Course->Module01->src->test.as
->Module02->src->test.as

When I load file from Module01 in my container it works fine, but files from Module02 is not working as they should. They seem to be reading the code from the as file in Module01. The course works fine when I give the as files different names, but I want to keep the names as they are now as I have created several modules and sub-modules on similar structure.

View 3 Replies

ActionScript 3.0 :: Loading External Swfs Into A Container

May 19, 2010

I have an empty movie instance called 'contentClip' sitting in an swf called 'middle' on the main timeline. I have a number of buttons to call external swfs into the contentClip but I'm struggling with the exact script. I am creating a fluid layout so I am using an actionscript file to place the header, footer and middle sections. The script I have for the buttons follows but my poor knowledge is creating a new instance rather than filling my contentClip instance.

[Code]....

View 1 Replies

Flex - Hide Container Of A Viewstack Container?

Dec 23, 2010

I have a viewstack container w/ 3 views: red, black, and blue. How can I completely hide the black & not include it?

[Code]...

View 2 Replies

Flex :: Drag Circle From One Container To Another Container?

Jan 13, 2012

I am creating an flex Air project,so mxml file will run. I have circles in one Big circle at one side and will be same on other side.

Now how to drag any circle from any Big circle to other side. Or it could be like any two container having circles, then how to drag and drop circle?

For one circle i am able to do drag and drop.But I want one Big circle on left hand side and one big circle on right hand side .And small circles with class names will be in these big circles.Now i want to drag and drop those small circles in big circles.Big cicles should not move. Even i have tried this code in actionscript

package
{
import flash.display.Sprite;
import flash.events.MouseEvent;

[Code].....

But in this i want big circles should not move and small circles should only be dragged.

View 1 Replies

ActionScript 3.0 :: Scale Container In Another Variable Container?

May 6, 2010

I need to place an image into a container. The problem is that I will not know the size of the image or the container beforehand, so it all has to be dynamic.this is how I started (have not gotten to stage(or container) changing size yet. No matter what I try, either all the images are the same width, or they are all the same height. If some images are portrait and other landscape, I don't want all the images to be X pixels high. In this variation of the code, all the images turn out the same height, regardless of portrait or landscape.

ActionScript Code:
var ratio:Number = container.width/container.height;//get the ratio, if width is bigger than height then ratio is greater than 1, else ratio is smaller than 1

[code]........

View 0 Replies

Hide A Child Container Of A Viewstack?

Jun 29, 2010

I have a tabbar whose dataprovider is a viewstack and the viewstack contains a group of vbox containers. I am trying to hide one of the vboxes based on a certain condition but the tabbar still shows the corressponding tab for the hidden vbox. I set the visibilty and includeinlayout of the vbox to false but the tab still exists.

View 1 Replies

Actionscript 3 :: Add Keyboard Shortcut To Flex-project To Focus Container Browser?

Nov 9, 2011

What would be the appropriate way to add some AS in a flex-project, giving giving focus back to the parent browser.

ctrl-q: i'm blurring flash
ctrl-t: ah, a new browser tab.

View 1 Replies

Javascript :: Run In Flex Mobile Project - Error #2067: The ExternalInterface Is Not Available In This Container

Dec 21, 2011

From what Ive seen, most of the examples of using Javascript in Flex are designed for for the full desktop version (or for the browser) and not Flex mobile. For example using ExternalInterface in a Flex mobile project gives the error: Error: Error #2067: The ExternalInterface is not available in this container. ExternalInterface requires Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other browsers that support NPRuntime. Is it possible to call Javascript (such as the Google Maps Javascript API) in a Flex mobile project?

View 1 Replies

Target Container On Main Timeline?

May 19, 2009

I have 3 movieclips on the main stage.

btn1, 2, 3

I have this code in the maintime line, that when i click a button, the btn the stays static (like its on), when i click another btn, it switches on the next button and loads an external swf.

Each button's instance name is button1, 2, 3..and more buttons I add the stage I would increase the button number, so for 3 buttons on stage I have up (var buttonNum:Number = 3

code//
var buttonNum:Number = 1;
for (i=1; i<=buttonNum; i++) {
this["button"+i].onRollOver = function() {

[Code].....

This all works fine.

I have built a scroller with thumbnails as movieclips and would like to add this code to movieclips.

The thumbnails are indivdual moviclips and are inside a movieclip (productscroll), as the dragbar i am using targets the clip (productscroll) to scroll the thumbnails.

I basically need the same actions as the buttons. When I click a thumbnail I need to load an external swf.

View 3 Replies

ActionScript 3.0 :: Call On A Specific Child In A Container?

Nov 4, 2010

I am loaded images into a container that is being displayed on a map.  I've created a string of my images names and am looping a loader to load each image and add them to the container.
 
var overlays=["compsmall.png","compsmall3.png","compsmall3.png","compsmall4.png"]
var overlay_container:MovieClip= new MovieClip();
function calloverlays():void

[Code]....
 
Once all of my images are loaded into the container overaly_container how can I call on a specific child of the container?  For example how can I call on compsmall2.png once its been loaded into overlay_container?
 
I place these images onto a map by placing the whole container at the correct location.  I then turn layers on/off by adding and removing the children within the container.  This is why I'd like to specify a specific object in the parent.

View 3 Replies

Actionscript 3 :: Targetting The Next Container Child In Flex?

Sep 27, 2011

i have created a couple of buttons at run time in flex. when i click on one button using event.currentTarget property i can change its properties like x,y,label etc , also i can get its index. Now i can found the next child index too but how can i change the properties of next child using its indexCurrently i am using getElementIndex(Button(event.currentTarget)).x for changing its x coordinates. Need to change the coordinates of the button next to it.

View 1 Replies

ActionScript 3.0 :: Set MouseEnabled=false For Each Child Of Container?

Jun 22, 2011

PHP Code:

container.mouseChildren=false;container.mouseEnabled=false; 

to set mouseEnabled=false for each child of container would not help performance right?

View 4 Replies

ActionScript 2.0 :: ClearInterval - Loading / Unloading External Swfs Into A Container Movie

Jul 9, 2005

when loading/unloading external swfs into a container movie,i`ve noticed that any intervals (within the loaded files)i`ve used are not being cleared despite the movie being unloaded causing errors when the same swf is reloaded. Without manually clearing all intervals is there a way round this?

View 1 Replies

ActionScript 1/2 :: Refresh Inside The Main Swf Container?

Mar 23, 2012

I have a main swf container, who loads external swf . All my files are connected a php files who are connected  one database in one server. Sometimes when I load my project the external files they take a long time to load.

View 2 Replies

ActionScript 2.0 :: Main Container - Loading SWF Into MC Via Button

May 10, 2004

I'm working with several nested movie clips. My Main container (the GUI), and the content MC's. The Main Container loads, via a button, another SWF file into the MC
"_root.content" (_root.content.loadMovie("filename.swf"))

Within that loaded swf file I've got a script to load information from an XML file, and add it to several dynamic text boxes. The XML loads fine, and the SWF file works fine, as long as it isn't in my container movie..
itmHeader = _root.attachMovie("movieName", "movieAlias")

I have tried root, parent, and this.. and none of them work while the SWF file is loaded into the container movie.. and the only one that works when I run the SWF file by it's self _root.attachMovie is the only command that shows the information as intended (at all).

View 3 Replies

ActionScript 2.0 :: Create A Container MC On The Main Timeline?

May 1, 2005

I want to create a container MC on the main timeline and have different buttons that load a different navigation within the same container, and also has a preloader.

View 2 Replies

ActionScript 3.0 :: Accessing Child Properties Of Items In A Container?

Jun 8, 2011

Basically, I have a menu created using XML. Each menu item has a fill that fades in and out as the user scrolls over them. What I want to happen is that when an item is clicked, it stays highlighted. The problem comes when I click on the second item. I can't get the first item to "unselect."Here is the menu code and functions.

Code:
var menuHolder:MovieClip = new MovieClip();
menuHolder.x = myMask.x;

[code].....

View 6 Replies

Loaded Child Movie Controlling Container Parent

May 14, 2009

i'm a designer trying to step up my flash skills and have a scripting problem that's causing me trouble. essentially i have a child swf loaded into a container in a parent swf and want the child to be able to instruct the parent. to explain in full, the child contains an flv with bespoke video player components. it's container sits in one frame of the parent. when the flv finishes playing, i need the parent swf to move onto another frame.
as it's a controllable flv, it isnt possible to predict the exact length of time the child will need to be present, so it literally needs to tell the parent it's finished playing at that very point.

[Code]...

View 9 Replies

Flex :: Resizing A Container When Child's Visibility Is Changed?

May 28, 2010

When I set the visible property to false for a child in a container, how can I get the container to resize? In the example bellow, when clicking on "Toggle", "containerB" is hidden, but the main container's scrollable area is not resized. (I do not want to scroll through a lot of empty space.)

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<![CDATA[

[Code]....

View 2 Replies

Flash - How To Pass Variables From One Container MovieClip To Child

Nov 13, 2010

My question is not like the one I read because the context is different: Let's say instead of embedding a flash inside an html page with some flashvars, I want to embed it inside another flash or flex. How to set the flashvars in this case (using ActionScript 3)? So how to embed Flash in another flash and set same variables as it was embedded in html by passing querystring or flashvars.

View 1 Replies







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