ActionScript 2.0 :: Html Changes Make Swf Changes
Jul 27, 2011i want to change my text content in swf but the input text only given in the html for this concept
View 2 Repliesi want to change my text content in swf but the input text only given in the html for this concept
View 2 RepliesI have a scenario that I get an string with html data, this is not just html data it's an email (outlook) saved as an html file and dropped in the string.Now this string needs to be formatted to an html document and should be a clickable link in a datagrid. So when I click on the link, the HTML document should pop-up and should gave me a nice HTML page that is readable for the normal users. I hope it's a bit clear what I want o_0. don't know where to start.
View 3 Replieshow can I make a flashobject to display in fullscreen in HTML? (without having the flash source)
View 2 RepliesI want to make a brochure similar to this one: http:[url]....I'm web developer but new in brochures, so what technologies are used in it? Where to get this flash animation, and how to insert the brochure in it?
View 1 RepliesI am designing a web application in Flex 4 and currently facing an issue rendering advanced HTML tags and entities in Flex 4. All I want to do is basically render an HTML text coming to me something like the one given below:-
[Code]....
i'm trying to make this html code into Transparent?
[Code]...
I'm working on a project where I need to make a Flex application that fills the entire browser window (note that I mean that the toolbars should be visible and all that even if I say fullscreen).To develop the SWF I'm using FlashDevelop (for the first time) and I'm stuck. When I build the project it displays no error and a file website.swf is generated.When I browse to this file with Firefox, it displays what I want and in fullscreen. However when I go to the generated index.html I get a white horizontal bar at the top of my screen (again the browser window).I've looked around a bit on the internet and found several people suggesting that the CSS should include stuff like:
<style type="text/css">
html, body { margin:0; height:100%; overflow:hidden; }
body { margin:0; height:100%; width:100%;}
[code].....
I would like to make videos like [URL]. They are pretty amazing for how simple they are...They accurately show what the company or service does. They did Google Doc's Videos and a lot of other companies videos. How would I create these. I know flash but what else and what skills would I need to have to accomplish making these?
View 1 RepliesIs it possible to make a link with a .swf flash file, using swfObject? I would like the entire video to be a clickable link... I'm out of ideas on how to make it happen., on the left thumbnails, do you see how they got a swf object to be a link?Anyone know the principle behind this? How would I do it? It seems like however I lay a div over the flash, my browser will not respond to the click.dit: I cannot make a link directly in the flash file, because 1. I dont have the project file 2. I need to echo PHP code in the link
View 3 RepliesCould you suggest me any tutorial which teach me how can i make a "coloring book?"
I need to do this for my website and only with one shape. (so not a big book:) )
It doesn't really matter the coding language, but i need something "shading" and not "just pick a color and fill with bucket style coloring book".
So i need something "interactive". Visitor use the mouse, pick the weight of the pencil and than start "shading, coloring".
I am making a learning system where a user selects a "lesson" from a list of lessons.I currently have a lesson read from a txt file and loaded into a dynamic text box depending on what lesson the user selected. I have a problem with this though as:1) I need to have tables, math symbols, superscript and subscript which are not currently available in html tags flash understands.2) I want to put interactive elements like drag and drop etc. in the lessons.3) I need to include a search function so a user can type in a "word" and it will load lessons that the word appears in
View 3 RepliesI have been customizing a Flash template and I'm almost done... my issue is that I would like one of the buttons to open up a NEW window (ideally with no address bar but with a scrollbar) when a user clicks the guestbook button. Right now it opens in the same window and the user then clicks a button on that page to return to the site, but that is sloppy because the music starts all over again, etc.[URL]
View 5 RepliesI want to run a website where people could see each other through web camera.
View 6 RepliesHow to make flash movie as html link?E.g <a>embed</a> its not working.
View 2 RepliesHow to make Video conferencre application in HTML 5 ? actually i want to build web conference application using HTML5.
View 3 RepliesHow can I make a link to my Flash file?
Like an image, I can do it like this:
<a href="http://stackoverflow.com"><img src="imagefile.png" /></a>
I've tried to put <a></a> around the Flash HTML code, but it does not work.
EDIT: I found a solution. I've just put some JavaScript into the code.
I have a swf and want to make it linked.I try like this... but dosent work
<a href="http://www.mydomene.com" target="_blank"><MY SVF OBJECT></a>
I dont have the source of swf and i really don't want to decompile it...
I want to make the HTML dimensions a percentage (so it scales with the web browser) but the problem is when i do that, aspects of my animations which i dont want visible (that start outside of the sage) become visible on the page. And if i set the size in pixels or to fit the movie, the things i dont want visible are not visible, but the artefact doesn't scale with the web browser.
View 0 RepliesHow do you make html/css work for different browsers? My website looks good in internet explorer but it looks funny in firefox and chrome. What are the differences in the coding/css for all three? How do I fix this problem?[URL]..
View 2 RepliesI am wondering what the code is to make a flash movie to go to a html page when it is done.
View 1 RepliesHow on earth do I get the HTML links inside a flash movie open up in the same browser window where said movie is embedded in (As opposed to opening up as a new pop-up windows)? Here is the code I have inside each of the buttons I have inside my flash movie:
var link7:URLRequest=new URLRequest("videos/december.html");
videos_btn.addEventListener(MouseEvent.CLICK, buttonClicked7);
function buttonClicked7(event:MouseEvent):void
{
navigateToURL(link7);
}
I am displaying some HTML text in an Adobe AIR Application that I do not want the user to be able to cut and paste. How do I make the HTML control disallow highlighting of the HTML without disabling the ScrollBars. mouseChildren=false works but disables the scrollbars which is unacceptable.[code]...
View 1 RepliesI have made a flash project which provides a UI for the user to input some text. The user can change the color, size, style of the text, and now I want the text move like a marquee in HTML. I have upload my .fla.
View 1 RepliesI've been trying to set up this test page for my flash game but it refuses to gain focus on load. I read a bunch of forum entries and didn't get it to do anything, I can't really believe this should be so hard.
Here's what I have:
<head>
<title>UP HERE WE ESCAPE THE RAT RACE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject
[Code].....
is it possible at all using Flash/AS to get the html source code of a webpage and parse it to get some variables from a specific part in the html code..?
View 2 RepliesI'm able to use a .txt file with basic html elements inside to display correctly. But I now have a structured document done in ms word. If I copy the html and try to save as a .txt file it will only allow to be saved as .rtfis there a way to preserve all the font, breaks and styles from a doc saved in .rtf or can I do this in a different way.
View 2 RepliesWhen working in flash I can control size of my web like so (and other alignments):some_background.width = stage.stageWidth;some_background.height = stage.stageHeight;And with resize and fullscreen functions web is always going to populate size of a flash window.And lets say I make 1280x1024 web, when I publish it, it is going to be that size in a browser window.But how do I make it fir browser windows completely whatever the size of it?
View 7 RepliesI am trying to make a flash slider similar to that in HTML Code: [URL]
View 1 RepliesI've made a website, [URL]. the stage size is 1000x590. this is big enough for most screens. but some small ones or if they have large amounts of toolbars, cut off the top and bottom of the stage. so what I want to do is, if some parts get cut off, I want scroll bars to appear so you can scroll and see all of the site. it seems to have been done on the [URL] website.
View 5 RepliesIve seen that the flash goes all the html like in fscommand fullscreen mode. is there any code in html to make it possible?
View 8 Replies