Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Controlling SWF's Embedded In Html



I dont know if problem has been addressed before, so here it goes. I have a php document with embedded swf files, basically im trying to acheive the funcionality of PHP with the Flash of Flash. I would like to have one embedded SWF control another embedded SWF. how would i go about doing this. Can i have the swf's talk directly to each other, or do i have to use the php document as a middle man, transfering commands between the 2 movies. In either case how do i execute this. thanks



DevShed > Flash Help
Posted on: April 7th, 2004, 09:53 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Opening HTML Page And Controlling Embedded Movie
Does anyone know how I can open a new HTML page and open the movie embedded in it to a specific frame label. I can get the new page to open, but the movie always starts in frame 1. I would appreciate any help.

Controlling Text In Html From Embedded Flash Movie?
I want to build an html page that will have a embedded Flash movie displayed within it so that I can scroll up and down a number of thumbnail images and then when one of the thumbnail is selected the html will display the text associated with that thumbnail description. The emphasis is that this text should be displayed within the html, not within the Flash movie.

I need to keep the whole thing meeting Accessibility guidelines so I want to keep the text on the html part of the page and know that this should be possible. BUT - I am also sure that this will mean me starting to learn php or further xml or something and it would really help if someone could point me in the right direction - at the moment I am not even sure of the correct jargon/words to use to search tutorials. If you haven't a clue as to what skills are going to be needed to achieve something, its hard to then find the help and training needed to acquire those skills!!

Any direction very gratefully received!!!!

Controlling Embedded SWF...
I have a swf movie which I loaded into a movie clip that is on the stage of my root movie like so...

_root.container2.loadMovie("readerA1.swf");

now I want to play a button on the stage so I can tell the readerA1.swf to play and stop. How do I do that?

Controlling Flv In Embedded Swf
Hello...

Im making a microsite and for a video section im using a movieclip container which loads in a swf. This swf has an flv embedded into it.
All works reasonably well except when your watching the flv and then click on a different button in the 'parent' swf the flv keeps playing in the background.

Is there a way in the parent swf to talk to the flv within the embedded swf?
Im sure its possible if you know what your doing! Many thanks in advance...


ps...this is how im calling the embedded swf

var imageRequest:URLRequest = new URLRequest("RedtvReadMyLips.swf");
var imageLoader:Loader = new Loader();
imageLoader.load(imageRequest);
addChild(imageLoader);

[F8] Controlling An Embedded FLV From Javascript
Hi Everyone,

I've modified a script that stops and plays flash movies (http://www.permadi.com/tutorial/flashjscommand/) to create a Play/Pause button in javascript. It works fine in animations and starts/stops the main timeline.

What I want to use it for however is to start/stop a flash video that's embedded in the swf. How do I go about doing this? I would think it involves referencing the timeline on the video rather than the main timeline - but how?

Any gidance would be a big help! Thanks.

Paddy.

Controlling Embedded Audio
Is there a way to restart audio that has been embedded if the moive has been stopped(paused)?

I've been able to call audio with attachSound() and control it using AS2, but cannot use that method this time.

Thanks

Mike

Controlling Volume Embedded Mc
Hi,

I have movie in which several clips play and I need the ability to pause and play these clips, and mute and un-mute the volume.

I have the play and pause working from the root, but nothing I can figure out will turn off the volume of the embedded clip that's playing.

I've tried declaring a new sound in both the root and in the embedded clips and using the set volume command within the mute button.

_root.mySound.setVolume(0);

I have also tried attaching sounds to the sound object but this seems to make playing and pausing the clip a problem as stop and start, cause the clip to start playing from the begging.

I will be grateful for any insight.

Chris

Controlling An Embedded Movie
I have embedded a move clip into flash. I want to control it, loop and and move to frame.

I tried myMovie.stop() and myMovie.gotoAndPlay(20);

1061: Call to a possibly undefined method stop through a reference with static type flash.media:Video.

Problem Controlling An Embedded SWF
Hello everybody!
I'm having some trouble with a video (FLV) that I am trying to play while inserting an other layer above it.
I want my output SWF file to contain the whole video inside. The only method of doing so was to convert the FLV file into a SWF file, and embedding the SWF: [Embed(source="file.swf")]

