HTML File Substitute And Image Instead Of Flash
HELP! I already uploaded the website and it contains flash for the header. I just found out that people who do not have flash it just shows a blank box. How do I detect the if the audience has flash and if they don't just have a picture show up.PLEASE HELP!Thanks,HeatherWebsite: www.jacobusenergy.com
Adobe > Flash General Discussion
Posted on: 01/22/2009 07:43:26 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Flash Substitute Image Or Animation
I recently came across a JavaScript that checks for the Flash plugin and substitutes the swf with a static image if none is detected (see below).
I was wondering if there exists a script that will generate a static image of the first frame of the swf file on the fly, and then use this generated still image to display. The flash file will be updated frequently, so generating the static pic on the fly will make updating more manageable.
Earlier mentioned coed:
Flash Detect: Image or Animation
In this script, the HTML page will check to see if the user has Flash. If the user has Flash, the animation contained on THE SAME page will be displayed. If the user does not have Flash, a graphical representation of the animation you provide will be displayed.
You will need to make some minor modifications to the above script for it to work properly for your site. Replace all instances of script.swf with the path to your Flash movie. Likewise, replace all instances of script.gif with the page to the image that will be displayed if the user does not have Flash installed.
The above pieces of code should help you in creating your own Flash Detection script. There is no way for you to cover 100% of all users. There will always be some user on a new, arcane browser that does not work with the re-direction. With these scripts, I am confident that you will target a majority of users on various platform/browser configurations!
Here's the code:
<SCRIPT LANGUAGE=JavaScript1.1>
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words[i])))
continue;
var MM_PluginVersion = words[i];
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript>
'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next
');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFla sh." & MM_contentVersion)))
');
document.write('</SCR' + 'IPT>
');
}
if ( MM_FlashCanPlay ) {
document.write('<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="script" WIDTH="300" HEIGHT="200" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="script.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> ');
document.write(' <EMBED src="script.swf" quality=high bgcolor=#FFFFFF ');
document.write(' swLiveConnect=FALSE WIDTH="300" HEIGHT="200" NAME="script" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT>');
} else{
document.write('<IMG SRC="script.gif" WIDTH="300" HEIGHT="200" usemap="#script" BORDER=0>');
}
//-->
</SCRIPT><NOSCRIPT><IMG SRC="script.gif" WIDTH="300" HEIGHT="200" usemap="#script" BORDER=0></NOSCRIPT>
How To Display Gif Image In Flash Textfield From Html File
Hi,
I have loaded an html file and displayed in textfield in flashMX2004, It is displaying every thing except the gif image. I am placing the sample code;
var my_lv=new LoadVars();
my_lv.onData=function(prm_data){
if (prm_data){
txt=prm_data; //this will be the raw content, exactly from the .html file
img_txt.html=true
img_txt.htmlText=_root.txt
} else {
trace("error in loading data");
}
};
my_lv.load("ex.html");
if that html file contains gif it is not displaying . Any one can give any suggestions regarding this.
Thank you for your time and consideration.
Regards
Advika
JPEG Substitute For Flash
When someone doesn't have Flash installed (what kinda browser are they using?) or if it's just disabled or what not, what is the code you need in order to provide alternate JPG or Code for the Flash area content.
I know you could create a javascript program to detect it and then either show the JPG or embed the SWF, but is there code that's built into the Flash Object or Embed tags?
OnEnterFrame Substitute In Flash 5
The onEnterFrame action isn't supported in Flash 5. The closest thing I can find to a substitute is onClipEvent (enterFrame). However, this must be on a movie clip. Is there any similar action in Flash 5 that can be put on a frame in an actions layer and do the same job?
I'm trying to do beginner tutorial #44, which uses onEnterFrame to tell two movie clips to move to the left a certain number of pixels.
The tutorial puts this action in the first frame of the actions layer:
this.onEnterFrame = function() {
_root.moveLeft(reel_speed);
};
Since I'm moving two movie clips, and which two movie clips is changing, I can't use onClipEvent.
Anybody have any ideas? (other than to go buy Flash MX 2004 )
Is It Possible To Substitute Flash With A Graphic
Normally when someone doesn’t have flash installed on their system, a pop-up appears to download the plug-in. Instead of the pop-up, I’m wondering if it’s possible to have a graphic appear in the html table instead of the Flash swf when this occurs? Maybe with Javascript or something.
Odd customer request...
Thanks for any info in this.
Loading Tex From External Txt Or Html File And Image Question - Please Help
I have a template from templatemonster, (a full flash template) and I wanted to know what do I do or what kind of tags do I use so the text loads from an external txt file and likewise so that the images load from an "image" folder?
I have never done this before so bear with me here. I am assuming that the text needs to be changed to dynamic, but thats where my educated guessing ends lol
I Will Pay For The Solution To This - Flash XML Gallery Substitute SWF For Text
Hi, all,
I'm reposting this message as I realized I mis-titled it the first time. And I really do mean it: I will pay for a working solution to this problem. I need to do this for a client and not getting it done is not an option.
I'm using Flash CS3 and have built a slide show using the excellent XML Photo Gallery tutorial, as well as adding sound thanks to another post in this forum. It's all working like a charm. The only bad thing is: I want to place .swfs files where the dynamic text is right now, and can't figure out how to do it.
What I really want is one large image/JPG on each slide, and below that, instead of the dynamic text shown in the tutorial example, a smaller .swf file should appear. (For this project, the text itself needs to be animated, and I can't do that with the <caption>/dynamic text option; I need to insert an SWF.) I'd really like to do this using XML since that's working so nicely otherwise and will be so easy to update in the future if the client wants to add new slides.
Can anyone provide me with the actionscript code to use in the context of this photo gallery? I'm not advanced enough yet to know where or how to place code that doesn't fall into this gallery/AS format.
(I'm not being lazy: I have looked all over these forums for hours, read through about 60 pages of tutorials, went through the whole XML Photo Gallery with Thumbnails hoping I could somehow alter that to meet this project's needs... no dice. I had gotten far enough in that tutorial to be able to insert an empty movie clip where I want it, but could only figure out how to fill it with JPGs from the XML, not SWFs... and in any case the images did not then work correctly while advancing the slides.)
Here is my current Actionscript code:
************************************************** *****
function loadXML(loaded) {
if (loaded) {
xmlNode = this.firstChild;
image = [];
description = [];
audio = [];
total = xmlNode.childNodes.length;
for (i=0; i<total; i++) {
image[i] = xmlNode.childNodes[i].childNodes[0].firstChild.nodeValue;
description[i] = xmlNode.childNodes[i].childNodes[1].firstChild.nodeValue;
audio[i] = xmlNode.childNodes[i].childNodes[2].firstChild.nodeValue;
}
firstImage();
} else {
content = "file not loaded!";
}
}
xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;
xmlData.load("infant_images.xml");
/////////////////////////////////////
listen = new Object();
listen.onKeyDown = function() {
if (Key.getCode() == Key.LEFT) {
prevImage();
} else if (Key.getCode() == Key.SPACE) {
nextImage();
}
};
Key.addListener(listen);
previous_btn.onRelease = function() {
prevImage();
};
next_btn.onRelease = function() {
nextImage();
};
/////////////////////////////////////
p = 0;
this.onEnterFrame = function() {
filesize = picture.getBytesTotal();
loaded = picture.getBytesLoaded();
preloader._visible = false;
if (loaded != filesize) {
preloader.preload_bar._xscale = 100*loaded/filesize;
} else {
preloader._visible = false;
if (picture._alpha<100) {
picture._alpha += 10;
}
}
};
function nextImage() {
if (p<(total-1)) {
p++;
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[p], 1);
desc_txt.text = description[p];
sound = new Sound();
sound.loadSound(audio[p],true)
}
}
}
function prevImage() {
if (p>0) {
p--;
picture._alpha = 0;
picture.loadMovie(image[p], 1);
desc_txt.text = description[p];
sound = new Sound();
sound.loadSound(audio[p],true);
}
}
function firstImage() {
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[0], 1);
desc_txt.text = description[0];
sound = new Sound();
sound.loadSound(audio[0],true)
}
}
function loadSound() {
if (loaded == filesize) {
createEmptyMovieClip("sound_mc",2);
sound_mc.sound_obj = new Sound();
sound_mc.sound_obj.loadSound( sound[p], true);
sound_mc.sound_obj.play();
}
}
************************************************** *****
(It's not showing the preloader and the counter is missing on purpose; I don't need those items for this project...) In another version I have deleted the desc_txt code and the dynamic text field in Flash, substituting a new movie clip (in its own layer) called "description" and an external link to the SWF file in line 2 of each node of my XML file, closing and opening that line with <description> and </description> rather than <caption>.
Thank you for any help you can give! (Kirupa? Stringy? Anyone?) And please let me know how I can pay you: through PayPal, with a check, or what.
Flash MX - HTML Parsing Problem: Custom Extension File Won't Parse As HTML
I am using Flash MX.
The problem is, I have a movieclip in my main timeline. This movieclip has a main key and a refresh key, which updates the dynamic textfield's contents with a loaded variable named content. The variable content is stored within a file named readme.ifh. When I load the variable in the textfield, it shows me the source of the HTML, not the rendered version.
What's wrong (and yes, I do have the "Render as HTML" option checked)?
Flash File With *only* One Image Double The Size If The Image?
I have a Flash file.
All I've done is to stick in one image file.
I've got the image publish setting to be 100%.
I publish the file.
The resultant SWF file is double the size of the image.
I would have thought that it should be the same or just a tiny bit bigger files size than the image.
(The image itself is an image I edited in Photoshop... and optimised for the web.)
Where am I going wrong?
Thanks.
OM
I Need To Load A Image(jpg) Into Flash With A Text File With The Url For The Image
As the name says it all.
I need to add some AS in my flash site, so that the image (banner) is dynamic, meaning when I want to make a change to it, or make it look different, i dont want to go into flash to do it. So I want it so that when I change the jpg itself it changes inside of flash.
I would like flash to look up a txt file I give it, and inside the txt file it will have a URL to which jpg to load up in the movieclip.
If not this way, another similar way would be great
Thanks!
Flash File With *only* One Image Double The Size If The Image?
I have a Flash file.
All I've done is to stick in one image file.
I've got the image publish setting to be 100%.
I publish the file.
The resultant SWF file is double the size of the image.
I would have thought that it should be the same or just a tiny bit bigger files size than the image.
(The image itself is an image I edited in Photoshop... and optimised for the web.)
Where am I going wrong?
Thanks.
OM
Flash File With *only* One Image Double The Size If The Image?
I have a Flash file.
All I've done is to stick in one image file.
I've got the image publish setting to be 100%.
I publish the file.
The resultant SWF file is double the size of the image.
I would have thought that it should be the same or just a tiny bit bigger files size than the image.
(The image itself is an image I edited in Photoshop... and optimised for the web.)
Where am I going wrong?
Thanks.
OM
How To Reveal A .swf Server Directory Behind A Host Html Index File To Save A Flash File To HD?
I FIND YOUR FLASH FORMAT EXTREMELY USER-UNFRIENDLY.
I spent two weeks to figure out how to save a complete .swf file to my local drive.
Finding 48 files behind a main html doc hosting those .swf's took 48 hours.
(Now I can't move my arm anymore due to RSI!)
No application to save a Flash file, seems to be able to do that in 1,2,3 convenient steps.
I always get bits and pieces or individual graphics.
I NEVER GET THE ENTIRE MANUAL the way I can browse the Flash file in my browser.
I am seriously thinking of never browsing a Flash file again if there is no solution to download e.g. a manual of my digital camera. I have the right to browse such a file at my convenience either on or offline! Online it's just impossible due to server overload.
Now I only get the desadvantages of the format to deal with (e.g. tons of spamming advertising) whereas I should be able to enjoy the benefits. Eventhough I gave the manufacturer the right to fill up 10 MB on my drive, I never got a file on my PC. And even when I did, I wouldnt know where to find it...
I hope Adobe would listen to the user more often...
WHY DON'T YOU BUILD SOLUTIONS AS EASY AS A RIGHT MOUSE CLICK
ALLOWING FOR SAVING A FLASH FILE!
That can't be rocket science, is it?
Thank you for paying attention to your customers.
Edited: 10/29/2007 at 11:45:18 AM by VOGAN
[Calling A Frame Of A Flash File From A HTML File]
Hi,
I need help linking html with flash. In other words, I have a flash movie that contains four keyframes. I want to be able to call that frame from a html file. For example, on a html page, if the user clicks on 'about' section, it should go to 'frame 10' of the flash movie file. How do i do that? Can anyone help me on that?
Thanks
How To Give Link To A Flash File In Html File
hi i have a problem in flash buttons,i had made a flash button and saved as swf file now i imported that swf file in html page,now iw ant to give link that swf file in htmp page,i know we can give link in flash it self but i want to use the swf button as button in my html page if i gve link in flash means it will open in the whole parent page itself but i want to gve link to frames so can anyone help me give link for swf file in html page
How Can I Load Image Through XML File In Flash File
Hello,
I am a really a beginner in flash and i want to get image through XML file mean in XML file the path of image will save and in flash file this image will display ,so sir i want to know what will be the actionscript for this type of work and i want to say i am not more familier with action script also so i'm in trouble to handle this problem.
Please give me the solution as soon as possible.
Call An Swf File To Load Into Html Document From Seperate Swf File In HTML.
I am trying to get advise on the best way to do this or how to do this. I have a layout that the customer is happy with, in an HTML document, but the SWF files will be seperated because of the layout. If you go to this link, you will see what I mean. It all takes place inside of the black bar...
http://www.hairdrezzersonfire.com
I want the icon movie on the left to play first and after it is done, I want to be able to call the main SWF file to play in the center of the black area. After that's done, I want that main SWF file to call the text logo movie to play that comes in on the right side of the screen.
I assume that I will use a placeholder of some sort in an HTML cell and it will be replaced by the swf file, but I don't know how to call it with actionscript. Any ideas?
Using Flash In HTML, Alt-image?
Currently, I'm using flash for a navigation bar on a otherwise HTML only page. The owner doesn't wish the entire site to be in Flash and also wants non-flash compatability. Is there a way using dreamweaver, frontpage, or some HTML code that would allow me to display an image or possibly even an image-mapped graphic if the user doesn't have flash installed.
I suppose there would be a way to change the content if I ran a javascript to check for the exsistance of the plugin but I havn't explored Javascript plug-in checks for a long time.
The Html Image Tag In Flash
Hi
I was messing around with html in flash and to test what it can do I made a little swf.. there are to textfields, an input text and a dynamic.. type in your html and press "til html" the dynamic box shows the html formatted..
This works fine except for the img tag, I put up a picture in this folder and type this but nothing happens..
try it here:
html formatter
the path of the pic:
<img="http://www.ors.dk/html/pic.gif">
anyone?
HTML With Image And Flash
Hi, I have a Flash file with the following code in it:
Code:
// Create a new style sheet object and set styles for it.
var styles:TextField.StyleSheet = new TextField.StyleSheet ();
styles.setStyle ("html",{fontFamily:'Arial,Helvetica,sans-serif', fontSize:'12px', color:'#0000FF'});
styles.setStyle ("body",{color:'#00CCFF'});
styles.setStyle ("h1",{fontFamily:'Arial,Helvetica,sans-serif', fontSize:'24px', color:'#006600'});
styles.setStyle ("p",{color:'#000000', fontSize:'14px'});
styles.setStyle ("a",{color:'#0000FF', fontSize:'14px', fontWeight:'bold', textDecoration:'underline'});
//
/* Assign the style sheet object to myTextArea component. Set html property to true, set styleSheet property to the style sheet object. */
myTextArea.styleSheet = styles;
myTextArea.html = true;
myTextArea.focusTextField = null;
//
var myVars:LoadVars = new LoadVars ();
// Define onData handler and load text to be displayed.
myVars.onData = function (myStr:String):Void {
if (myStr != undefined) {
myTextArea.text = myStr;
} else {
trace ("Unable to load text file.");
}
};
//
myVars.load ("references.htm");
//
THEN, I have the file references.htm to be loaded:
Code:
<p>Text text text. <br/>[<img src='images/imagepopup.gif' width='15' height='15' vspace='0' hspace='0'/><a href="http://www.cnn.com" target="_blank">Link to CNN</a>]</p>
The problem is that the image that is in the HTML code does not appear in the same line with the text (inside the []). Instead, it appears in a line below.
It looks like this:
Text text text.
[Link]
Image
But it should look like this:
Text text text.
[Image Link]
Is there anything wrong with the code? Please advice.
Thanks,
Flash Html Help (image Tag)
Hi,
I am working with the Image tag in the textfield. when i load the image it always take the left or right alignment. i want the image tag where exactelty i place the image tag . In Html it shows fine but the same code i added in flash it dosent work . Please let me know if any solutions for this.
Thanks,
B.Srinivasa Rao
srinu_multi@rediffmail.com (email)
send2srinu@hotmail.com (msn chat)
HTML With Image And Flash
Hi, I have a Flash file with the following code in it:
// Create a new style sheet object and set styles for it.
var styles:TextField.StyleSheet = new TextField.StyleSheet ();
styles.setStyle ("html",{fontFamily:'Arial,Helvetica,sans-serif', fontSize:'12px', color:'#0000FF'});
styles.setStyle ("body",{color:'#00CCFF'});
styles.setStyle ("h1",{fontFamily:'Arial,Helvetica,sans-serif', fontSize:'24px', color:'#006600'});
styles.setStyle ("p",{color:'#000000', fontSize:'14px'});
styles.setStyle ("a",{color:'#0000FF', fontSize:'14px', fontWeight:'bold', textDecoration:'underline'});
//
/* Assign the style sheet object to myTextArea component. Set html property to true, set styleSheet property to the style sheet object. */
myTextArea.styleSheet = styles;
myTextArea.html = true;
myTextArea.focusTextField = null;
//
var myVars:LoadVars = new LoadVars ();
// Define onData handler and load text to be displayed.
myVars.onData = function (myStr:String):Void {
if (myStr != undefined) {
myTextArea.text = myStr;
} else {
trace ("Unable to load text file.");
}
};
//
myVars.load ("references.htm");
//
THEN, I have the file references.htm to be loaded:
<p>Text text text. <br/>[<img src='images/imagepopup.gif' width='15' height='15' vspace='0' hspace='0'/><a href="
Flash + HTML + Image
Hi,
I want to load an image in a dynamic textfield from xml. The problem is, when i execute the flash file i can see the image getting displayed. But when i publish and make an html, i cant see the image getting loaded in the browser (IE 6.0) but other text without the image is getting displayed.
I am getting image as a String containing text as well as image path as below:
Quote:
<P align='center'>Ashish Chandras</P><BR><P><IMG src='image.jpg' /></P><P>Address:Bla Bla Bla..</P>
I can see the text but couldnt see the image when i publish the file. I am using flash mx 2004 and publish settings are AS 2.0 and Player is 7.0.
Any pointers towards this...???
Thanks in adv
-------------
aShIsH
HTML With Image And Flash
Hi, I have a Flash file with the following code in it:
Code:
// Create a new style sheet object and set styles for it.
var styles:TextField.StyleSheet = new TextField.StyleSheet ();
styles.setStyle ("html",{fontFamily:'Arial,Helvetica,sans-serif', fontSize:'12px', color:'#0000FF'});
styles.setStyle ("body",{color:'#00CCFF'});
styles.setStyle ("h1",{fontFamily:'Arial,Helvetica,sans-serif', fontSize:'24px', color:'#006600'});
styles.setStyle ("p",{color:'#000000', fontSize:'14px'});
styles.setStyle ("a",{color:'#0000FF', fontSize:'14px', fontWeight:'bold', textDecoration:'underline'});
//
/* Assign the style sheet object to myTextArea component. Set html property to true, set styleSheet property to the style sheet object. */
myTextArea.styleSheet = styles;
myTextArea.html = true;
myTextArea.focusTextField = null;
//
var myVars:LoadVars = new LoadVars ();
// Define onData handler and load text to be displayed.
myVars.onData = function (myStr:String):Void {
if (myStr != undefined) {
myTextArea.text = myStr;
} else {
trace ("Unable to load text file.");
}
};
//
myVars.load ("references.htm");
//
Then, I have the file references.htm to be loaded:
Code:
<p>Text text text. <br/>[<img src='images/imagepopup.gif' width='15' height='15' vspace='0' hspace='0'/><a href="http://www.cnn.com" target="_blank">Link to CNN</a>]</p>
The problem is that the image that is in the HTML code does not appear in the same line with the text (inside the []). Instead, it appears in a line below.
It looks like this:
Text text text.
[ Link]
Image
But it should look like this:
Text text text.
[Image Link]
Is there anything wrong with the code? Please advice.
Thanks,
CH
Flash + HTML + Image
Hi,
I want to load an image in a dynamic textfield from xml. The problem is, when i execute the flash file i can see the image getting displayed. But when i publish and make an html, i cant see the image getting loaded in the browser (IE 6.0) but other text without the image is getting displayed.
I am getting image as a String containing text as well as image path as below:
Quote:
<P align='center'>Ashish Chandras</P><BR><P><IMG src='image.jpg' /></P><P>Address:Bla Bla Bla..</P>
I can see the text but couldnt see the image when i publish the file. I am using flash mx 2004 and publish settings are AS 2.0 and Player is 7.0.
Any pointers towards this...???
Thanks in adv
-------------
aShIsH
Flash Moving On HTML With Image Only
Does anyone know how to have a Flash movie appear after a certain amount of time on a normal html page, with no background or border or anything except an image, ie. the only image was say a car appearing and moving across the screen and thats it - but as the car moves you can still see the html text behind it.
I saw this when i was on excite.com and wonder how this can be done.
Thanks in advance!!
Can Flash Change HTML Bg Image?
I have a flash file that has two different layouts. One for the home page and one for the interior pages. Each layout needs a slightly different background image in the HTML file. Is there a way I can change the background image from Flash with JavaScript or something without needing to open a different HTML page?
HTML/Flash Image Conversion
I made a banner in flash mx that is a link to a site and I want to put it on a html page would this be possible I hosted the swf on my hoster and tried the img src code but that did not work can someone help me with the right code or how to do it
Setting Html Bg Image From Flash...
Hey All,
I am setting up random "themes" for a flash site and each theme requires a unique background image to be used on the html page the flash piece resides. Any ideas how I could maybe pass a javascript to trigger this?
Any help would be greatly appreciated.
cheers
-jub-
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Background Image In Flash Or HTML
Hi there!
I've got a Flash movie with a photo background for added effect, the problem is, this is bumping my movie up to 118 K, its 72K without the background.
I've tried putting the background in HTML, but it won't scale to fit the screen. I've also tried using layers with a 100% sized image, but this screws up if the browser is resized.
Should I put my background in Flash or HTML? Which will be faster at downloading?
Flash Image And Html Pages
I do have an SWF sequence of images in the main html page. In the second page I do have sections. Each section has a title of an image of the SWF file. The role of this section is to describe the image.
I trying to whenever I click on each image of the SWF in the main page, I should be directed to its description in the second page, meaning, that the second page should be loaded and its scroll down bar should go down and stop where the specific section (describing the image I’ve just clicked on) starts.
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Changing The Background Image In Html From Flash
I have several frames of a flash movie. I want the back.jpg image in the html page to change to back1.jpg when I click in my flash movie to frame two.
I'm a designer, and not a programmer, but, I assume it's a simple javascript issue.
M
[CS3] How Do I Change The HTML Background Image From Flash?
Hi,
I'm new to the whole forum thing, but i'm running out of ideas of how to resolve this issue.
I've created a transparent flash movie, for a new portfolio website. I've dropped it into an html page with a full bg image (2000x1500) but i want to change the html bg image each time i click on a new area of the flash movie.
Can this be done? I know it requires javascript and actionscript, but as a designer i am having a real hard time trying to find any solutions or understanding any code thats out there.
Please help if you can...
Cheers in advance.
Can FLash Clear Image In HTML Textfield
Hi all.
When the image loaded into HTML textfield via <img> tag, say, aligned to the left, text floating it right. When i need the text to below the image, without floating it, i've used <br clear="all"> for browsers, and it worked well. Is there any way to simulate such behaviour in Flash HTML textfield?
Thanks.
Pass Image Name And Path To Flash From Html
Hello Flash Forum,
I would like to use Flash to display a larger image in an HTML page that opens on top of a window with
thumbnail images. The thumbnail page will be a php page. If the user clicks the thumbnail, I would like to open a swf that diplays the larger image. I would like to pass the path and name of the image to display to my swf. It would open a browser page (or just a swf file) over the thumbnail page. The use could then close the larger image display, and click another thumbnail, etc.
How could I do this? I have a swf file that will display the image, but I would like to pass the image name from outside the swf file.
Thanks for any tips,
eholz1
Changing An HTML Background Image From Flash
Hi all,
I am building a site right now that gives the users the option to change the color scheme of the site.
The problem I am running into is my footer an image outside of flash as the background colour of a table.
Is there a way that I can create some sort of function in flash that speaks with the html of the page to change that table cell's background image? I assume it would be javascript if it's possible.
|