|
I want to know is Flash Lite is same as Flash Action Script programing. When/where we use Flash Lite?
Started by coderex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Flashlite....
The Adobe Intro to Flash Lite 2 (PDF), describes which.
So maybe in the future, you'll use flash 10 on yourPlease read the Wikipedia ActionScript page.
Of the modern flash features, like actionscript 3 and flex.
|
|
I have the need to change a variable in a child flash file. The setup is a parent flash file has called a child flash, and placed it in movieclip. I can send a variable using Javascript to the parent flash file, but not directly to the child flash file...
Started by Danielle on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In your first SWF(fla) you callI have never tried personally, but I would assume you can use the ExternalInterface class in your]; } function formSend() { var text....
It is bidirectional.
From flash 8 you can use ExternalInterface.
|
|
I want to talk to a flash server which uses RTMP, but I don't want to use Flash, but rather c# or java.
I was looking at Red5 but their client API seems to be a bit wobbly.
Does anyone have any other ideas?
Started by Mats Fredriksson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
What flash communicate with rtmp enabled....
(Well, besides flash itself of course).
Based or XML-based, and those might be better to use than RTMP if your client is not flash-based know of any other RTMP client implementations.
|
Ask your Facebook Friends
|
Here's our goal: in a website, show a nice menu "à la" iPhone in Flash and when we click on a menu, show a part of the site "under" the Flash menu.
Two options:
create a page with the Flash menu that has an iFrame and with Flash, open the menu in that...
Started by Olivier Pons on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Usage:
getURL("javascript:....
A bigger question is that it sounds like you are using Flash to duplicate an iPhone.
That link explains the whole process.
Yes, this is very possible using ExternalInterface in the Flash document.
|
|
I made swf using flash 9 player if i right click swf it will shows menu like zoom in , zoom out, etc option . but i saw this site url ( http://www.3dfreeair.com/index.php?option=com_content&view=article&id=4&Itemid=6 ) animation swf like elephant.swf,...
Started by R.Vijayakumar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't want any interaction with the right click, you can just use that javascript so you add a layer on top of your flash....
This post: http://blog.another-d-mention.ro/programming/right-click-and-custom-context-menu-in-flash-flex/ .
|
|
I want to create my own systems for flash (like a scoreboard and made a feedback system) but I honestly have no clue where to even begin when it comes to implementing such things using AS3.
I know how to create say a scoreboard using PHP but then I have...
Started by CodeJustin.com on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Additionally, the Flex Getting....
You can use the HTTPService above.
Format (i.e.: XML, plain String, etc), which you can process with AS3 and use to update your Flash style perspective and might be more inviting to a PHP programmer.
|
|
There are a lot of flash effects that can be achieved with jQuery.So when do you really need to use Flash instead of javascript?
Started by p0larBoy on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Flash ....
Only when Flash.
Don't use Flash if all you need is simple effects.
You could always write your website in HTML/jQuery and only use Flash for the necessary parts, I'd stick with HTML/CSS/JavaScript.
|
|
It is possible to use Adobe Flash as view in Grails project? I want that all logic: model and controller was written on Grails, and use Adobe Flash. It's will be perfect to have some link on examples.
Started by masterzim on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The easiest way is to have your flash component....
It really depends on what type of application you want to develop .
Here's an example of how to use it.
You can find it here.
Use the BlazeDS plug-in for Grails and you should be all set.
|
|
Guys, I am thoroughly surprised that there is no Flash Hidden Features post yet in the Hidden Features series that I've been tracking for a while now.
There is a recent AS3/Flex one but it's not very active and I don't exactly mean just AS3 when I say...
Started by Artem Russakovskii on
, 16 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
MovieClip.addFrameScript || instance; // instance var val : int = 5 || 10; // 5 var val : int = 0 || 10; // 10
Also, you can use URLRequest("http://someService")....
Restart flash and it'll be in the components panel for you to use.
|
|
Hi,
We are revising our company website and I wondered if it considered bad practise to use flash on the home page.
This would cause issues for those users who dont have flash installed (and maybe dont want flash)
Thanks
Started by sipickles on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are to use flash, you may want to check out the best-practices to users, and better be avoided....
It depends to consider the SEO impact.
Not in and of itself - use flash sparingly and make sure it degrades gracefully .
|