The embedded video is uncontrollable. I can't stop or mute the embedded swf.... Even before adding it to the stage, the video's sound is heard. Am I doing something wrong? Could there be a different method to embed a FLV file so my output SWF file will contain it (and there won't be a need to load it through a URL).

Thanks a bunch in advance,
OML

Controlling A Movie Embedded In A Button
I am working on a bilingual storybook application in which the user clicks on a button to toggle between English and Yupik (native Alaskan language). The button should display a 'Y' to switch to Yupik, and an 'E' to switch to English.

I have created a movie icon with two frames, one containing the E and the other the Y. When the user clicks on the mouse, the button moves from frame one to frame two, but when they release the button, it returns to frame one. How do I control that movie so that it moves from one frame to the other each time the button is released?

Thanks.

Controlling An Embedded Movie Clip
I'm new to the flash game, but I'm hacking my way through it fairly well.

My current problem is -- I have a little movie clip animation -- it's about 15-20 frames. I have it saved as a Symbol and I want to use it over and over again, in my main scene.

Now, I suppose I could just keep placing new instances of the symbol to play the animation over and over as needed... HOWEVER... I'd rather just be able to control the clip from the Main scene.

What I'd like to do is this: While the main root scene plays straight through -- it is a 200 frame animation -- I want to have complete control over the short nested clip. For instance, I might have it play through then freeze on a frame or "rewind" to frame 0 and play again as needed. Can I script such an action? Can someone give the procedure because everything I've tried is not working.


Thank you.

Embedded Flash Controlling Powerpoint?
Hey all - if I have a projector file, can I get flash to open a powerpoint document inside of it? Or, if that's not possible (which i don't believe it is) can i have a ppt document be controlled from an embedded SWF file?

Imagine that the first slide of a power point presentation is a table of contents, built in flash and embedded. Depending on what button you push, you go to different sections of the powerpoint presentation. Is this possible?

Thanks - andynick

Controlling Embedded Swf And Main Mc With Button
I have an swf embedded in my main movie clip. On the main movie clip I have a stop button. I have added the code:

on (release) {
_root.external.stop();
}

to stop my embedded swf from playing and it works but my main movie keeps playing. Is there a way to stop the embedded swf and the main movie with the same button?

Thanks!

Controlling Sound In Embedded Video
Heysan.

I've just used a lot of time serching the net for info about ways to control sound in an embedded video-file. But i can't seem to find anything. Isn't it possible to control the sound with actionscript?
Any other ways to do it?

Thanx!

Controlling Volume For Embedded Audio
I have a problem that someone may be able to help me with. I do a lot of audio/photo slide shows in flash. To get the audio and photos to synch up during the course of the slide show I have to put the audio directly on the timeline and put in the photos in the appropriate places to match the changes in the audio. I found a good tutorial a while back on how to build a volume slider in AS2 so I could control the volume of the sound on the main timeline but I can't get it to convert over to AS3.

My old volume controller basically looked like this:

within a MC instance name "knob" there is an action to make the knob slide:


ActionScript Code:
on (press){
startDrag("",false,0,0,50,0);
}

on (release, releaseOutside){
stopDrag();

}

on the timeline of the movieclip where "knob" and "track" reside there are 3 timeline actions

first frame:


ActionScript Code:
smooth_audio = new Sound();
knob._x = 25;

second frame:


ActionScript Code:
vol = knob._x*2;
smooth_audio.setVolume(vol);

third frame:


ActionScript Code:
gotoAndPlay(2);

This was a great tutorial and I'm sorry I lost track on who wrote it or I would site them here.

so I basically want to do the same thing using actionscript 3...

I have built a slider that I'm trying to use but I'm just not getting it to work right.

I have a slider that I built that I have used for other things and it would be awesome if I could build a similar functionality into it (I have a movieclips named "knob" and "track" wrapped inside another movieclip):


ActionScript Code:
stop();

var vertical:Number;

knob.addEventListener(MouseEvent.MOUSE_DOWN,mouseDownHandler);

knob.buttonMode = true;

function mouseDownHandler(evt:MouseEvent):void {
  vertical = track.y + (track.height / 2 - 6);
  knob.startDrag(true, new Rectangle(track.x, vertical, track.width, 0));
  stage.addEventListener(MouseEvent.MOUSE_UP,mouseUpHandler);
}

function mouseUpHandler(evt:MouseEvent):void {
  knob.stopDrag();
  stage.removeEventListener(MouseEvent.MOUSE_MOVE, mouseMoveHandler);
}

function mouseMoveHandler(evt:MouseEvent):void {
  ??????????????????;
}

I know the functionality should be built into the mouseMoveHandler but I'm not sure what that needs to be...do I need to make a soundChannel variable? other variables...as you can see I'm to up to speed on working with audio. If anyone can share any ideas for suggest a tutorial or something let me know...thanks!

Controlling Audio In Embedded Video
I am using a few short embeded video clips with audio. The problem is that when the video was recorded it was right channel only and a little low. It is green screen video, now with an alpha that I am keying in Flash.

Is there a way to control the audio level of the embeded video? I can't seem to find out how to do it. I am having codec issues if I edit the video/audio in Premiere and then try to create an alpha with Ultra. So that isn't an option either.

There doesn't appear to be a way to target the audio only. How about actionscript?

Controlling The Volume / Soundtransform Of An Embedded Flv
i came out of hibernation.

anyone know how to do this? it was easy in AS 2, but I need to be able to control an embedded flv's sound in a timeline in AS 3. I am well versed with streaming .flv's externally in AS 3 / Custom video players, but I want to try and avoid that in this case if at all possible.

any ideas peeps?

thanks.

Controlling Embedded Movieclip Question
Greetings Flashers-

How do I get an embedded SWF file with buttons to ONLY move around within it's own timeline, without affecting the _root timeline also?

When ever I click on a button within embedded SWF to move position, it also causes it to move into the same position on the _root timeline.

Please Help-
Thanks in Advance.
Gerald A.

URGENT: Flash Navigation Embedded In Html That Link To Frameset Content In Html
Hi all,

I want to build a website that consists of a menu navigation (made in flash but embedded in a topframe in dreamweaver. On the left site, there would be some flash animations (images etc.)embedded in the leftframe and in the right/main frame, there would be either flash content or html content (depending on the content). The menu bar is made of 7 buttons; when you mouse over a button, you get a scrolling menu with different items, those buttons items have a rollover effect and when you click on one of this items it will load either a flash or html content in the right/mainframe of my dreamweaver site. My question is what is the best way to build this navigation bar so that when i click on one of this item, it will load the correct content in the right/main.frame.html. When this occurs, i want that the scrolling menu still displays while the content is loading so that when the visitor have seen the content, he just needs to click to another item to load the content (so no ectra step). Please help me with this as it urges.
Be clear in your responses as i am not a pro of actionscrit!
Many thanks, lineda

Controlling A Button Embedded In A Movie Clip
Hello all!
I am creating a game where there is a box, and when you click on the box your score raises and the box moves to another random position.
I am using Flash 7.0.
I use attachMovie() to place the box, and I want to be able to access the button embedded in the movie clip that I attached. But how? Whenever I try it ends up doing nothing. This is kind of hard to explain, so tell me if you don't understand.
Thanks,
Blake

[CS3] AS2, Controlling Embedded Timelines From Main Timeline
If anyone can help with some hints, I would surely appreciate it.

I have a movie that demo's how a product works, and is going to be used for live, projected presentations. Each of my sequences are developed as single mc's on main timeline. It's easy enough from me to call a stop action using a controller located in each mc with the onRelease command.

some of my sequence mc's contain child mc's embedded ing them. I would like to know how to control all mc's, in all sequences, from main timeline. This doesn't seam like it should be that difficult, but for the life of me, everything I can think of, doesn't work.

Can anyone help?

TIA.
James

Controlling Embedded Captivate SWFs In Flash
Hi:

I have a SWF (SWF A) that I'm loading into a movieclip (Movieclip C)which is part of another SWF (SWF B). Basically, SWF B functions as a player, with play and pause controls. These controls control Movieclip C where the external SWF A is loaded into.

Normally, I have had no problem with this and it always works. At run time, when you click the pause button on SWF B, a stop() command is issued to Movieclip C, which stops the play of the external movieclip (SWF A) loaded into it.

However, I did a screen capture with Captivate and published it as a SWF. I loaded this SWF (SWF A) into Movieclip C in SWF B at run time. However, clicking the controls on SWF I created has NO EFFECT on the SWF I created in Captivate. It just keeps playing.

I guess all SWFs are NOT created equal. How can I make this work?

By the way, I do not want to use the embedded controls that come with Captivate.



Loren
“The only real mistake is the one from which we learn nothing." - John Powell

Quick Refresher.. Controlling Embedded Videos?
Hi guys


I've imported a FLV (tried avi files als) video into my flash project, and then placed that video file into an MC as Graphic

In the timeline i have 50 frames of that MC w/ embedded video... and i selected:

Play Once, First Frame 100


in the authoring environment, moving the timline from frame 1 to 50 shows the right part of the video being played..

however, when exported into SWF, the video file insists to play from FRAME 1..

tried so many things.. cant seem to make it work.. can you guys make this work?

What im trying to do really is embed 1 video into my flash document, and play parts of that video in a different sequence via Graphic Properties (Playones, start frame xx)


Thanks

Swf Embedded In HTML
I'm in a soooop.
My site has a top panel in HTML but the main content - ie rest of the page - in flash. On clicking on a button in the HTML, I need to replace the originally embedded SWF file with a new swf.
But the catch is (a) not have a popup window open on button click and (b) call a particular label in the loading swf file.
Please help.

Embedded HTML
Is there a way to put HTML into your flash movie? I want to have, say, a "News" html page that will be surrounded by my flash movie. Is that possible?
-Greg Koreman

Embedded HTML?
I'm working on a project that would be greatly eased if I could embed full web pages (written in HTML). I know that Dynamic Textboxes can grab text from files and render that text as HTML; however, neither images nor many critical HTML tags can be rendered through this approach. Is there an alternate solution that would allow these things?

Swf Embedded In HTML Email
I am trying to embed a swf in an html email. Our company's email settings do not allow ActiveX objects in html email to display. Does anyone have a suggestion of how to embed an swf in html without using ActiveX controls? Thanks!

Flash Embedded In HTML
I am new to Flash & was wondering if anyone out there can help me... I would like to embedded a .swf file to an html and I also need to take it to the home page after it done playing the file. Thank you in advance for your help.

Html And Embedded Fonts
I have two questions about embedded fonts.

(1) is it possible to have an embedded font appear without antialiasing? and (2), I noticed that when I use the bold tag with an embedded font in an html-enabled text field, it does not appear bold even if I have the bold version embedded. Is it possible to make the bold tag work with an embedded font? Thanks!

Does Flash Have To Be Embedded In HTML
Is there a way to create a website in Flash and not embed it in an HTML (index.htm) file?

SWF's Embedded In HTML Page
I have a group of files that make up the top of every page of a web site.

One of these files is a SWF that plays an opening music clip when the page opens and will change the music if any one of several buttons is clicked. You can see it here:

http://www.aromasensations.com

Everything works perfect except when you go to another page. Whatever music was playing stops and the openiong music clip starts playing over.

I understand why this is happening, but dont understand how to keep it from happening.

The top group of files is exactly the same on every page, so is it possible to only change everything below these files when going to a new page, this way the SWF would remain open and the songs would continue.

Or is there another possible solution?

Thanks

Swf Embedded In HTML Background
I'm just trying to figure out how to add an swf to the background of a site that contains a combo of swf's and HTML, all in tables...

I'm using Dreamweaver...I tried this code:


Code:
<style type="text/css">
<!--

#divFlashBackground {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 10;
}

</style>

</HEAD>
<BODY bgcolor="#FFFFFF">

<div id="divFlashBackground">
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="100%" HEIGHT="100%" id="background" ALIGN="">
<PARAM NAME=movie VALUE="sunProblem.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=opaque>
<PARAM NAME=bgcolor VALUE=#CC0000>
<EMBED src="sunProblem.swf" quality=best wmode=transparent bgcolor=#CC0000 WIDTH="100%" HEIGHT="100%" NAME="background" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</div>

</BODY>
</HTML>
But it sits above the HTML content...yet...below the other swf's on the page...

Any help is seriously appreciated.

Bluej2

SLOW When Embedded In HTML?
I created a dynamic map with Flash 8 that loads/parses XML from a text file residing in the same directory as the swf. When we go live I will be using a web service, but for now I am using the XML test file.

When I view the swf directly online, response time is fast. But I had to embed it in an HTML page because users needed to be promped to download vers. 8. I used the embed function in the publish settings of Flash to create the HTML page.

But the problem is, the embedded version is significantly slower than just viewing the file directly. Rollover and onrelease responses take forever, and sometimes the whole thing freezes completely and does not respond at all, and I have to x out.

What is the deal??? Am I missing something here? Does anyone have a similar experience/solution??

Thanks for any help!!

Swf Faster Alone Than Embedded In Html
Hello forum!

Does anybody knows this problem? When my swf his embedded in html, it is slower and more jerky than alone.

Swf Won't Diplay When Embedded In Html
Hey everyone, I have an swf I'm trying to embed into my homepage but it will not show up on the page for some reason. Here is my embedded html code and css used to display it:


Code:
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml" />
<title>BSN Productions</title>
<link rel="stylesheet" type="text/css" href="css.css"/>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="flash/AC_RunActiveContent.js" language="javascript"></script>
</head>
<body>
<div id="header">
</div>
<div id="mist">
</div>
<div id="content">
<div id="logo">
</div>
<div id="practicepics">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '369',
'height', '251',
'src', 'pics',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'transparent',
'devicefont', 'false',
'id', 'pics',
'bgcolor', '#ffffff',
'name', 'pics',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'pics',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="369" height="251" id="pics" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="pics.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="pics.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="369" height="251" name="pics" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</div>
<div id="mainstatement">
</div>
<div id="news">
<img src="images/news.png"><br />
<h1>WRI GRANT PROGRAM</h1>
<p>Figure out how flash pictures will work. when user scrolls over, picture should come out slightly
and name of topic should appear under. When page loads, pictures should appear to fall from
black header.</p>
<h1>NEW FIELD OF TECHNOLOGY</h1>
<p>Figure out how flash pictures will work. when user scrolls over, picture should come out slightly
and name of topic should appear under. When page loads, pictures should appear to fall from
black header sdafjadsfl dfsjkdsf k fdsajf dsk fdkajf d kdf dkf ad kd fksda f kdf dk salf cdd.</p>
<h1>SUPER BEING CREATED</h1>
<p>Figure out how flash pictures will work. when user scrolls over, picture should come out slightly
and name of topic should appear under.</p>
</div>
<div id="randquote">

<script language="JavaScript">
<!--

/*
Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
Over 400+ free JavaScripts here!
Keep this notice intact please
*/

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="images/quote1.png"
myimages[2]="images/quote2.png"


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0>')
}
random_imglink()
//-->
</script>

</div>
</div>
<div id="footer">
</div>


Code:
#practicepics {
margin-left: -70px;
margin-top: 30px;
width: 369px;
height: 251px;
}

[CS3] Width 100% On Html With Embedded Swf
Hi all,

I am creating a Flash project for a fundraising event and tend to test it every now and again. It is an accordion menu. It is going on a html page. I want the height to be relative to the width and the width to equal 100% of the browser window. When I set the html publish settings, I set it to 100% width & height. Then I embedded a swf using the loadmovie() method. I published it again. Everything seemed to be working OK but when my menu loads with the embedded swf, it goes back to normal size (actual size of project - 450x230). Plz help! very urgent!

Getting Variables From HTML Embedded Obj
This SHOULD be easy

I inserted a tag in my html page for my flash movie within my flash object tags
<object>
<...stuff>
<param name="contentpath" value="$filename">
</object>


How do I pull that variable into my flash movie

using flashvars? I tried a dynamic text box with a value of contentpath but that did not work. I also looked at LoadVariables() but it seems to load stuff from a text file.

I just want this variable thats on the webpage to get into flash

easy? ?? perhaps?

thanks
mcm

Embedded Fonts With HTML
So I have a textfield I've created in AS using createTextField. I've set embedFonts to true and all of that part works fine. My font shows up and it works. My question though is how do I get my HTML formatting to show up in this textfield? I understand why it's not working, I'm just not sure what the work around for it. For example, my embedded font is Arial, 12pt, no bold, no italics. So if i'm setting my html to true and setting my htmlText = "<b>this should be bold</b>", it's not bold. Does anyone have the solution for embedding fonts and keeping your HTML formatting? I need to embed the font because I'm doing alpha tweens on the MC that contains the textfield. So PLEAASEE if anyone has the answer to this (i'm suprised it's not a more common problem) please help me out, I'd appreciate it! THANKS!

~Ben~

Embedded Swf In HTML Page
Here's the link:
www.sandmanmedia.com/testing/sandmanmedia2.html

How can I get that blue background graphic evenly on both sides of the embedded swf?

I've basically made two tables in dreamweaver. One for the swf and one for the blue graphic

Sandman9

Please Help: Embedded Flash In HTML
I have read several topics about embedding flash in HTML and I feel that I have chosen the best way to my ability. BUT, it is centered appropriately in Internet Explorer and Safari, but not Firefox.

***if you dont want to read my progress in trying to get it centered, just go to bottom***
Begin story (ill write it as briefly as possible)

First I used Flash's built in menu to publish to a 100% by 100% window. This successfully embedded my flash file into html, BUT some users experienced that the flash movie would never launch when I used this method.

I solved this by installing a flash version detection object that I found while browsing this site. I can't remember its name, but you can probably figure it out by viewing my site's source code. After following the tutorial, and cutting/pasting code... everything seemed to work EXCEPT..

Now with this flash version detection object, I had to place my code for embedding the flash movie inside of the code of this detector... the code that I used for the 100%x100% fit would not launch the movie at all now. So I reverted back to simply adding the flash movie without any formatting (Insert>Media>Flash Movie). This version worked perfectly in every way, but it would never center in the window. I've tried changing the variables in the code to 100% x 100% and changing the alignment tags to center.... but none of it had an effect. The closest I got it to be centered with this detector was if the entire movie stretched to fit the screen.

*** End story ***

Would anybody mind checking my source code to see if I have anything that is redundant that may be screwing up the formatting?

http://www.yoelinphotography.com/main.html

Thanks so much for reading

Embedded Html Text Help
seems to either not be antialiasing, or maybe there's something else wrong.. but it looks jagged.. any common reasons for this? I assumed _textHolder.antiAliasType = AntiAliasType.ADVANCED; would fix it, but it still looks weird.. see photo

Embedded Swf In HTML Page
Here's the link:
www.sandmanmedia.com/testing/sandmanmedia2.html

How can I get that blue background graphic evenly on both sides of the embedded swf?

I've basically made two tables in dreamweaver. One for the swf and one for the blue graphic

Sandman9

SWF's Embedded In HtML Not Working
So I finally finished my site, and it works great - but when I try to open them from an HTML file (testing them from Dreamweaver) it blinks through the pre-loader and then stops dead.

A friend who does this professionally had me send him the files and they work fine on his PC (I'm on a Mac). So he has no idea ("well at least we know they work on a PC). I tried making HTML's right from Flash and then from Dreamweaver, and I also made sure all my plug-ins were updated, still nothing. Has anyone encountered this? Arrrrrgh... And of course my client is expecting the files tonight...

any help much appreciated -
thanks

Flash Embedded In HTML
HI!

I was wondering if it is possible to detect wether the mousepointer is hitting a flash movie or not: elsewhere in the HTML page. The movie im making needs to be flash 5 though.

plz help!
Jan

How Do I Embedded My Flash .swf Into An HTML File?
It's probably really easy, I just don't know how.

Can You Load HTML Into Flash If It's Not Embedded?
I was just wondering if it is a limitation to use an swf file alone as a homepage.

I like how it fills the entire page when it's not embedded in HTML. However, I want to be able to call up text with the load text action. Is that possible if the swf file isn't embedded in HTML? Can you do pop-up HTML windows from a stand-alone swf file? Thanks

Swf Talks To Other Swf Embedded In Same HTML Page
Hello,
If I have 2 different swfs loaded into different areas of an HTML page, how do I send a variable over to one then back again, when let's say, a button in one is clicked?

Do I have to send the variables up to a script on the server? If I do have to send it up to a script...how do I get it over to the other swf??

thanks,
morgan

HTML PAGE Embedded In Flash? Since When
Okay I have just been wiewing a flash website over at
http://generals.ea.com/english-full/launch.html

And they have an HTML page embeded in the actual flash movie.
The embeded file is:
http://generals.ea.com/english-full/arc7-2002.html

I always thought this was impossible. Is this a new feature in MX?

(I would have done a search first, but the search feature seems to be down )

Embedded Swfs In Html Email
I am trying to send html emails with an embedded swf inside. Everything is fine except for AOL email accounts... It doesn't show. Does anyone know how to get around this? Thanks

Copyright © 2005-08 www.BigResource.com, All rights reserved